Form_ZeroElementRules.Designer.cs 39 KB

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