Form_MaxEDSRules.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695
  1. namespace OTSPartA_STDEditor
  2. {
  3. partial class Form_MaxEDSRules
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.XmlTreeMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  30. this.新建标准库规则ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31. this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.XmlTree_MaxEDSRules = new System.Windows.Forms.TreeView();
  33. this.button_Cancel = new System.Windows.Forms.Button();
  34. this.textbox_STDEditor = new System.Windows.Forms.TextBox();
  35. this.button_Ok = new System.Windows.Forms.Button();
  36. this.button_0 = new System.Windows.Forms.Button();
  37. this.button_9 = new System.Windows.Forms.Button();
  38. this.button_4 = new System.Windows.Forms.Button();
  39. this.button_5 = new System.Windows.Forms.Button();
  40. this.button_6 = new System.Windows.Forms.Button();
  41. this.button_7 = new System.Windows.Forms.Button();
  42. this.button_8 = new System.Windows.Forms.Button();
  43. this.button_Divide = new System.Windows.Forms.Button();
  44. this.button_Or = new System.Windows.Forms.Button();
  45. this.button_And = new System.Windows.Forms.Button();
  46. this.button_3 = new System.Windows.Forms.Button();
  47. this.button_2 = new System.Windows.Forms.Button();
  48. this.button_1 = new System.Windows.Forms.Button();
  49. this.button_Equal = new System.Windows.Forms.Button();
  50. this.button_RightParenthesis = new System.Windows.Forms.Button();
  51. this.button_LeftParenthesis = new System.Windows.Forms.Button();
  52. this.button_Less = new System.Windows.Forms.Button();
  53. this.button_More = new System.Windows.Forms.Button();
  54. this.button_Multiply = new System.Windows.Forms.Button();
  55. this.groupBox_CalculatingSymbols = new System.Windows.Forms.GroupBox();
  56. this.button_Subtract = new System.Windows.Forms.Button();
  57. this.button_Plus = new System.Windows.Forms.Button();
  58. this.groupBox_Data = new System.Windows.Forms.GroupBox();
  59. this.groupBox_XmlTree_MaxEDSRules = new System.Windows.Forms.GroupBox();
  60. this.label1 = new System.Windows.Forms.Label();
  61. this.textBox_MaxEDSTime = new System.Windows.Forms.TextBox();
  62. this.button_Recover = new System.Windows.Forms.Button();
  63. this.groupBox_ChemicalElement = new System.Windows.Forms.GroupBox();
  64. this.comboBox_PeriodicTable = new System.Windows.Forms.ComboBox();
  65. this.groupBox_OtherCommonlyUsedSymbols = new System.Windows.Forms.GroupBox();
  66. this.comboBox_Constants = new System.Windows.Forms.ComboBox();
  67. this.label_DefinedConstant = new System.Windows.Forms.Label();
  68. this.label_Other = new System.Windows.Forms.Label();
  69. this.label_ElementFormTwo = new System.Windows.Forms.Label();
  70. this.label_ElementFormOne = new System.Windows.Forms.Label();
  71. this.comboBox_Elem1 = new System.Windows.Forms.ComboBox();
  72. this.comboBox_Elem = new System.Windows.Forms.ComboBox();
  73. this.comboBox_ImgProperty = new System.Windows.Forms.ComboBox();
  74. this.PeriodicTableSwitch = new System.Windows.Forms.Button();
  75. this.XmlTreeMenuStrip.SuspendLayout();
  76. this.groupBox_CalculatingSymbols.SuspendLayout();
  77. this.groupBox_Data.SuspendLayout();
  78. this.groupBox_XmlTree_MaxEDSRules.SuspendLayout();
  79. this.groupBox_ChemicalElement.SuspendLayout();
  80. this.groupBox_OtherCommonlyUsedSymbols.SuspendLayout();
  81. this.SuspendLayout();
  82. //
  83. // XmlTreeMenuStrip
  84. //
  85. this.XmlTreeMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  86. this.XmlTreeMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  87. this.新建标准库规则ToolStripMenuItem,
  88. this.删除ToolStripMenuItem});
  89. this.XmlTreeMenuStrip.Name = "XmlTreeMenuStrip";
  90. this.XmlTreeMenuStrip.Size = new System.Drawing.Size(101, 48);
  91. //
  92. // 新建标准库规则ToolStripMenuItem
  93. //
  94. this.新建标准库规则ToolStripMenuItem.Name = "新建标准库规则ToolStripMenuItem";
  95. this.新建标准库规则ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  96. this.新建标准库规则ToolStripMenuItem.Text = "新建";
  97. this.新建标准库规则ToolStripMenuItem.Click += new System.EventHandler(this.AddTreeNode_Click);
  98. //
  99. // 删除ToolStripMenuItem
  100. //
  101. this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
  102. this.删除ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  103. this.删除ToolStripMenuItem.Text = "删除";
  104. this.删除ToolStripMenuItem.Click += new System.EventHandler(this.DeleteTreeNode_Click);
  105. //
  106. // XmlTree_MaxEDSRules
  107. //
  108. this.XmlTree_MaxEDSRules.ContextMenuStrip = this.XmlTreeMenuStrip;
  109. this.XmlTree_MaxEDSRules.HideSelection = false;
  110. this.XmlTree_MaxEDSRules.Location = new System.Drawing.Point(12, 12);
  111. this.XmlTree_MaxEDSRules.Name = "XmlTree_MaxEDSRules";
  112. this.XmlTree_MaxEDSRules.Size = new System.Drawing.Size(183, 523);
  113. this.XmlTree_MaxEDSRules.TabIndex = 2;
  114. this.XmlTree_MaxEDSRules.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.XmlTree_MaxEDSRules_BeforeSelect);
  115. this.XmlTree_MaxEDSRules.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.XmlTree_MaxEDSRules_AfterSelect);
  116. //
  117. // button_Cancel
  118. //
  119. this.button_Cancel.Location = new System.Drawing.Point(552, 310);
  120. this.button_Cancel.Name = "button_Cancel";
  121. this.button_Cancel.Size = new System.Drawing.Size(103, 36);
  122. this.button_Cancel.TabIndex = 24;
  123. this.button_Cancel.Text = "离开";
  124. this.button_Cancel.UseVisualStyleBackColor = true;
  125. this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
  126. //
  127. // textbox_STDEditor
  128. //
  129. this.textbox_STDEditor.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.textbox_STDEditor.Location = new System.Drawing.Point(222, 12);
  131. this.textbox_STDEditor.Multiline = true;
  132. this.textbox_STDEditor.Name = "textbox_STDEditor";
  133. this.textbox_STDEditor.Size = new System.Drawing.Size(628, 166);
  134. this.textbox_STDEditor.TabIndex = 30;
  135. //
  136. // button_Ok
  137. //
  138. this.button_Ok.Location = new System.Drawing.Point(443, 311);
  139. this.button_Ok.Name = "button_Ok";
  140. this.button_Ok.Size = new System.Drawing.Size(103, 36);
  141. this.button_Ok.TabIndex = 23;
  142. this.button_Ok.Text = "确认";
  143. this.button_Ok.UseVisualStyleBackColor = true;
  144. this.button_Ok.Click += new System.EventHandler(this.button_Ok_Click);
  145. //
  146. // button_0
  147. //
  148. this.button_0.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  149. this.button_0.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.button_0.Location = new System.Drawing.Point(204, 69);
  151. this.button_0.Name = "button_0";
  152. this.button_0.Size = new System.Drawing.Size(40, 40);
  153. this.button_0.TabIndex = 26;
  154. this.button_0.Text = "0";
  155. this.button_0.UseVisualStyleBackColor = true;
  156. this.button_0.Click += new System.EventHandler(this.button_0_Click);
  157. //
  158. // button_9
  159. //
  160. this.button_9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  161. this.button_9.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.button_9.Location = new System.Drawing.Point(157, 70);
  163. this.button_9.Name = "button_9";
  164. this.button_9.Size = new System.Drawing.Size(40, 40);
  165. this.button_9.TabIndex = 25;
  166. this.button_9.Text = "9";
  167. this.button_9.UseVisualStyleBackColor = true;
  168. this.button_9.Click += new System.EventHandler(this.button_9_Click);
  169. //
  170. // button_4
  171. //
  172. this.button_4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  173. this.button_4.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.button_4.Location = new System.Drawing.Point(157, 21);
  175. this.button_4.Name = "button_4";
  176. this.button_4.Size = new System.Drawing.Size(40, 40);
  177. this.button_4.TabIndex = 24;
  178. this.button_4.Text = "4";
  179. this.button_4.UseVisualStyleBackColor = true;
  180. this.button_4.Click += new System.EventHandler(this.button_4_Click);
  181. //
  182. // button_5
  183. //
  184. this.button_5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  185. this.button_5.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.button_5.Location = new System.Drawing.Point(204, 21);
  187. this.button_5.Name = "button_5";
  188. this.button_5.Size = new System.Drawing.Size(40, 40);
  189. this.button_5.TabIndex = 23;
  190. this.button_5.Text = "5";
  191. this.button_5.UseVisualStyleBackColor = true;
  192. this.button_5.Click += new System.EventHandler(this.button_5_Click);
  193. //
  194. // button_6
  195. //
  196. this.button_6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  197. this.button_6.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.button_6.Location = new System.Drawing.Point(11, 70);
  199. this.button_6.Name = "button_6";
  200. this.button_6.Size = new System.Drawing.Size(40, 40);
  201. this.button_6.TabIndex = 22;
  202. this.button_6.Text = "6";
  203. this.button_6.UseVisualStyleBackColor = true;
  204. this.button_6.Click += new System.EventHandler(this.button_6_Click);
  205. //
  206. // button_7
  207. //
  208. this.button_7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  209. this.button_7.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.button_7.Location = new System.Drawing.Point(60, 70);
  211. this.button_7.Name = "button_7";
  212. this.button_7.Size = new System.Drawing.Size(40, 40);
  213. this.button_7.TabIndex = 21;
  214. this.button_7.Text = "7";
  215. this.button_7.UseVisualStyleBackColor = true;
  216. this.button_7.Click += new System.EventHandler(this.button_7_Click);
  217. //
  218. // button_8
  219. //
  220. this.button_8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  221. this.button_8.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.button_8.Location = new System.Drawing.Point(109, 70);
  223. this.button_8.Name = "button_8";
  224. this.button_8.Size = new System.Drawing.Size(40, 40);
  225. this.button_8.TabIndex = 20;
  226. this.button_8.Text = "8";
  227. this.button_8.UseVisualStyleBackColor = true;
  228. this.button_8.Click += new System.EventHandler(this.button_8_Click);
  229. //
  230. // button_Divide
  231. //
  232. this.button_Divide.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  233. this.button_Divide.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.button_Divide.Location = new System.Drawing.Point(157, 120);
  235. this.button_Divide.Name = "button_Divide";
  236. this.button_Divide.Size = new System.Drawing.Size(40, 40);
  237. this.button_Divide.TabIndex = 8;
  238. this.button_Divide.Text = "/";
  239. this.button_Divide.UseVisualStyleBackColor = true;
  240. this.button_Divide.Click += new System.EventHandler(this.button_Divide_Click);
  241. //
  242. // button_Or
  243. //
  244. this.button_Or.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  245. this.button_Or.Font = new System.Drawing.Font("方正舒体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.button_Or.Location = new System.Drawing.Point(156, 217);
  247. this.button_Or.Name = "button_Or";
  248. this.button_Or.Size = new System.Drawing.Size(86, 40);
  249. this.button_Or.TabIndex = 15;
  250. this.button_Or.Text = "or";
  251. this.button_Or.UseVisualStyleBackColor = true;
  252. this.button_Or.Click += new System.EventHandler(this.button_Or_Click);
  253. //
  254. // button_And
  255. //
  256. this.button_And.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  257. this.button_And.Font = new System.Drawing.Font("方正舒体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.button_And.Location = new System.Drawing.Point(10, 218);
  259. this.button_And.Name = "button_And";
  260. this.button_And.Size = new System.Drawing.Size(139, 40);
  261. this.button_And.TabIndex = 14;
  262. this.button_And.Text = "and";
  263. this.button_And.UseVisualStyleBackColor = true;
  264. this.button_And.Click += new System.EventHandler(this.button_And_Click);
  265. //
  266. // button_3
  267. //
  268. this.button_3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  269. this.button_3.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.button_3.Location = new System.Drawing.Point(109, 21);
  271. this.button_3.Name = "button_3";
  272. this.button_3.Size = new System.Drawing.Size(40, 40);
  273. this.button_3.TabIndex = 19;
  274. this.button_3.Text = "3";
  275. this.button_3.UseVisualStyleBackColor = true;
  276. this.button_3.Click += new System.EventHandler(this.button_3_Click);
  277. //
  278. // button_2
  279. //
  280. this.button_2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  281. this.button_2.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.button_2.Location = new System.Drawing.Point(59, 21);
  283. this.button_2.Name = "button_2";
  284. this.button_2.Size = new System.Drawing.Size(40, 40);
  285. this.button_2.TabIndex = 18;
  286. this.button_2.Text = "2";
  287. this.button_2.UseVisualStyleBackColor = true;
  288. this.button_2.Click += new System.EventHandler(this.button_2_Click);
  289. //
  290. // button_1
  291. //
  292. this.button_1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  293. this.button_1.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.button_1.Location = new System.Drawing.Point(10, 21);
  295. this.button_1.Name = "button_1";
  296. this.button_1.Size = new System.Drawing.Size(40, 40);
  297. this.button_1.TabIndex = 17;
  298. this.button_1.Text = "1";
  299. this.button_1.UseVisualStyleBackColor = true;
  300. this.button_1.Click += new System.EventHandler(this.button_1_Click);
  301. //
  302. // button_Equal
  303. //
  304. this.button_Equal.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  305. this.button_Equal.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.button_Equal.Location = new System.Drawing.Point(204, 120);
  307. this.button_Equal.Name = "button_Equal";
  308. this.button_Equal.Size = new System.Drawing.Size(40, 40);
  309. this.button_Equal.TabIndex = 16;
  310. this.button_Equal.Text = "=";
  311. this.button_Equal.UseVisualStyleBackColor = true;
  312. this.button_Equal.Click += new System.EventHandler(this.button_Equal_Click);
  313. //
  314. // button_RightParenthesis
  315. //
  316. this.button_RightParenthesis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  317. this.button_RightParenthesis.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.button_RightParenthesis.Location = new System.Drawing.Point(157, 169);
  319. this.button_RightParenthesis.Name = "button_RightParenthesis";
  320. this.button_RightParenthesis.Size = new System.Drawing.Size(40, 40);
  321. this.button_RightParenthesis.TabIndex = 13;
  322. this.button_RightParenthesis.Text = ")";
  323. this.button_RightParenthesis.UseVisualStyleBackColor = true;
  324. this.button_RightParenthesis.Click += new System.EventHandler(this.button_RightParenthesis_Click);
  325. //
  326. // button_LeftParenthesis
  327. //
  328. this.button_LeftParenthesis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  329. this.button_LeftParenthesis.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.button_LeftParenthesis.Location = new System.Drawing.Point(109, 169);
  331. this.button_LeftParenthesis.Name = "button_LeftParenthesis";
  332. this.button_LeftParenthesis.Size = new System.Drawing.Size(40, 40);
  333. this.button_LeftParenthesis.TabIndex = 12;
  334. this.button_LeftParenthesis.Text = "(";
  335. this.button_LeftParenthesis.UseVisualStyleBackColor = true;
  336. this.button_LeftParenthesis.Click += new System.EventHandler(this.button_LeftParenthesis_Click);
  337. //
  338. // button_Less
  339. //
  340. this.button_Less.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  341. this.button_Less.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.button_Less.Location = new System.Drawing.Point(59, 169);
  343. this.button_Less.Name = "button_Less";
  344. this.button_Less.Size = new System.Drawing.Size(40, 40);
  345. this.button_Less.TabIndex = 11;
  346. this.button_Less.Text = "<";
  347. this.button_Less.UseVisualStyleBackColor = true;
  348. this.button_Less.Click += new System.EventHandler(this.button_Less_Click);
  349. //
  350. // button_More
  351. //
  352. this.button_More.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  353. this.button_More.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.button_More.Location = new System.Drawing.Point(10, 169);
  355. this.button_More.Name = "button_More";
  356. this.button_More.Size = new System.Drawing.Size(40, 40);
  357. this.button_More.TabIndex = 10;
  358. this.button_More.Text = ">";
  359. this.button_More.UseVisualStyleBackColor = true;
  360. this.button_More.Click += new System.EventHandler(this.button_More_Click);
  361. //
  362. // button_Multiply
  363. //
  364. this.button_Multiply.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  365. this.button_Multiply.Font = new System.Drawing.Font("方正舒体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.button_Multiply.Location = new System.Drawing.Point(109, 120);
  367. this.button_Multiply.Name = "button_Multiply";
  368. this.button_Multiply.Size = new System.Drawing.Size(40, 40);
  369. this.button_Multiply.TabIndex = 9;
  370. this.button_Multiply.Text = "*";
  371. this.button_Multiply.UseVisualStyleBackColor = true;
  372. this.button_Multiply.Click += new System.EventHandler(this.button_Multiply_Click);
  373. //
  374. // groupBox_CalculatingSymbols
  375. //
  376. this.groupBox_CalculatingSymbols.Controls.Add(this.button_0);
  377. this.groupBox_CalculatingSymbols.Controls.Add(this.button_9);
  378. this.groupBox_CalculatingSymbols.Controls.Add(this.button_4);
  379. this.groupBox_CalculatingSymbols.Controls.Add(this.button_5);
  380. this.groupBox_CalculatingSymbols.Controls.Add(this.button_6);
  381. this.groupBox_CalculatingSymbols.Controls.Add(this.button_7);
  382. this.groupBox_CalculatingSymbols.Controls.Add(this.button_8);
  383. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Divide);
  384. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Or);
  385. this.groupBox_CalculatingSymbols.Controls.Add(this.button_And);
  386. this.groupBox_CalculatingSymbols.Controls.Add(this.button_3);
  387. this.groupBox_CalculatingSymbols.Controls.Add(this.button_2);
  388. this.groupBox_CalculatingSymbols.Controls.Add(this.button_1);
  389. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Equal);
  390. this.groupBox_CalculatingSymbols.Controls.Add(this.button_RightParenthesis);
  391. this.groupBox_CalculatingSymbols.Controls.Add(this.button_LeftParenthesis);
  392. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Less);
  393. this.groupBox_CalculatingSymbols.Controls.Add(this.button_More);
  394. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Multiply);
  395. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Subtract);
  396. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Plus);
  397. this.groupBox_CalculatingSymbols.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. this.groupBox_CalculatingSymbols.Location = new System.Drawing.Point(413, 16);
  399. this.groupBox_CalculatingSymbols.Name = "groupBox_CalculatingSymbols";
  400. this.groupBox_CalculatingSymbols.Size = new System.Drawing.Size(250, 269);
  401. this.groupBox_CalculatingSymbols.TabIndex = 31;
  402. this.groupBox_CalculatingSymbols.TabStop = false;
  403. this.groupBox_CalculatingSymbols.Text = "运算符号";
  404. //
  405. // button_Subtract
  406. //
  407. this.button_Subtract.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  408. this.button_Subtract.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.button_Subtract.Location = new System.Drawing.Point(59, 120);
  410. this.button_Subtract.Name = "button_Subtract";
  411. this.button_Subtract.Size = new System.Drawing.Size(40, 40);
  412. this.button_Subtract.TabIndex = 7;
  413. this.button_Subtract.Text = "-";
  414. this.button_Subtract.UseVisualStyleBackColor = true;
  415. this.button_Subtract.Click += new System.EventHandler(this.button_Subtract_Click);
  416. //
  417. // button_Plus
  418. //
  419. this.button_Plus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  420. this.button_Plus.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  421. this.button_Plus.Location = new System.Drawing.Point(10, 120);
  422. this.button_Plus.Name = "button_Plus";
  423. this.button_Plus.Size = new System.Drawing.Size(40, 40);
  424. this.button_Plus.TabIndex = 6;
  425. this.button_Plus.Text = "+";
  426. this.button_Plus.UseVisualStyleBackColor = true;
  427. this.button_Plus.Click += new System.EventHandler(this.button_Plus_Click);
  428. //
  429. // groupBox_Data
  430. //
  431. this.groupBox_Data.Controls.Add(this.groupBox_CalculatingSymbols);
  432. this.groupBox_Data.Controls.Add(this.groupBox_XmlTree_MaxEDSRules);
  433. this.groupBox_Data.Controls.Add(this.button_Recover);
  434. this.groupBox_Data.Controls.Add(this.groupBox_ChemicalElement);
  435. this.groupBox_Data.Controls.Add(this.groupBox_OtherCommonlyUsedSymbols);
  436. this.groupBox_Data.Controls.Add(this.button_Ok);
  437. this.groupBox_Data.Controls.Add(this.button_Cancel);
  438. this.groupBox_Data.FlatStyle = System.Windows.Forms.FlatStyle.System;
  439. this.groupBox_Data.Location = new System.Drawing.Point(222, 184);
  440. this.groupBox_Data.Name = "groupBox_Data";
  441. this.groupBox_Data.Size = new System.Drawing.Size(669, 351);
  442. this.groupBox_Data.TabIndex = 29;
  443. this.groupBox_Data.TabStop = false;
  444. //
  445. // groupBox_XmlTree_MaxEDSRules
  446. //
  447. this.groupBox_XmlTree_MaxEDSRules.Controls.Add(this.label1);
  448. this.groupBox_XmlTree_MaxEDSRules.Controls.Add(this.textBox_MaxEDSTime);
  449. this.groupBox_XmlTree_MaxEDSRules.Location = new System.Drawing.Point(9, 179);
  450. this.groupBox_XmlTree_MaxEDSRules.Name = "groupBox_XmlTree_MaxEDSRules";
  451. this.groupBox_XmlTree_MaxEDSRules.Size = new System.Drawing.Size(184, 106);
  452. this.groupBox_XmlTree_MaxEDSRules.TabIndex = 30;
  453. this.groupBox_XmlTree_MaxEDSRules.TabStop = false;
  454. this.groupBox_XmlTree_MaxEDSRules.Text = "MaxEDSTime";
  455. //
  456. // label1
  457. //
  458. this.label1.AutoSize = true;
  459. this.label1.Location = new System.Drawing.Point(158, 48);
  460. this.label1.Name = "label1";
  461. this.label1.Size = new System.Drawing.Size(17, 12);
  462. this.label1.TabIndex = 22;
  463. this.label1.Text = "ms";
  464. //
  465. // textBox_MaxEDSTime
  466. //
  467. this.textBox_MaxEDSTime.Location = new System.Drawing.Point(55, 45);
  468. this.textBox_MaxEDSTime.Name = "textBox_MaxEDSTime";
  469. this.textBox_MaxEDSTime.Size = new System.Drawing.Size(99, 21);
  470. this.textBox_MaxEDSTime.TabIndex = 21;
  471. this.textBox_MaxEDSTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  472. //
  473. // button_Recover
  474. //
  475. this.button_Recover.Location = new System.Drawing.Point(6, 324);
  476. this.button_Recover.Name = "button_Recover";
  477. this.button_Recover.Size = new System.Drawing.Size(184, 23);
  478. this.button_Recover.TabIndex = 25;
  479. this.button_Recover.Text = "恢复至出厂默认值";
  480. this.button_Recover.UseVisualStyleBackColor = true;
  481. this.button_Recover.Visible = false;
  482. this.button_Recover.Click += new System.EventHandler(this.button_Recover_Click);
  483. //
  484. // groupBox_ChemicalElement
  485. //
  486. this.groupBox_ChemicalElement.Controls.Add(this.comboBox_PeriodicTable);
  487. this.groupBox_ChemicalElement.Location = new System.Drawing.Point(9, 20);
  488. this.groupBox_ChemicalElement.Name = "groupBox_ChemicalElement";
  489. this.groupBox_ChemicalElement.Size = new System.Drawing.Size(184, 148);
  490. this.groupBox_ChemicalElement.TabIndex = 5;
  491. this.groupBox_ChemicalElement.TabStop = false;
  492. this.groupBox_ChemicalElement.Text = "化学元素";
  493. //
  494. // comboBox_PeriodicTable
  495. //
  496. this.comboBox_PeriodicTable.FormattingEnabled = true;
  497. this.comboBox_PeriodicTable.Location = new System.Drawing.Point(21, 40);
  498. this.comboBox_PeriodicTable.Name = "comboBox_PeriodicTable";
  499. this.comboBox_PeriodicTable.Size = new System.Drawing.Size(149, 20);
  500. this.comboBox_PeriodicTable.TabIndex = 1;
  501. this.comboBox_PeriodicTable.SelectedIndexChanged += new System.EventHandler(this.comboBox_PeriodicTable_SelectedIndexChanged);
  502. this.comboBox_PeriodicTable.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBox_PeriodicTable_KeyDown);
  503. //
  504. // groupBox_OtherCommonlyUsedSymbols
  505. //
  506. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Constants);
  507. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_DefinedConstant);
  508. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_Other);
  509. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_ElementFormTwo);
  510. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_ElementFormOne);
  511. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem1);
  512. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem);
  513. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_ImgProperty);
  514. this.groupBox_OtherCommonlyUsedSymbols.Location = new System.Drawing.Point(199, 20);
  515. this.groupBox_OtherCommonlyUsedSymbols.Name = "groupBox_OtherCommonlyUsedSymbols";
  516. this.groupBox_OtherCommonlyUsedSymbols.Size = new System.Drawing.Size(208, 265);
  517. this.groupBox_OtherCommonlyUsedSymbols.TabIndex = 3;
  518. this.groupBox_OtherCommonlyUsedSymbols.TabStop = false;
  519. this.groupBox_OtherCommonlyUsedSymbols.Text = "其它常用符号";
  520. //
  521. // comboBox_Constants
  522. //
  523. this.comboBox_Constants.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  524. this.comboBox_Constants.FormattingEnabled = true;
  525. this.comboBox_Constants.Location = new System.Drawing.Point(107, 175);
  526. this.comboBox_Constants.Name = "comboBox_Constants";
  527. this.comboBox_Constants.Size = new System.Drawing.Size(96, 20);
  528. this.comboBox_Constants.TabIndex = 5;
  529. this.comboBox_Constants.SelectedIndexChanged += new System.EventHandler(this.comboBox_Constants_SelectedIndexChanged);
  530. //
  531. // label_DefinedConstant
  532. //
  533. this.label_DefinedConstant.AutoSize = true;
  534. this.label_DefinedConstant.Location = new System.Drawing.Point(6, 178);
  535. this.label_DefinedConstant.Name = "label_DefinedConstant";
  536. this.label_DefinedConstant.Size = new System.Drawing.Size(77, 12);
  537. this.label_DefinedConstant.TabIndex = 19;
  538. this.label_DefinedConstant.Text = "已定义常数:";
  539. //
  540. // label_Other
  541. //
  542. this.label_Other.AutoSize = true;
  543. this.label_Other.Location = new System.Drawing.Point(6, 131);
  544. this.label_Other.Name = "label_Other";
  545. this.label_Other.Size = new System.Drawing.Size(41, 12);
  546. this.label_Other.TabIndex = 10;
  547. this.label_Other.Text = "其它:";
  548. //
  549. // label_ElementFormTwo
  550. //
  551. this.label_ElementFormTwo.AutoSize = true;
  552. this.label_ElementFormTwo.Location = new System.Drawing.Point(6, 84);
  553. this.label_ElementFormTwo.Name = "label_ElementFormTwo";
  554. this.label_ElementFormTwo.Size = new System.Drawing.Size(77, 12);
  555. this.label_ElementFormTwo.TabIndex = 9;
  556. this.label_ElementFormTwo.Text = "元素形式二:";
  557. //
  558. // label_ElementFormOne
  559. //
  560. this.label_ElementFormOne.AutoSize = true;
  561. this.label_ElementFormOne.Location = new System.Drawing.Point(6, 34);
  562. this.label_ElementFormOne.Name = "label_ElementFormOne";
  563. this.label_ElementFormOne.Size = new System.Drawing.Size(77, 12);
  564. this.label_ElementFormOne.TabIndex = 8;
  565. this.label_ElementFormOne.Text = "元素形式一:";
  566. //
  567. // comboBox_Elem1
  568. //
  569. this.comboBox_Elem1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  570. this.comboBox_Elem1.FormattingEnabled = true;
  571. this.comboBox_Elem1.Location = new System.Drawing.Point(107, 31);
  572. this.comboBox_Elem1.Name = "comboBox_Elem1";
  573. this.comboBox_Elem1.Size = new System.Drawing.Size(96, 20);
  574. this.comboBox_Elem1.TabIndex = 2;
  575. this.comboBox_Elem1.SelectedIndexChanged += new System.EventHandler(this.comboBox_Elem1_SelectedIndexChanged);
  576. //
  577. // comboBox_Elem
  578. //
  579. this.comboBox_Elem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  580. this.comboBox_Elem.FormattingEnabled = true;
  581. this.comboBox_Elem.Location = new System.Drawing.Point(107, 81);
  582. this.comboBox_Elem.Name = "comboBox_Elem";
  583. this.comboBox_Elem.Size = new System.Drawing.Size(96, 20);
  584. this.comboBox_Elem.TabIndex = 3;
  585. this.comboBox_Elem.SelectedIndexChanged += new System.EventHandler(this.comboBox_Elem2_SelectedIndexChanged);
  586. //
  587. // comboBox_ImgProperty
  588. //
  589. this.comboBox_ImgProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  590. this.comboBox_ImgProperty.FormattingEnabled = true;
  591. this.comboBox_ImgProperty.Location = new System.Drawing.Point(107, 128);
  592. this.comboBox_ImgProperty.Name = "comboBox_ImgProperty";
  593. this.comboBox_ImgProperty.Size = new System.Drawing.Size(96, 20);
  594. this.comboBox_ImgProperty.TabIndex = 4;
  595. this.comboBox_ImgProperty.SelectedIndexChanged += new System.EventHandler(this.comboBox_ImgProperty_SelectedIndexChanged);
  596. //
  597. // PeriodicTableSwitch
  598. //
  599. this.PeriodicTableSwitch.BackColor = System.Drawing.SystemColors.Control;
  600. this.PeriodicTableSwitch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  601. this.PeriodicTableSwitch.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  602. this.PeriodicTableSwitch.Location = new System.Drawing.Point(856, 11);
  603. this.PeriodicTableSwitch.Name = "PeriodicTableSwitch";
  604. this.PeriodicTableSwitch.Size = new System.Drawing.Size(29, 167);
  605. this.PeriodicTableSwitch.TabIndex = 33;
  606. this.PeriodicTableSwitch.UseVisualStyleBackColor = false;
  607. this.PeriodicTableSwitch.Click += new System.EventHandler(this.PeriodicTableSwitch_Click);
  608. //
  609. // Form_MaxEDSRules
  610. //
  611. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  612. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  613. this.AutoSize = true;
  614. this.ClientSize = new System.Drawing.Size(894, 542);
  615. this.Controls.Add(this.XmlTree_MaxEDSRules);
  616. this.Controls.Add(this.textbox_STDEditor);
  617. this.Controls.Add(this.groupBox_Data);
  618. this.Controls.Add(this.PeriodicTableSwitch);
  619. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  620. this.MaximizeBox = false;
  621. this.MaximumSize = new System.Drawing.Size(910, 581);
  622. this.MinimumSize = new System.Drawing.Size(910, 581);
  623. this.Name = "Form_MaxEDSRules";
  624. this.ShowIcon = false;
  625. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  626. this.Text = "Form_MaxEDSRules";
  627. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_MaxEDSRules_FormClosing);
  628. this.Load += new System.EventHandler(this.Form_MaxEDSRules_Load);
  629. this.XmlTreeMenuStrip.ResumeLayout(false);
  630. this.groupBox_CalculatingSymbols.ResumeLayout(false);
  631. this.groupBox_Data.ResumeLayout(false);
  632. this.groupBox_XmlTree_MaxEDSRules.ResumeLayout(false);
  633. this.groupBox_XmlTree_MaxEDSRules.PerformLayout();
  634. this.groupBox_ChemicalElement.ResumeLayout(false);
  635. this.groupBox_OtherCommonlyUsedSymbols.ResumeLayout(false);
  636. this.groupBox_OtherCommonlyUsedSymbols.PerformLayout();
  637. this.ResumeLayout(false);
  638. this.PerformLayout();
  639. }
  640. #endregion
  641. private System.Windows.Forms.ContextMenuStrip XmlTreeMenuStrip;
  642. private System.Windows.Forms.ToolStripMenuItem 新建标准库规则ToolStripMenuItem;
  643. private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
  644. private System.Windows.Forms.TreeView XmlTree_MaxEDSRules;
  645. private System.Windows.Forms.Button button_Cancel;
  646. private System.Windows.Forms.TextBox textbox_STDEditor;
  647. private System.Windows.Forms.Button button_Ok;
  648. private System.Windows.Forms.Button button_0;
  649. private System.Windows.Forms.Button button_9;
  650. private System.Windows.Forms.Button button_4;
  651. private System.Windows.Forms.Button button_5;
  652. private System.Windows.Forms.Button button_6;
  653. private System.Windows.Forms.Button button_7;
  654. private System.Windows.Forms.Button button_8;
  655. private System.Windows.Forms.Button button_Divide;
  656. private System.Windows.Forms.Button button_Or;
  657. private System.Windows.Forms.Button button_And;
  658. private System.Windows.Forms.Button button_3;
  659. private System.Windows.Forms.Button button_2;
  660. private System.Windows.Forms.Button button_1;
  661. private System.Windows.Forms.Button button_Equal;
  662. private System.Windows.Forms.Button button_RightParenthesis;
  663. private System.Windows.Forms.Button button_LeftParenthesis;
  664. private System.Windows.Forms.Button button_Less;
  665. private System.Windows.Forms.Button button_More;
  666. private System.Windows.Forms.Button button_Multiply;
  667. private System.Windows.Forms.GroupBox groupBox_CalculatingSymbols;
  668. private System.Windows.Forms.Button button_Subtract;
  669. private System.Windows.Forms.Button button_Plus;
  670. private System.Windows.Forms.GroupBox groupBox_Data;
  671. private System.Windows.Forms.GroupBox groupBox_XmlTree_MaxEDSRules;
  672. private System.Windows.Forms.TextBox textBox_MaxEDSTime;
  673. private System.Windows.Forms.Button button_Recover;
  674. private System.Windows.Forms.GroupBox groupBox_ChemicalElement;
  675. private System.Windows.Forms.ComboBox comboBox_PeriodicTable;
  676. private System.Windows.Forms.GroupBox groupBox_OtherCommonlyUsedSymbols;
  677. private System.Windows.Forms.ComboBox comboBox_Constants;
  678. private System.Windows.Forms.Label label_DefinedConstant;
  679. private System.Windows.Forms.Label label_Other;
  680. private System.Windows.Forms.Label label_ElementFormTwo;
  681. private System.Windows.Forms.Label label_ElementFormOne;
  682. private System.Windows.Forms.ComboBox comboBox_Elem1;
  683. private System.Windows.Forms.ComboBox comboBox_Elem;
  684. private System.Windows.Forms.ComboBox comboBox_ImgProperty;
  685. private System.Windows.Forms.Button PeriodicTableSwitch;
  686. private System.Windows.Forms.Label label1;
  687. }
  688. }