Settings.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.488
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace BmffViewer.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
  13. internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
  14. private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
  15. public static Settings Default {
  16. get {
  17. return defaultInstance;
  18. }
  19. }
  20. [global::System.Configuration.UserScopedSettingAttribute()]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. [global::System.Configuration.DefaultSettingValueAttribute("400")]
  23. public double MainWindow_Height {
  24. get {
  25. return ((double)(this["MainWindow_Height"]));
  26. }
  27. set {
  28. this["MainWindow_Height"] = value;
  29. }
  30. }
  31. [global::System.Configuration.UserScopedSettingAttribute()]
  32. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  33. [global::System.Configuration.DefaultSettingValueAttribute("640")]
  34. public double MainWindow_Width {
  35. get {
  36. return ((double)(this["MainWindow_Width"]));
  37. }
  38. set {
  39. this["MainWindow_Width"] = value;
  40. }
  41. }
  42. [global::System.Configuration.UserScopedSettingAttribute()]
  43. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. [global::System.Configuration.DefaultSettingValueAttribute("Normal")]
  45. public global::System.Windows.WindowState MainWindow_WindowState {
  46. get {
  47. return ((global::System.Windows.WindowState)(this["MainWindow_WindowState"]));
  48. }
  49. set {
  50. this["MainWindow_WindowState"] = value;
  51. }
  52. }
  53. [global::System.Configuration.UserScopedSettingAttribute()]
  54. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  55. [global::System.Configuration.DefaultSettingValueAttribute("150")]
  56. public global::System.Windows.GridLength MainWindow_TreeWidth {
  57. get {
  58. return ((global::System.Windows.GridLength)(this["MainWindow_TreeWidth"]));
  59. }
  60. set {
  61. this["MainWindow_TreeWidth"] = value;
  62. }
  63. }
  64. [global::System.Configuration.UserScopedSettingAttribute()]
  65. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. [global::System.Configuration.DefaultSettingValueAttribute("*")]
  67. public global::System.Windows.GridLength MainWindow_ContentHeight {
  68. get {
  69. return ((global::System.Windows.GridLength)(this["MainWindow_ContentHeight"]));
  70. }
  71. set {
  72. this["MainWindow_ContentHeight"] = value;
  73. }
  74. }
  75. [global::System.Configuration.UserScopedSettingAttribute()]
  76. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  77. [global::System.Configuration.DefaultSettingValueAttribute("NaN")]
  78. public double MainWindow_PropertyNameWidth {
  79. get {
  80. return ((double)(this["MainWindow_PropertyNameWidth"]));
  81. }
  82. set {
  83. this["MainWindow_PropertyNameWidth"] = value;
  84. }
  85. }
  86. [global::System.Configuration.UserScopedSettingAttribute()]
  87. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  88. [global::System.Configuration.DefaultSettingValueAttribute("NaN")]
  89. public double MainWindow_PropertyValueWidth {
  90. get {
  91. return ((double)(this["MainWindow_PropertyValueWidth"]));
  92. }
  93. set {
  94. this["MainWindow_PropertyValueWidth"] = value;
  95. }
  96. }
  97. [global::System.Configuration.UserScopedSettingAttribute()]
  98. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  99. [global::System.Configuration.DefaultSettingValueAttribute("*")]
  100. public global::System.Windows.GridLength MainWindow_PropertiesHeight {
  101. get {
  102. return ((global::System.Windows.GridLength)(this["MainWindow_PropertiesHeight"]));
  103. }
  104. set {
  105. this["MainWindow_PropertiesHeight"] = value;
  106. }
  107. }
  108. }
  109. }