STDEditor.Designer.cs 47 KB

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