123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- // Runtime Version:4.0.30319.488
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace BmffViewer.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("400")]
- public double MainWindow_Height {
- get {
- return ((double)(this["MainWindow_Height"]));
- }
- set {
- this["MainWindow_Height"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("640")]
- public double MainWindow_Width {
- get {
- return ((double)(this["MainWindow_Width"]));
- }
- set {
- this["MainWindow_Width"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Normal")]
- public global::System.Windows.WindowState MainWindow_WindowState {
- get {
- return ((global::System.Windows.WindowState)(this["MainWindow_WindowState"]));
- }
- set {
- this["MainWindow_WindowState"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("150")]
- public global::System.Windows.GridLength MainWindow_TreeWidth {
- get {
- return ((global::System.Windows.GridLength)(this["MainWindow_TreeWidth"]));
- }
- set {
- this["MainWindow_TreeWidth"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("*")]
- public global::System.Windows.GridLength MainWindow_ContentHeight {
- get {
- return ((global::System.Windows.GridLength)(this["MainWindow_ContentHeight"]));
- }
- set {
- this["MainWindow_ContentHeight"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("NaN")]
- public double MainWindow_PropertyNameWidth {
- get {
- return ((double)(this["MainWindow_PropertyNameWidth"]));
- }
- set {
- this["MainWindow_PropertyNameWidth"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("NaN")]
- public double MainWindow_PropertyValueWidth {
- get {
- return ((double)(this["MainWindow_PropertyValueWidth"]));
- }
- set {
- this["MainWindow_PropertyValueWidth"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("*")]
- public global::System.Windows.GridLength MainWindow_PropertiesHeight {
- get {
- return ((global::System.Windows.GridLength)(this["MainWindow_PropertiesHeight"]));
- }
- set {
- this["MainWindow_PropertiesHeight"] = value;
- }
- }
- }
- }
|