STDEditor.Designer.cs 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809
  1. namespace OTSPartA_STDEditor
  2. {
  3. partial class STDEditor
  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.tabSTDStandrad = new System.Windows.Forms.TabControl();
  29. this.tabSTD = new System.Windows.Forms.TabPage();
  30. this.dataGridView_SubElements = new System.Windows.Forms.DataGridView();
  31. this.label_SubElements = new System.Windows.Forms.Label();
  32. this.dataGridView_KeyElements = new System.Windows.Forms.DataGridView();
  33. this.label_KeyElements = new System.Windows.Forms.Label();
  34. this.textbox_STDEditor = new System.Windows.Forms.TextBox();
  35. this.groupBox_Data = new System.Windows.Forms.GroupBox();
  36. this.groupBox_CalculatingSymbols = new System.Windows.Forms.GroupBox();
  37. this.button_del = new System.Windows.Forms.Button();
  38. this.button_0 = 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_9 = new System.Windows.Forms.Button();
  42. this.button_Divide = new System.Windows.Forms.Button();
  43. this.button_3 = new System.Windows.Forms.Button();
  44. this.button_2 = new System.Windows.Forms.Button();
  45. this.button_Or = new System.Windows.Forms.Button();
  46. this.button_1 = new System.Windows.Forms.Button();
  47. this.button_And = new System.Windows.Forms.Button();
  48. this.button_6 = new System.Windows.Forms.Button();
  49. this.button_7 = new System.Windows.Forms.Button();
  50. this.button_Equal = new System.Windows.Forms.Button();
  51. this.button_Multiply = new System.Windows.Forms.Button();
  52. this.button_8 = new System.Windows.Forms.Button();
  53. this.button_Subtract = new System.Windows.Forms.Button();
  54. this.button_Plus = new System.Windows.Forms.Button();
  55. this.button_RightParenthesis = new System.Windows.Forms.Button();
  56. this.button_LeftParenthesis = new System.Windows.Forms.Button();
  57. this.button_More = new System.Windows.Forms.Button();
  58. this.button_Less = new System.Windows.Forms.Button();
  59. this.groupBox_ChemicalElement = new System.Windows.Forms.GroupBox();
  60. this.button_PeriodicTableSwitch = new System.Windows.Forms.Button();
  61. this.comboBox_PeriodicTable = new System.Windows.Forms.ComboBox();
  62. this.groupBox_OtherCommonlyUsedSymbols = new System.Windows.Forms.GroupBox();
  63. this.label_help1 = new System.Windows.Forms.Label();
  64. this.label_help2 = new System.Windows.Forms.Label();
  65. this.comboBox_Constants = new System.Windows.Forms.ComboBox();
  66. this.label_DefinedConstant = new System.Windows.Forms.Label();
  67. this.label_Other = new System.Windows.Forms.Label();
  68. this.label_ElementFormTwo = new System.Windows.Forms.Label();
  69. this.label_ElementFormOne = new System.Windows.Forms.Label();
  70. this.comboBox_Elem1 = new System.Windows.Forms.ComboBox();
  71. this.comboBox_Elem = new System.Windows.Forms.ComboBox();
  72. this.comboBox_ImgProperty = new System.Windows.Forms.ComboBox();
  73. this.tabSTDStandrad.SuspendLayout();
  74. this.tabSTD.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SubElements)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_KeyElements)).BeginInit();
  77. this.groupBox_Data.SuspendLayout();
  78. this.groupBox_CalculatingSymbols.SuspendLayout();
  79. this.groupBox_ChemicalElement.SuspendLayout();
  80. this.groupBox_OtherCommonlyUsedSymbols.SuspendLayout();
  81. this.SuspendLayout();
  82. //
  83. // tabSTDStandrad
  84. //
  85. this.tabSTDStandrad.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
  86. this.tabSTDStandrad.Controls.Add(this.tabSTD);
  87. this.tabSTDStandrad.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.tabSTDStandrad.Location = new System.Drawing.Point(0, 0);
  89. this.tabSTDStandrad.Name = "tabSTDStandrad";
  90. this.tabSTDStandrad.SelectedIndex = 0;
  91. this.tabSTDStandrad.Size = new System.Drawing.Size(1260, 459);
  92. this.tabSTDStandrad.TabIndex = 35;
  93. //
  94. // tabSTD
  95. //
  96. this.tabSTD.BackColor = System.Drawing.SystemColors.Control;
  97. this.tabSTD.Controls.Add(this.dataGridView_SubElements);
  98. this.tabSTD.Controls.Add(this.label_SubElements);
  99. this.tabSTD.Controls.Add(this.dataGridView_KeyElements);
  100. this.tabSTD.Controls.Add(this.label_KeyElements);
  101. this.tabSTD.Controls.Add(this.textbox_STDEditor);
  102. this.tabSTD.Controls.Add(this.groupBox_Data);
  103. this.tabSTD.Location = new System.Drawing.Point(4, 25);
  104. this.tabSTD.Name = "tabSTD";
  105. this.tabSTD.Padding = new System.Windows.Forms.Padding(3);
  106. this.tabSTD.Size = new System.Drawing.Size(1252, 430);
  107. this.tabSTD.TabIndex = 0;
  108. this.tabSTD.Text = "STD";
  109. //
  110. // dataGridView_SubElements
  111. //
  112. this.dataGridView_SubElements.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  113. | System.Windows.Forms.AnchorStyles.Left)
  114. | System.Windows.Forms.AnchorStyles.Right)));
  115. this.dataGridView_SubElements.BackgroundColor = System.Drawing.SystemColors.Control;
  116. this.dataGridView_SubElements.BorderStyle = System.Windows.Forms.BorderStyle.None;
  117. this.dataGridView_SubElements.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  118. this.dataGridView_SubElements.Location = new System.Drawing.Point(214, 394);
  119. this.dataGridView_SubElements.Name = "dataGridView_SubElements";
  120. this.dataGridView_SubElements.RowTemplate.Height = 23;
  121. this.dataGridView_SubElements.Size = new System.Drawing.Size(1033, 29);
  122. this.dataGridView_SubElements.TabIndex = 37;
  123. this.dataGridView_SubElements.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_SubElements_CellClick);
  124. //
  125. // label_SubElements
  126. //
  127. this.label_SubElements.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  128. | System.Windows.Forms.AnchorStyles.Left)
  129. | System.Windows.Forms.AnchorStyles.Right)));
  130. this.label_SubElements.AutoSize = true;
  131. this.label_SubElements.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.label_SubElements.Location = new System.Drawing.Point(7, 399);
  133. this.label_SubElements.Name = "label_SubElements";
  134. this.label_SubElements.Size = new System.Drawing.Size(137, 12);
  135. this.label_SubElements.TabIndex = 36;
  136. this.label_SubElements.Text = "非 必 须 存 在 元 素:";
  137. //
  138. // dataGridView_KeyElements
  139. //
  140. this.dataGridView_KeyElements.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  141. | System.Windows.Forms.AnchorStyles.Left)
  142. | System.Windows.Forms.AnchorStyles.Right)));
  143. this.dataGridView_KeyElements.BackgroundColor = System.Drawing.SystemColors.Control;
  144. this.dataGridView_KeyElements.BorderStyle = System.Windows.Forms.BorderStyle.None;
  145. this.dataGridView_KeyElements.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  146. this.dataGridView_KeyElements.Location = new System.Drawing.Point(214, 351);
  147. this.dataGridView_KeyElements.Name = "dataGridView_KeyElements";
  148. this.dataGridView_KeyElements.RowTemplate.Height = 23;
  149. this.dataGridView_KeyElements.Size = new System.Drawing.Size(1033, 29);
  150. this.dataGridView_KeyElements.TabIndex = 35;
  151. this.dataGridView_KeyElements.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_KeyElements_CellClick);
  152. //
  153. // label_KeyElements
  154. //
  155. this.label_KeyElements.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  156. | System.Windows.Forms.AnchorStyles.Left)
  157. | System.Windows.Forms.AnchorStyles.Right)));
  158. this.label_KeyElements.AutoSize = true;
  159. this.label_KeyElements.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.label_KeyElements.Location = new System.Drawing.Point(8, 359);
  161. this.label_KeyElements.Name = "label_KeyElements";
  162. this.label_KeyElements.Size = new System.Drawing.Size(119, 12);
  163. this.label_KeyElements.TabIndex = 34;
  164. this.label_KeyElements.Text = "必 须 存 在 元 素:";
  165. //
  166. // textbox_STDEditor
  167. //
  168. this.textbox_STDEditor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  169. | System.Windows.Forms.AnchorStyles.Left)
  170. | System.Windows.Forms.AnchorStyles.Right)));
  171. this.textbox_STDEditor.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.textbox_STDEditor.Location = new System.Drawing.Point(6, 11);
  173. this.textbox_STDEditor.Multiline = true;
  174. this.textbox_STDEditor.Name = "textbox_STDEditor";
  175. this.textbox_STDEditor.Size = new System.Drawing.Size(1241, 189);
  176. this.textbox_STDEditor.TabIndex = 2;
  177. this.textbox_STDEditor.MouseLeave += new System.EventHandler(this.textbox_STDEditor_MouseLeave);
  178. //
  179. // groupBox_Data
  180. //
  181. this.groupBox_Data.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  182. | System.Windows.Forms.AnchorStyles.Left)
  183. | System.Windows.Forms.AnchorStyles.Right)));
  184. this.groupBox_Data.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  185. this.groupBox_Data.Controls.Add(this.groupBox_CalculatingSymbols);
  186. this.groupBox_Data.Controls.Add(this.groupBox_ChemicalElement);
  187. this.groupBox_Data.Controls.Add(this.groupBox_OtherCommonlyUsedSymbols);
  188. this.groupBox_Data.Location = new System.Drawing.Point(7, 197);
  189. this.groupBox_Data.Name = "groupBox_Data";
  190. this.groupBox_Data.Size = new System.Drawing.Size(1240, 141);
  191. this.groupBox_Data.TabIndex = 0;
  192. this.groupBox_Data.TabStop = false;
  193. //
  194. // groupBox_CalculatingSymbols
  195. //
  196. this.groupBox_CalculatingSymbols.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  197. | System.Windows.Forms.AnchorStyles.Right)));
  198. this.groupBox_CalculatingSymbols.Controls.Add(this.button_del);
  199. this.groupBox_CalculatingSymbols.Controls.Add(this.button_0);
  200. this.groupBox_CalculatingSymbols.Controls.Add(this.button_4);
  201. this.groupBox_CalculatingSymbols.Controls.Add(this.button_5);
  202. this.groupBox_CalculatingSymbols.Controls.Add(this.button_9);
  203. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Divide);
  204. this.groupBox_CalculatingSymbols.Controls.Add(this.button_3);
  205. this.groupBox_CalculatingSymbols.Controls.Add(this.button_2);
  206. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Or);
  207. this.groupBox_CalculatingSymbols.Controls.Add(this.button_1);
  208. this.groupBox_CalculatingSymbols.Controls.Add(this.button_And);
  209. this.groupBox_CalculatingSymbols.Controls.Add(this.button_6);
  210. this.groupBox_CalculatingSymbols.Controls.Add(this.button_7);
  211. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Equal);
  212. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Multiply);
  213. this.groupBox_CalculatingSymbols.Controls.Add(this.button_8);
  214. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Subtract);
  215. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Plus);
  216. this.groupBox_CalculatingSymbols.Controls.Add(this.button_RightParenthesis);
  217. this.groupBox_CalculatingSymbols.Controls.Add(this.button_LeftParenthesis);
  218. this.groupBox_CalculatingSymbols.Controls.Add(this.button_More);
  219. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Less);
  220. this.groupBox_CalculatingSymbols.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.groupBox_CalculatingSymbols.Location = new System.Drawing.Point(692, 20);
  222. this.groupBox_CalculatingSymbols.Name = "groupBox_CalculatingSymbols";
  223. this.groupBox_CalculatingSymbols.Size = new System.Drawing.Size(545, 115);
  224. this.groupBox_CalculatingSymbols.TabIndex = 32;
  225. this.groupBox_CalculatingSymbols.TabStop = false;
  226. this.groupBox_CalculatingSymbols.Text = "运算符号";
  227. //
  228. // button_del
  229. //
  230. this.button_del.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  231. | System.Windows.Forms.AnchorStyles.Left)
  232. | System.Windows.Forms.AnchorStyles.Right)));
  233. this.button_del.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  234. this.button_del.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.button_del.ForeColor = System.Drawing.SystemColors.ControlText;
  236. this.button_del.Location = new System.Drawing.Point(468, 72);
  237. this.button_del.Name = "button_del";
  238. this.button_del.Size = new System.Drawing.Size(64, 35);
  239. this.button_del.TabIndex = 27;
  240. this.button_del.Text = "del";
  241. this.button_del.UseVisualStyleBackColor = true;
  242. this.button_del.Click += new System.EventHandler(this.button_del_Click);
  243. //
  244. // button_0
  245. //
  246. this.button_0.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  247. | System.Windows.Forms.AnchorStyles.Left)
  248. | System.Windows.Forms.AnchorStyles.Right)));
  249. this.button_0.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  250. this.button_0.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.button_0.Location = new System.Drawing.Point(204, 72);
  252. this.button_0.Name = "button_0";
  253. this.button_0.Size = new System.Drawing.Size(42, 35);
  254. this.button_0.TabIndex = 26;
  255. this.button_0.Text = "0";
  256. this.button_0.UseVisualStyleBackColor = true;
  257. this.button_0.Click += new System.EventHandler(this.button_0_Click);
  258. //
  259. // button_4
  260. //
  261. this.button_4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  262. | System.Windows.Forms.AnchorStyles.Left)
  263. | System.Windows.Forms.AnchorStyles.Right)));
  264. this.button_4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  265. this.button_4.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.button_4.Location = new System.Drawing.Point(156, 20);
  267. this.button_4.Name = "button_4";
  268. this.button_4.Size = new System.Drawing.Size(42, 35);
  269. this.button_4.TabIndex = 24;
  270. this.button_4.Text = "4";
  271. this.button_4.UseVisualStyleBackColor = true;
  272. this.button_4.Click += new System.EventHandler(this.button_4_Click);
  273. //
  274. // button_5
  275. //
  276. this.button_5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  277. | System.Windows.Forms.AnchorStyles.Left)
  278. | System.Windows.Forms.AnchorStyles.Right)));
  279. this.button_5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  280. this.button_5.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.button_5.Location = new System.Drawing.Point(204, 20);
  282. this.button_5.Name = "button_5";
  283. this.button_5.Size = new System.Drawing.Size(42, 35);
  284. this.button_5.TabIndex = 23;
  285. this.button_5.Text = "5";
  286. this.button_5.UseVisualStyleBackColor = true;
  287. this.button_5.Click += new System.EventHandler(this.button_5_Click);
  288. //
  289. // button_9
  290. //
  291. this.button_9.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  292. | System.Windows.Forms.AnchorStyles.Left)
  293. | System.Windows.Forms.AnchorStyles.Right)));
  294. this.button_9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  295. this.button_9.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.button_9.Location = new System.Drawing.Point(156, 72);
  297. this.button_9.Name = "button_9";
  298. this.button_9.Size = new System.Drawing.Size(42, 35);
  299. this.button_9.TabIndex = 25;
  300. this.button_9.Text = "9";
  301. this.button_9.UseVisualStyleBackColor = true;
  302. this.button_9.Click += new System.EventHandler(this.button_9_Click);
  303. //
  304. // button_Divide
  305. //
  306. this.button_Divide.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  307. | System.Windows.Forms.AnchorStyles.Left)
  308. | System.Windows.Forms.AnchorStyles.Right)));
  309. this.button_Divide.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  310. this.button_Divide.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.button_Divide.Location = new System.Drawing.Point(397, 21);
  312. this.button_Divide.Name = "button_Divide";
  313. this.button_Divide.Size = new System.Drawing.Size(31, 35);
  314. this.button_Divide.TabIndex = 8;
  315. this.button_Divide.Text = "/";
  316. this.button_Divide.UseVisualStyleBackColor = true;
  317. this.button_Divide.Click += new System.EventHandler(this.button_Divide_Click);
  318. //
  319. // button_3
  320. //
  321. this.button_3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  322. | System.Windows.Forms.AnchorStyles.Left)
  323. | System.Windows.Forms.AnchorStyles.Right)));
  324. this.button_3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  325. this.button_3.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.button_3.Location = new System.Drawing.Point(108, 20);
  327. this.button_3.Name = "button_3";
  328. this.button_3.Size = new System.Drawing.Size(42, 35);
  329. this.button_3.TabIndex = 19;
  330. this.button_3.Text = "3";
  331. this.button_3.UseVisualStyleBackColor = true;
  332. this.button_3.Click += new System.EventHandler(this.button_3_Click);
  333. //
  334. // button_2
  335. //
  336. this.button_2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  337. | System.Windows.Forms.AnchorStyles.Left)
  338. | System.Windows.Forms.AnchorStyles.Right)));
  339. this.button_2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  340. this.button_2.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.button_2.Location = new System.Drawing.Point(60, 20);
  342. this.button_2.Name = "button_2";
  343. this.button_2.Size = new System.Drawing.Size(42, 35);
  344. this.button_2.TabIndex = 18;
  345. this.button_2.Text = "2";
  346. this.button_2.UseVisualStyleBackColor = true;
  347. this.button_2.Click += new System.EventHandler(this.button_2_Click);
  348. //
  349. // button_Or
  350. //
  351. this.button_Or.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  352. | System.Windows.Forms.AnchorStyles.Left)
  353. | System.Windows.Forms.AnchorStyles.Right)));
  354. this.button_Or.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  355. this.button_Or.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.button_Or.ForeColor = System.Drawing.SystemColors.ControlText;
  357. this.button_Or.Location = new System.Drawing.Point(434, 22);
  358. this.button_Or.Name = "button_Or";
  359. this.button_Or.Size = new System.Drawing.Size(46, 35);
  360. this.button_Or.TabIndex = 15;
  361. this.button_Or.Text = "or";
  362. this.button_Or.UseVisualStyleBackColor = true;
  363. this.button_Or.Click += new System.EventHandler(this.button_Or_Click);
  364. //
  365. // button_1
  366. //
  367. this.button_1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  368. | System.Windows.Forms.AnchorStyles.Left)
  369. | System.Windows.Forms.AnchorStyles.Right)));
  370. this.button_1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  371. this.button_1.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.button_1.Location = new System.Drawing.Point(12, 20);
  373. this.button_1.Name = "button_1";
  374. this.button_1.Size = new System.Drawing.Size(42, 35);
  375. this.button_1.TabIndex = 17;
  376. this.button_1.Text = "1";
  377. this.button_1.UseVisualStyleBackColor = true;
  378. this.button_1.Click += new System.EventHandler(this.button_1_Click);
  379. //
  380. // button_And
  381. //
  382. this.button_And.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  383. | System.Windows.Forms.AnchorStyles.Left)
  384. | System.Windows.Forms.AnchorStyles.Right)));
  385. this.button_And.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  386. this.button_And.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.button_And.ForeColor = System.Drawing.SystemColors.ControlText;
  388. this.button_And.Location = new System.Drawing.Point(486, 22);
  389. this.button_And.Name = "button_And";
  390. this.button_And.Size = new System.Drawing.Size(46, 35);
  391. this.button_And.TabIndex = 14;
  392. this.button_And.Text = "and";
  393. this.button_And.UseVisualStyleBackColor = true;
  394. this.button_And.Click += new System.EventHandler(this.button_And_Click);
  395. //
  396. // button_6
  397. //
  398. this.button_6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  399. | System.Windows.Forms.AnchorStyles.Left)
  400. | System.Windows.Forms.AnchorStyles.Right)));
  401. this.button_6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  402. this.button_6.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.button_6.Location = new System.Drawing.Point(12, 72);
  404. this.button_6.Name = "button_6";
  405. this.button_6.Size = new System.Drawing.Size(42, 35);
  406. this.button_6.TabIndex = 22;
  407. this.button_6.Text = "6";
  408. this.button_6.UseVisualStyleBackColor = true;
  409. this.button_6.Click += new System.EventHandler(this.button_6_Click);
  410. //
  411. // button_7
  412. //
  413. this.button_7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  414. | System.Windows.Forms.AnchorStyles.Left)
  415. | System.Windows.Forms.AnchorStyles.Right)));
  416. this.button_7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  417. this.button_7.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.button_7.Location = new System.Drawing.Point(60, 72);
  419. this.button_7.Name = "button_7";
  420. this.button_7.Size = new System.Drawing.Size(42, 35);
  421. this.button_7.TabIndex = 21;
  422. this.button_7.Text = "7";
  423. this.button_7.UseVisualStyleBackColor = true;
  424. this.button_7.Click += new System.EventHandler(this.button_7_Click);
  425. //
  426. // button_Equal
  427. //
  428. this.button_Equal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  429. | System.Windows.Forms.AnchorStyles.Left)
  430. | System.Windows.Forms.AnchorStyles.Right)));
  431. this.button_Equal.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  432. this.button_Equal.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.button_Equal.Location = new System.Drawing.Point(424, 71);
  434. this.button_Equal.Name = "button_Equal";
  435. this.button_Equal.Size = new System.Drawing.Size(39, 35);
  436. this.button_Equal.TabIndex = 16;
  437. this.button_Equal.Text = "=";
  438. this.button_Equal.UseVisualStyleBackColor = true;
  439. this.button_Equal.Click += new System.EventHandler(this.button_Equal_Click);
  440. //
  441. // button_Multiply
  442. //
  443. this.button_Multiply.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  444. | System.Windows.Forms.AnchorStyles.Left)
  445. | System.Windows.Forms.AnchorStyles.Right)));
  446. this.button_Multiply.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  447. this.button_Multiply.Font = new System.Drawing.Font("方正舒体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.button_Multiply.Location = new System.Drawing.Point(348, 21);
  449. this.button_Multiply.Name = "button_Multiply";
  450. this.button_Multiply.Size = new System.Drawing.Size(42, 35);
  451. this.button_Multiply.TabIndex = 9;
  452. this.button_Multiply.Text = "*";
  453. this.button_Multiply.UseVisualStyleBackColor = true;
  454. this.button_Multiply.Click += new System.EventHandler(this.button_Multiply_Click);
  455. //
  456. // button_8
  457. //
  458. this.button_8.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  459. | System.Windows.Forms.AnchorStyles.Left)
  460. | System.Windows.Forms.AnchorStyles.Right)));
  461. this.button_8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  462. this.button_8.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. this.button_8.Location = new System.Drawing.Point(108, 72);
  464. this.button_8.Name = "button_8";
  465. this.button_8.Size = new System.Drawing.Size(42, 35);
  466. this.button_8.TabIndex = 20;
  467. this.button_8.Text = "8";
  468. this.button_8.UseVisualStyleBackColor = true;
  469. this.button_8.Click += new System.EventHandler(this.button_8_Click);
  470. //
  471. // button_Subtract
  472. //
  473. this.button_Subtract.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  474. | System.Windows.Forms.AnchorStyles.Left)
  475. | System.Windows.Forms.AnchorStyles.Right)));
  476. this.button_Subtract.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  477. this.button_Subtract.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. this.button_Subtract.Location = new System.Drawing.Point(300, 20);
  479. this.button_Subtract.Name = "button_Subtract";
  480. this.button_Subtract.Size = new System.Drawing.Size(42, 35);
  481. this.button_Subtract.TabIndex = 7;
  482. this.button_Subtract.Text = "-";
  483. this.button_Subtract.UseVisualStyleBackColor = true;
  484. this.button_Subtract.Click += new System.EventHandler(this.button_Subtract_Click);
  485. //
  486. // button_Plus
  487. //
  488. this.button_Plus.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  489. | System.Windows.Forms.AnchorStyles.Left)
  490. | System.Windows.Forms.AnchorStyles.Right)));
  491. this.button_Plus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  492. this.button_Plus.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  493. this.button_Plus.Location = new System.Drawing.Point(252, 20);
  494. this.button_Plus.Name = "button_Plus";
  495. this.button_Plus.Size = new System.Drawing.Size(42, 35);
  496. this.button_Plus.TabIndex = 6;
  497. this.button_Plus.Text = "+";
  498. this.button_Plus.UseVisualStyleBackColor = true;
  499. this.button_Plus.Click += new System.EventHandler(this.button_Plus_Click);
  500. //
  501. // button_RightParenthesis
  502. //
  503. this.button_RightParenthesis.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  504. | System.Windows.Forms.AnchorStyles.Left)
  505. | System.Windows.Forms.AnchorStyles.Right)));
  506. this.button_RightParenthesis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  507. this.button_RightParenthesis.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  508. this.button_RightParenthesis.Location = new System.Drawing.Point(386, 72);
  509. this.button_RightParenthesis.Name = "button_RightParenthesis";
  510. this.button_RightParenthesis.Size = new System.Drawing.Size(32, 35);
  511. this.button_RightParenthesis.TabIndex = 13;
  512. this.button_RightParenthesis.Text = ")";
  513. this.button_RightParenthesis.UseVisualStyleBackColor = true;
  514. this.button_RightParenthesis.Click += new System.EventHandler(this.button_RightParenthesis_Click);
  515. //
  516. // button_LeftParenthesis
  517. //
  518. this.button_LeftParenthesis.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  519. | System.Windows.Forms.AnchorStyles.Left)
  520. | System.Windows.Forms.AnchorStyles.Right)));
  521. this.button_LeftParenthesis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  522. this.button_LeftParenthesis.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.button_LeftParenthesis.Location = new System.Drawing.Point(348, 72);
  524. this.button_LeftParenthesis.Name = "button_LeftParenthesis";
  525. this.button_LeftParenthesis.Size = new System.Drawing.Size(32, 35);
  526. this.button_LeftParenthesis.TabIndex = 12;
  527. this.button_LeftParenthesis.Text = "(";
  528. this.button_LeftParenthesis.UseVisualStyleBackColor = true;
  529. this.button_LeftParenthesis.Click += new System.EventHandler(this.button_LeftParenthesis_Click);
  530. //
  531. // button_More
  532. //
  533. this.button_More.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  534. | System.Windows.Forms.AnchorStyles.Left)
  535. | System.Windows.Forms.AnchorStyles.Right)));
  536. this.button_More.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  537. this.button_More.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.button_More.Location = new System.Drawing.Point(252, 72);
  539. this.button_More.Name = "button_More";
  540. this.button_More.Size = new System.Drawing.Size(42, 35);
  541. this.button_More.TabIndex = 10;
  542. this.button_More.Text = ">";
  543. this.button_More.UseVisualStyleBackColor = true;
  544. this.button_More.Click += new System.EventHandler(this.button_More_Click);
  545. //
  546. // button_Less
  547. //
  548. this.button_Less.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  549. | System.Windows.Forms.AnchorStyles.Left)
  550. | System.Windows.Forms.AnchorStyles.Right)));
  551. this.button_Less.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  552. this.button_Less.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  553. this.button_Less.Location = new System.Drawing.Point(300, 72);
  554. this.button_Less.Name = "button_Less";
  555. this.button_Less.Size = new System.Drawing.Size(42, 35);
  556. this.button_Less.TabIndex = 11;
  557. this.button_Less.Text = "<";
  558. this.button_Less.UseVisualStyleBackColor = true;
  559. this.button_Less.Click += new System.EventHandler(this.button_Less_Click);
  560. //
  561. // groupBox_ChemicalElement
  562. //
  563. this.groupBox_ChemicalElement.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  564. | System.Windows.Forms.AnchorStyles.Right)));
  565. this.groupBox_ChemicalElement.Controls.Add(this.button_PeriodicTableSwitch);
  566. this.groupBox_ChemicalElement.Controls.Add(this.comboBox_PeriodicTable);
  567. this.groupBox_ChemicalElement.Location = new System.Drawing.Point(6, 20);
  568. this.groupBox_ChemicalElement.Name = "groupBox_ChemicalElement";
  569. this.groupBox_ChemicalElement.Size = new System.Drawing.Size(131, 115);
  570. this.groupBox_ChemicalElement.TabIndex = 5;
  571. this.groupBox_ChemicalElement.TabStop = false;
  572. this.groupBox_ChemicalElement.Text = "化学元素";
  573. //
  574. // button_PeriodicTableSwitch
  575. //
  576. this.button_PeriodicTableSwitch.AutoSize = true;
  577. this.button_PeriodicTableSwitch.Location = new System.Drawing.Point(6, 79);
  578. this.button_PeriodicTableSwitch.Name = "button_PeriodicTableSwitch";
  579. this.button_PeriodicTableSwitch.Size = new System.Drawing.Size(108, 25);
  580. this.button_PeriodicTableSwitch.TabIndex = 33;
  581. this.button_PeriodicTableSwitch.Text = "PeriodicTable";
  582. this.button_PeriodicTableSwitch.UseVisualStyleBackColor = true;
  583. this.button_PeriodicTableSwitch.Click += new System.EventHandler(this.button_PeriodicTableSwitch_Click);
  584. //
  585. // comboBox_PeriodicTable
  586. //
  587. this.comboBox_PeriodicTable.FormattingEnabled = true;
  588. this.comboBox_PeriodicTable.Location = new System.Drawing.Point(6, 36);
  589. this.comboBox_PeriodicTable.Name = "comboBox_PeriodicTable";
  590. this.comboBox_PeriodicTable.Size = new System.Drawing.Size(108, 20);
  591. this.comboBox_PeriodicTable.TabIndex = 1;
  592. this.comboBox_PeriodicTable.SelectedIndexChanged += new System.EventHandler(this.comboBox_PeriodicTable_SelectedIndexChanged);
  593. this.comboBox_PeriodicTable.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBox_PeriodicTable_KeyDown);
  594. //
  595. // groupBox_OtherCommonlyUsedSymbols
  596. //
  597. this.groupBox_OtherCommonlyUsedSymbols.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  598. | System.Windows.Forms.AnchorStyles.Right)));
  599. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_help1);
  600. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_help2);
  601. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Constants);
  602. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_DefinedConstant);
  603. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_Other);
  604. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_ElementFormTwo);
  605. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_ElementFormOne);
  606. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem1);
  607. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem);
  608. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_ImgProperty);
  609. this.groupBox_OtherCommonlyUsedSymbols.Location = new System.Drawing.Point(143, 20);
  610. this.groupBox_OtherCommonlyUsedSymbols.Name = "groupBox_OtherCommonlyUsedSymbols";
  611. this.groupBox_OtherCommonlyUsedSymbols.Size = new System.Drawing.Size(543, 115);
  612. this.groupBox_OtherCommonlyUsedSymbols.TabIndex = 3;
  613. this.groupBox_OtherCommonlyUsedSymbols.TabStop = false;
  614. this.groupBox_OtherCommonlyUsedSymbols.Text = "其它常用符号";
  615. //
  616. // label_help1
  617. //
  618. this.label_help1.AutoSize = true;
  619. this.label_help1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  620. this.label_help1.Location = new System.Drawing.Point(242, 26);
  621. this.label_help1.Name = "label_help1";
  622. this.label_help1.Size = new System.Drawing.Size(19, 19);
  623. this.label_help1.TabIndex = 21;
  624. this.label_help1.Text = "?";
  625. this.label_help1.MouseHover += new System.EventHandler(this.label_help1label2_MouseHover);
  626. //
  627. // label_help2
  628. //
  629. this.label_help2.AutoSize = true;
  630. this.label_help2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  631. this.label_help2.Location = new System.Drawing.Point(522, 25);
  632. this.label_help2.Name = "label_help2";
  633. this.label_help2.Size = new System.Drawing.Size(19, 19);
  634. this.label_help2.TabIndex = 20;
  635. this.label_help2.Text = "?";
  636. this.label_help2.MouseHover += new System.EventHandler(this.label_help2_MouseHover);
  637. //
  638. // comboBox_Constants
  639. //
  640. this.comboBox_Constants.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  641. this.comboBox_Constants.FormattingEnabled = true;
  642. this.comboBox_Constants.Location = new System.Drawing.Point(372, 72);
  643. this.comboBox_Constants.Name = "comboBox_Constants";
  644. this.comboBox_Constants.Size = new System.Drawing.Size(165, 20);
  645. this.comboBox_Constants.TabIndex = 5;
  646. this.comboBox_Constants.SelectedIndexChanged += new System.EventHandler(this.comboBox_Constants_SelectedIndexChanged);
  647. //
  648. // label_DefinedConstant
  649. //
  650. this.label_DefinedConstant.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  651. | System.Windows.Forms.AnchorStyles.Left)
  652. | System.Windows.Forms.AnchorStyles.Right)));
  653. this.label_DefinedConstant.AutoSize = true;
  654. this.label_DefinedConstant.Location = new System.Drawing.Point(260, 76);
  655. this.label_DefinedConstant.Name = "label_DefinedConstant";
  656. this.label_DefinedConstant.Size = new System.Drawing.Size(77, 12);
  657. this.label_DefinedConstant.TabIndex = 19;
  658. this.label_DefinedConstant.Text = "已定义常数:";
  659. //
  660. // label_Other
  661. //
  662. this.label_Other.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  663. | System.Windows.Forms.AnchorStyles.Left)
  664. | System.Windows.Forms.AnchorStyles.Right)));
  665. this.label_Other.AutoSize = true;
  666. this.label_Other.Location = new System.Drawing.Point(296, 29);
  667. this.label_Other.Name = "label_Other";
  668. this.label_Other.Size = new System.Drawing.Size(41, 12);
  669. this.label_Other.TabIndex = 10;
  670. this.label_Other.Text = "其它:";
  671. //
  672. // label_ElementFormTwo
  673. //
  674. this.label_ElementFormTwo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  675. | System.Windows.Forms.AnchorStyles.Left)
  676. | System.Windows.Forms.AnchorStyles.Right)));
  677. this.label_ElementFormTwo.AutoSize = true;
  678. this.label_ElementFormTwo.Location = new System.Drawing.Point(2, 77);
  679. this.label_ElementFormTwo.Name = "label_ElementFormTwo";
  680. this.label_ElementFormTwo.Size = new System.Drawing.Size(77, 12);
  681. this.label_ElementFormTwo.TabIndex = 9;
  682. this.label_ElementFormTwo.Text = "元素形式二:";
  683. //
  684. // label_ElementFormOne
  685. //
  686. this.label_ElementFormOne.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  687. | System.Windows.Forms.AnchorStyles.Left)
  688. | System.Windows.Forms.AnchorStyles.Right)));
  689. this.label_ElementFormOne.AutoSize = true;
  690. this.label_ElementFormOne.Location = new System.Drawing.Point(2, 31);
  691. this.label_ElementFormOne.Name = "label_ElementFormOne";
  692. this.label_ElementFormOne.Size = new System.Drawing.Size(77, 12);
  693. this.label_ElementFormOne.TabIndex = 8;
  694. this.label_ElementFormOne.Text = "元素形式一:";
  695. //
  696. // comboBox_Elem1
  697. //
  698. this.comboBox_Elem1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  699. this.comboBox_Elem1.FormattingEnabled = true;
  700. this.comboBox_Elem1.Location = new System.Drawing.Point(114, 26);
  701. this.comboBox_Elem1.Name = "comboBox_Elem1";
  702. this.comboBox_Elem1.Size = new System.Drawing.Size(122, 20);
  703. this.comboBox_Elem1.TabIndex = 2;
  704. this.comboBox_Elem1.SelectedIndexChanged += new System.EventHandler(this.comboBox_Elem1_SelectedIndexChanged);
  705. //
  706. // comboBox_Elem
  707. //
  708. this.comboBox_Elem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  709. this.comboBox_Elem.FormattingEnabled = true;
  710. this.comboBox_Elem.Location = new System.Drawing.Point(114, 73);
  711. this.comboBox_Elem.Name = "comboBox_Elem";
  712. this.comboBox_Elem.Size = new System.Drawing.Size(122, 20);
  713. this.comboBox_Elem.TabIndex = 3;
  714. this.comboBox_Elem.SelectedIndexChanged += new System.EventHandler(this.comboBox_Elem2_SelectedIndexChanged);
  715. //
  716. // comboBox_ImgProperty
  717. //
  718. this.comboBox_ImgProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  719. this.comboBox_ImgProperty.FormattingEnabled = true;
  720. this.comboBox_ImgProperty.Location = new System.Drawing.Point(372, 25);
  721. this.comboBox_ImgProperty.Name = "comboBox_ImgProperty";
  722. this.comboBox_ImgProperty.Size = new System.Drawing.Size(148, 20);
  723. this.comboBox_ImgProperty.TabIndex = 4;
  724. this.comboBox_ImgProperty.SelectedIndexChanged += new System.EventHandler(this.comboBox_ImgProperty_SelectedIndexChanged);
  725. //
  726. // STDEditor
  727. //
  728. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  729. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  730. this.BackColor = System.Drawing.SystemColors.Control;
  731. this.ClientSize = new System.Drawing.Size(1260, 459);
  732. this.CloseButton = false;
  733. this.CloseButtonVisible = false;
  734. this.Controls.Add(this.tabSTDStandrad);
  735. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  736. this.HelpButton = true;
  737. this.Name = "STDEditor";
  738. this.ShowIcon = false;
  739. this.Text = "STDEditor";
  740. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  741. this.Load += new System.EventHandler(this.STDEditor_Load);
  742. this.Resize += new System.EventHandler(this.STDEditor_Resize);
  743. this.tabSTDStandrad.ResumeLayout(false);
  744. this.tabSTD.ResumeLayout(false);
  745. this.tabSTD.PerformLayout();
  746. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SubElements)).EndInit();
  747. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_KeyElements)).EndInit();
  748. this.groupBox_Data.ResumeLayout(false);
  749. this.groupBox_CalculatingSymbols.ResumeLayout(false);
  750. this.groupBox_ChemicalElement.ResumeLayout(false);
  751. this.groupBox_ChemicalElement.PerformLayout();
  752. this.groupBox_OtherCommonlyUsedSymbols.ResumeLayout(false);
  753. this.groupBox_OtherCommonlyUsedSymbols.PerformLayout();
  754. this.ResumeLayout(false);
  755. }
  756. #endregion
  757. private System.Windows.Forms.TabControl tabSTDStandrad;
  758. private System.Windows.Forms.TabPage tabSTD;
  759. private System.Windows.Forms.GroupBox groupBox_Data;
  760. private System.Windows.Forms.GroupBox groupBox_CalculatingSymbols;
  761. private System.Windows.Forms.Button button_0;
  762. private System.Windows.Forms.Button button_9;
  763. private System.Windows.Forms.Button button_4;
  764. private System.Windows.Forms.Button button_5;
  765. private System.Windows.Forms.Button button_6;
  766. private System.Windows.Forms.Button button_7;
  767. private System.Windows.Forms.Button button_8;
  768. private System.Windows.Forms.Button button_Divide;
  769. private System.Windows.Forms.Button button_Or;
  770. private System.Windows.Forms.Button button_And;
  771. private System.Windows.Forms.Button button_3;
  772. private System.Windows.Forms.Button button_2;
  773. private System.Windows.Forms.Button button_1;
  774. private System.Windows.Forms.Button button_Equal;
  775. private System.Windows.Forms.Button button_RightParenthesis;
  776. private System.Windows.Forms.Button button_LeftParenthesis;
  777. private System.Windows.Forms.Button button_Less;
  778. private System.Windows.Forms.Button button_More;
  779. private System.Windows.Forms.Button button_Multiply;
  780. private System.Windows.Forms.Button button_Subtract;
  781. private System.Windows.Forms.Button button_Plus;
  782. private System.Windows.Forms.GroupBox groupBox_ChemicalElement;
  783. public System.Windows.Forms.ComboBox comboBox_PeriodicTable;
  784. private System.Windows.Forms.GroupBox groupBox_OtherCommonlyUsedSymbols;
  785. public System.Windows.Forms.ComboBox comboBox_Constants;
  786. private System.Windows.Forms.Label label_DefinedConstant;
  787. private System.Windows.Forms.Label label_Other;
  788. private System.Windows.Forms.Label label_ElementFormTwo;
  789. private System.Windows.Forms.Label label_ElementFormOne;
  790. public System.Windows.Forms.ComboBox comboBox_Elem1;
  791. public System.Windows.Forms.ComboBox comboBox_Elem;
  792. public System.Windows.Forms.ComboBox comboBox_ImgProperty;
  793. public System.Windows.Forms.TextBox textbox_STDEditor;
  794. private System.Windows.Forms.Label label_KeyElements;
  795. private System.Windows.Forms.Label label_SubElements;
  796. public System.Windows.Forms.DataGridView dataGridView_KeyElements;
  797. public System.Windows.Forms.DataGridView dataGridView_SubElements;
  798. private System.Windows.Forms.Button button_PeriodicTableSwitch;
  799. private System.Windows.Forms.Button button_del;
  800. private System.Windows.Forms.Label label_help2;
  801. private System.Windows.Forms.Label label_help1;
  802. }
  803. }