Settings.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // Этот код создан программой.
  4. // Исполняемая версия:4.0.30319.42000
  5. //
  6. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  7. // повторной генерации кода.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace MPE.Properties {
  11. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  12. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.5.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("1.35")]
  23. public double version {
  24. get {
  25. return ((double)(this["version"]));
  26. }
  27. set {
  28. this["version"] = value;
  29. }
  30. }
  31. [global::System.Configuration.UserScopedSettingAttribute()]
  32. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  33. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  34. public bool isErrorList {
  35. get {
  36. return ((bool)(this["isErrorList"]));
  37. }
  38. set {
  39. this["isErrorList"] = value;
  40. }
  41. }
  42. [global::System.Configuration.UserScopedSettingAttribute()]
  43. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  45. public bool isCheckUpdates {
  46. get {
  47. return ((bool)(this["isCheckUpdates"]));
  48. }
  49. set {
  50. this["isCheckUpdates"] = value;
  51. }
  52. }
  53. [global::System.Configuration.UserScopedSettingAttribute()]
  54. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  55. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  56. public bool isCodeMap {
  57. get {
  58. return ((bool)(this["isCodeMap"]));
  59. }
  60. set {
  61. this["isCodeMap"] = value;
  62. }
  63. }
  64. [global::System.Configuration.UserScopedSettingAttribute()]
  65. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  67. public bool isCommands {
  68. get {
  69. return ((bool)(this["isCommands"]));
  70. }
  71. set {
  72. this["isCommands"] = value;
  73. }
  74. }
  75. [global::System.Configuration.UserScopedSettingAttribute()]
  76. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  77. [global::System.Configuration.DefaultSettingValueAttribute("140")]
  78. public int codeMapSize {
  79. get {
  80. return ((int)(this["codeMapSize"]));
  81. }
  82. set {
  83. this["codeMapSize"] = value;
  84. }
  85. }
  86. [global::System.Configuration.UserScopedSettingAttribute()]
  87. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  88. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  89. public bool isMakeBackUp {
  90. get {
  91. return ((bool)(this["isMakeBackUp"]));
  92. }
  93. set {
  94. this["isMakeBackUp"] = value;
  95. }
  96. }
  97. [global::System.Configuration.UserScopedSettingAttribute()]
  98. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  99. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  100. public bool isOpenLastFile {
  101. get {
  102. return ((bool)(this["isOpenLastFile"]));
  103. }
  104. set {
  105. this["isOpenLastFile"] = value;
  106. }
  107. }
  108. [global::System.Configuration.UserScopedSettingAttribute()]
  109. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  110. public global::System.Drawing.Font fieldFont {
  111. get {
  112. return ((global::System.Drawing.Font)(this["fieldFont"]));
  113. }
  114. set {
  115. this["fieldFont"] = value;
  116. }
  117. }
  118. [global::System.Configuration.UserScopedSettingAttribute()]
  119. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  120. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  121. public bool isLineNumeric {
  122. get {
  123. return ((bool)(this["isLineNumeric"]));
  124. }
  125. set {
  126. this["isLineNumeric"] = value;
  127. }
  128. }
  129. [global::System.Configuration.UserScopedSettingAttribute()]
  130. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  131. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  132. public bool isSaveWindowSize {
  133. get {
  134. return ((bool)(this["isSaveWindowSize"]));
  135. }
  136. set {
  137. this["isSaveWindowSize"] = value;
  138. }
  139. }
  140. [global::System.Configuration.UserScopedSettingAttribute()]
  141. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  142. [global::System.Configuration.DefaultSettingValueAttribute("1024, 771")]
  143. public global::System.Drawing.Size lastWindowSize {
  144. get {
  145. return ((global::System.Drawing.Size)(this["lastWindowSize"]));
  146. }
  147. set {
  148. this["lastWindowSize"] = value;
  149. }
  150. }
  151. [global::System.Configuration.UserScopedSettingAttribute()]
  152. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  153. [global::System.Configuration.DefaultSettingValueAttribute("")]
  154. public string taskFoler {
  155. get {
  156. return ((string)(this["taskFoler"]));
  157. }
  158. set {
  159. this["taskFoler"] = value;
  160. }
  161. }
  162. [global::System.Configuration.UserScopedSettingAttribute()]
  163. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  164. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  165. public bool isCommandTips {
  166. get {
  167. return ((bool)(this["isCommandTips"]));
  168. }
  169. set {
  170. this["isCommandTips"] = value;
  171. }
  172. }
  173. [global::System.Configuration.UserScopedSettingAttribute()]
  174. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  175. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  176. public bool isStateLine {
  177. get {
  178. return ((bool)(this["isStateLine"]));
  179. }
  180. set {
  181. this["isStateLine"] = value;
  182. }
  183. }
  184. [global::System.Configuration.UserScopedSettingAttribute()]
  185. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  186. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  187. public bool isFieldCurrLineColored {
  188. get {
  189. return ((bool)(this["isFieldCurrLineColored"]));
  190. }
  191. set {
  192. this["isFieldCurrLineColored"] = value;
  193. }
  194. }
  195. [global::System.Configuration.UserScopedSettingAttribute()]
  196. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  197. [global::System.Configuration.DefaultSettingValueAttribute("100")]
  198. public int errorTimer {
  199. get {
  200. return ((int)(this["errorTimer"]));
  201. }
  202. set {
  203. this["errorTimer"] = value;
  204. }
  205. }
  206. [global::System.Configuration.UserScopedSettingAttribute()]
  207. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  208. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  209. public bool selectedTheme {
  210. get {
  211. return ((bool)(this["selectedTheme"]));
  212. }
  213. set {
  214. this["selectedTheme"] = value;
  215. }
  216. }
  217. [global::System.Configuration.UserScopedSettingAttribute()]
  218. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  219. public global::System.Collections.Specialized.StringCollection darkTheme {
  220. get {
  221. return ((global::System.Collections.Specialized.StringCollection)(this["darkTheme"]));
  222. }
  223. set {
  224. this["darkTheme"] = value;
  225. }
  226. }
  227. [global::System.Configuration.UserScopedSettingAttribute()]
  228. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  229. public global::System.Collections.Specialized.StringCollection lightTheme {
  230. get {
  231. return ((global::System.Collections.Specialized.StringCollection)(this["lightTheme"]));
  232. }
  233. set {
  234. this["lightTheme"] = value;
  235. }
  236. }
  237. [global::System.Configuration.UserScopedSettingAttribute()]
  238. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  239. [global::System.Configuration.DefaultSettingValueAttribute("\"11100000\"")]
  240. public string indentBools {
  241. get {
  242. return ((string)(this["indentBools"]));
  243. }
  244. set {
  245. this["indentBools"] = value;
  246. }
  247. }
  248. [global::System.Configuration.UserScopedSettingAttribute()]
  249. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  250. [global::System.Configuration.DefaultSettingValueAttribute("\"1111111111111111111\"")]
  251. public string errorSettings {
  252. get {
  253. return ((string)(this["errorSettings"]));
  254. }
  255. set {
  256. this["errorSettings"] = value;
  257. }
  258. }
  259. [global::System.Configuration.UserScopedSettingAttribute()]
  260. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  261. [global::System.Configuration.DefaultSettingValueAttribute("1")]
  262. public int popupMenuTimer {
  263. get {
  264. return ((int)(this["popupMenuTimer"]));
  265. }
  266. set {
  267. this["popupMenuTimer"] = value;
  268. }
  269. }
  270. [global::System.Configuration.UserScopedSettingAttribute()]
  271. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  272. [global::System.Configuration.DefaultSettingValueAttribute("False")]
  273. public bool isErrorTimer {
  274. get {
  275. return ((bool)(this["isErrorTimer"]));
  276. }
  277. set {
  278. this["isErrorTimer"] = value;
  279. }
  280. }
  281. [global::System.Configuration.UserScopedSettingAttribute()]
  282. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  283. [global::System.Configuration.DefaultSettingValueAttribute("1")]
  284. public int whenCopyErrorMsg {
  285. get {
  286. return ((int)(this["whenCopyErrorMsg"]));
  287. }
  288. set {
  289. this["whenCopyErrorMsg"] = value;
  290. }
  291. }
  292. [global::System.Configuration.UserScopedSettingAttribute()]
  293. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  294. [global::System.Configuration.DefaultSettingValueAttribute("True")]
  295. public bool isSyntaxHighlighting {
  296. get {
  297. return ((bool)(this["isSyntaxHighlighting"]));
  298. }
  299. set {
  300. this["isSyntaxHighlighting"] = value;
  301. }
  302. }
  303. }
  304. }