STDEditor.Designer.cs 42 KB

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