| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805 | namespace OTSPartA_STDEditor{    partial class STDEditor    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        private void InitializeComponent()        {            this.tabSTDStandrad = new System.Windows.Forms.TabControl();            this.tabSTD = new System.Windows.Forms.TabPage();            this.dataGridView_SubElements = new System.Windows.Forms.DataGridView();            this.label_SubElements = new System.Windows.Forms.Label();            this.dataGridView_KeyElements = new System.Windows.Forms.DataGridView();            this.label_KeyElements = new System.Windows.Forms.Label();            this.textbox_STDEditor = new System.Windows.Forms.TextBox();            this.groupBox_Data = new System.Windows.Forms.GroupBox();            this.groupBox_CalculatingSymbols = new System.Windows.Forms.GroupBox();            this.button_0 = new System.Windows.Forms.Button();            this.button_4 = new System.Windows.Forms.Button();            this.button_5 = new System.Windows.Forms.Button();            this.button_9 = new System.Windows.Forms.Button();            this.button_Divide = new System.Windows.Forms.Button();            this.button_3 = new System.Windows.Forms.Button();            this.button_2 = new System.Windows.Forms.Button();            this.button_Or = new System.Windows.Forms.Button();            this.button_1 = new System.Windows.Forms.Button();            this.button_And = new System.Windows.Forms.Button();            this.button_6 = new System.Windows.Forms.Button();            this.button_7 = new System.Windows.Forms.Button();            this.button_Equal = new System.Windows.Forms.Button();            this.button_Multiply = new System.Windows.Forms.Button();            this.button_8 = new System.Windows.Forms.Button();            this.button_Subtract = new System.Windows.Forms.Button();            this.button_Plus = new System.Windows.Forms.Button();            this.button_RightParenthesis = new System.Windows.Forms.Button();            this.button_LeftParenthesis = new System.Windows.Forms.Button();            this.button_More = new System.Windows.Forms.Button();            this.button_Less = new System.Windows.Forms.Button();            this.groupBox_ChemicalElement = new System.Windows.Forms.GroupBox();            this.button_PeriodicTableSwitch = new System.Windows.Forms.Button();            this.comboBox_PeriodicTable = new System.Windows.Forms.ComboBox();            this.groupBox_OtherCommonlyUsedSymbols = new System.Windows.Forms.GroupBox();            this.comboBox_Constants = new System.Windows.Forms.ComboBox();            this.label_DefinedConstant = new System.Windows.Forms.Label();            this.label_Other = new System.Windows.Forms.Label();            this.label_ElementFormTwo = new System.Windows.Forms.Label();            this.label_ElementFormOne = new System.Windows.Forms.Label();            this.comboBox_Elem1 = new System.Windows.Forms.ComboBox();            this.comboBox_Elem = new System.Windows.Forms.ComboBox();            this.comboBox_ImgProperty = new System.Windows.Forms.ComboBox();            this.tabXray = new System.Windows.Forms.TabPage();            this.panel1 = new System.Windows.Forms.Panel();            this.button_ImportFromResult = new System.Windows.Forms.Button();            this.btnTest = new System.Windows.Forms.Button();            this.label9 = new System.Windows.Forms.Label();            this.txtCollectTime = new System.Windows.Forms.TextBox();            this.btnReadXray = new System.Windows.Forms.Button();            this.btnCollectXray = new System.Windows.Forms.Button();            this.label2 = new System.Windows.Forms.Label();            this.plXray = new System.Windows.Forms.Panel();            this.tabSTDStandrad.SuspendLayout();            this.tabSTD.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SubElements)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_KeyElements)).BeginInit();            this.groupBox_Data.SuspendLayout();            this.groupBox_CalculatingSymbols.SuspendLayout();            this.groupBox_ChemicalElement.SuspendLayout();            this.groupBox_OtherCommonlyUsedSymbols.SuspendLayout();            this.tabXray.SuspendLayout();            this.panel1.SuspendLayout();            this.SuspendLayout();            //             // tabSTDStandrad            //             this.tabSTDStandrad.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;            this.tabSTDStandrad.Controls.Add(this.tabSTD);            this.tabSTDStandrad.Controls.Add(this.tabXray);            this.tabSTDStandrad.Dock = System.Windows.Forms.DockStyle.Fill;            this.tabSTDStandrad.Location = new System.Drawing.Point(0, 0);            this.tabSTDStandrad.Name = "tabSTDStandrad";            this.tabSTDStandrad.SelectedIndex = 0;            this.tabSTDStandrad.Size = new System.Drawing.Size(1260, 459);            this.tabSTDStandrad.TabIndex = 35;            //             // tabSTD            //             this.tabSTD.BackColor = System.Drawing.SystemColors.Control;            this.tabSTD.Controls.Add(this.dataGridView_SubElements);            this.tabSTD.Controls.Add(this.label_SubElements);            this.tabSTD.Controls.Add(this.dataGridView_KeyElements);            this.tabSTD.Controls.Add(this.label_KeyElements);            this.tabSTD.Controls.Add(this.textbox_STDEditor);            this.tabSTD.Controls.Add(this.groupBox_Data);            this.tabSTD.Location = new System.Drawing.Point(4, 25);            this.tabSTD.Name = "tabSTD";            this.tabSTD.Padding = new System.Windows.Forms.Padding(3);            this.tabSTD.Size = new System.Drawing.Size(1252, 430);            this.tabSTD.TabIndex = 0;            this.tabSTD.Text = "STD";            //             // dataGridView_SubElements            //             this.dataGridView_SubElements.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)             | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.dataGridView_SubElements.BackgroundColor = System.Drawing.SystemColors.Control;            this.dataGridView_SubElements.BorderStyle = System.Windows.Forms.BorderStyle.None;            this.dataGridView_SubElements.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;            this.dataGridView_SubElements.Location = new System.Drawing.Point(214, 394);            this.dataGridView_SubElements.Name = "dataGridView_SubElements";            this.dataGridView_SubElements.RowTemplate.Height = 23;            this.dataGridView_SubElements.Size = new System.Drawing.Size(1033, 29);            this.dataGridView_SubElements.TabIndex = 37;            this.dataGridView_SubElements.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_SubElements_CellClick);            //             // label_SubElements            //             this.label_SubElements.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)             | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.label_SubElements.AutoSize = true;            this.label_SubElements.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label_SubElements.Location = new System.Drawing.Point(7, 399);            this.label_SubElements.Name = "label_SubElements";            this.label_SubElements.Size = new System.Drawing.Size(137, 12);            this.label_SubElements.TabIndex = 36;            this.label_SubElements.Text = "非 必 须 存 在 元 素:";            //             // dataGridView_KeyElements            //             this.dataGridView_KeyElements.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)             | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.dataGridView_KeyElements.BackgroundColor = System.Drawing.SystemColors.Control;            this.dataGridView_KeyElements.BorderStyle = System.Windows.Forms.BorderStyle.None;            this.dataGridView_KeyElements.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;            this.dataGridView_KeyElements.Location = new System.Drawing.Point(214, 351);            this.dataGridView_KeyElements.Name = "dataGridView_KeyElements";            this.dataGridView_KeyElements.RowTemplate.Height = 23;            this.dataGridView_KeyElements.Size = new System.Drawing.Size(1033, 29);            this.dataGridView_KeyElements.TabIndex = 35;            this.dataGridView_KeyElements.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_KeyElements_CellClick);            //             // label_KeyElements            //             this.label_KeyElements.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)             | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.label_KeyElements.AutoSize = true;            this.label_KeyElements.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.label_KeyElements.Location = new System.Drawing.Point(8, 359);            this.label_KeyElements.Name = "label_KeyElements";            this.label_KeyElements.Size = new System.Drawing.Size(119, 12);            this.label_KeyElements.TabIndex = 34;            this.label_KeyElements.Text = "必 须 存 在 元 素:";            //             // textbox_STDEditor            //             this.textbox_STDEditor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)             | System.Windows.Forms.AnchorStyles.Left)             | System.Windows.Forms.AnchorStyles.Right)));            this.textbox_STDEditor.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.textbox_STDEditor.Location = new System.Drawing.Point(6, 11);            this.textbox_STDEditor.Multiline = true;            this.textbox_STDEditor.Name = "textbox_STDEditor";            this.textbox_STDEditor.Size = new System.Drawing.Size(1241, 189);            this.textbox_STDEditor.TabIndex = 2;            this.textbox_STDEditor.MouseLeave += new System.EventHandler(this.textbox_STDEditor_MouseLeave);            //             // groupBox_Data            //             this.groupBox_Data.Controls.Add(this.groupBox_CalculatingSymbols);            this.groupBox_Data.Controls.Add(this.groupBox_ChemicalElement);            this.groupBox_Data.Controls.Add(this.groupBox_OtherCommonlyUsedSymbols);            this.groupBox_Data.Location = new System.Drawing.Point(7, 197);            this.groupBox_Data.Name = "groupBox_Data";            this.groupBox_Data.Size = new System.Drawing.Size(1240, 141);            this.groupBox_Data.TabIndex = 0;            this.groupBox_Data.TabStop = false;            //             // groupBox_CalculatingSymbols            //             this.groupBox_CalculatingSymbols.Controls.Add(this.button_0);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_4);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_5);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_9);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Divide);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_3);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_2);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Or);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_1);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_And);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_6);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_7);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Equal);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Multiply);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_8);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Subtract);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Plus);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_RightParenthesis);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_LeftParenthesis);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_More);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Less);            this.groupBox_CalculatingSymbols.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.groupBox_CalculatingSymbols.Location = new System.Drawing.Point(692, 20);            this.groupBox_CalculatingSymbols.Name = "groupBox_CalculatingSymbols";            this.groupBox_CalculatingSymbols.Size = new System.Drawing.Size(545, 115);            this.groupBox_CalculatingSymbols.TabIndex = 32;            this.groupBox_CalculatingSymbols.TabStop = false;            this.groupBox_CalculatingSymbols.Text = "运算符号";            //             // button_0            //             this.button_0.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_0.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_0.Location = new System.Drawing.Point(204, 72);            this.button_0.Name = "button_0";            this.button_0.Size = new System.Drawing.Size(42, 35);            this.button_0.TabIndex = 26;            this.button_0.Text = "0";            this.button_0.UseVisualStyleBackColor = true;            this.button_0.Click += new System.EventHandler(this.button_0_Click);            //             // button_4            //             this.button_4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_4.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_4.Location = new System.Drawing.Point(156, 20);            this.button_4.Name = "button_4";            this.button_4.Size = new System.Drawing.Size(42, 35);            this.button_4.TabIndex = 24;            this.button_4.Text = "4";            this.button_4.UseVisualStyleBackColor = true;            this.button_4.Click += new System.EventHandler(this.button_4_Click);            //             // button_5            //             this.button_5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_5.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_5.Location = new System.Drawing.Point(204, 20);            this.button_5.Name = "button_5";            this.button_5.Size = new System.Drawing.Size(42, 35);            this.button_5.TabIndex = 23;            this.button_5.Text = "5";            this.button_5.UseVisualStyleBackColor = true;            this.button_5.Click += new System.EventHandler(this.button_5_Click);            //             // button_9            //             this.button_9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_9.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_9.Location = new System.Drawing.Point(156, 72);            this.button_9.Name = "button_9";            this.button_9.Size = new System.Drawing.Size(42, 35);            this.button_9.TabIndex = 25;            this.button_9.Text = "9";            this.button_9.UseVisualStyleBackColor = true;            this.button_9.Click += new System.EventHandler(this.button_9_Click);            //             // button_Divide            //             this.button_Divide.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_Divide.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_Divide.Location = new System.Drawing.Point(396, 20);            this.button_Divide.Name = "button_Divide";            this.button_Divide.Size = new System.Drawing.Size(42, 35);            this.button_Divide.TabIndex = 8;            this.button_Divide.Text = "/";            this.button_Divide.UseVisualStyleBackColor = true;            this.button_Divide.Click += new System.EventHandler(this.button_Divide_Click);            //             // button_3            //             this.button_3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_3.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_3.Location = new System.Drawing.Point(108, 20);            this.button_3.Name = "button_3";            this.button_3.Size = new System.Drawing.Size(42, 35);            this.button_3.TabIndex = 19;            this.button_3.Text = "3";            this.button_3.UseVisualStyleBackColor = true;            this.button_3.Click += new System.EventHandler(this.button_3_Click);            //             // button_2            //             this.button_2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_2.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_2.Location = new System.Drawing.Point(60, 20);            this.button_2.Name = "button_2";            this.button_2.Size = new System.Drawing.Size(42, 35);            this.button_2.TabIndex = 18;            this.button_2.Text = "2";            this.button_2.UseVisualStyleBackColor = true;            this.button_2.Click += new System.EventHandler(this.button_2_Click);            //             // button_Or            //             this.button_Or.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_Or.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_Or.ForeColor = System.Drawing.SystemColors.ControlText;            this.button_Or.Location = new System.Drawing.Point(492, 20);            this.button_Or.Name = "button_Or";            this.button_Or.Size = new System.Drawing.Size(47, 35);            this.button_Or.TabIndex = 15;            this.button_Or.Text = "or";            this.button_Or.UseVisualStyleBackColor = true;            this.button_Or.Click += new System.EventHandler(this.button_Or_Click);            //             // button_1            //             this.button_1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_1.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_1.Location = new System.Drawing.Point(12, 20);            this.button_1.Name = "button_1";            this.button_1.Size = new System.Drawing.Size(42, 35);            this.button_1.TabIndex = 17;            this.button_1.Text = "1";            this.button_1.UseVisualStyleBackColor = true;            this.button_1.Click += new System.EventHandler(this.button_1_Click);            //             // button_And            //             this.button_And.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_And.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_And.ForeColor = System.Drawing.SystemColors.ControlText;            this.button_And.Location = new System.Drawing.Point(444, 72);            this.button_And.Name = "button_And";            this.button_And.Size = new System.Drawing.Size(95, 35);            this.button_And.TabIndex = 14;            this.button_And.Text = "and";            this.button_And.UseVisualStyleBackColor = true;            this.button_And.Click += new System.EventHandler(this.button_And_Click);            //             // button_6            //             this.button_6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_6.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_6.Location = new System.Drawing.Point(12, 72);            this.button_6.Name = "button_6";            this.button_6.Size = new System.Drawing.Size(42, 35);            this.button_6.TabIndex = 22;            this.button_6.Text = "6";            this.button_6.UseVisualStyleBackColor = true;            this.button_6.Click += new System.EventHandler(this.button_6_Click);            //             // button_7            //             this.button_7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_7.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_7.Location = new System.Drawing.Point(60, 72);            this.button_7.Name = "button_7";            this.button_7.Size = new System.Drawing.Size(42, 35);            this.button_7.TabIndex = 21;            this.button_7.Text = "7";            this.button_7.UseVisualStyleBackColor = true;            this.button_7.Click += new System.EventHandler(this.button_7_Click);            //             // button_Equal            //             this.button_Equal.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_Equal.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_Equal.Location = new System.Drawing.Point(444, 20);            this.button_Equal.Name = "button_Equal";            this.button_Equal.Size = new System.Drawing.Size(42, 35);            this.button_Equal.TabIndex = 16;            this.button_Equal.Text = "=";            this.button_Equal.UseVisualStyleBackColor = true;            this.button_Equal.Click += new System.EventHandler(this.button_Equal_Click);            //             // button_Multiply            //             this.button_Multiply.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_Multiply.Font = new System.Drawing.Font("方正舒体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_Multiply.Location = new System.Drawing.Point(348, 20);            this.button_Multiply.Name = "button_Multiply";            this.button_Multiply.Size = new System.Drawing.Size(42, 35);            this.button_Multiply.TabIndex = 9;            this.button_Multiply.Text = "*";            this.button_Multiply.UseVisualStyleBackColor = true;            this.button_Multiply.Click += new System.EventHandler(this.button_Multiply_Click);            //             // button_8            //             this.button_8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_8.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_8.Location = new System.Drawing.Point(108, 72);            this.button_8.Name = "button_8";            this.button_8.Size = new System.Drawing.Size(42, 35);            this.button_8.TabIndex = 20;            this.button_8.Text = "8";            this.button_8.UseVisualStyleBackColor = true;            this.button_8.Click += new System.EventHandler(this.button_8_Click);            //             // button_Subtract            //             this.button_Subtract.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_Subtract.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_Subtract.Location = new System.Drawing.Point(300, 20);            this.button_Subtract.Name = "button_Subtract";            this.button_Subtract.Size = new System.Drawing.Size(42, 35);            this.button_Subtract.TabIndex = 7;            this.button_Subtract.Text = "-";            this.button_Subtract.UseVisualStyleBackColor = true;            this.button_Subtract.Click += new System.EventHandler(this.button_Subtract_Click);            //             // button_Plus            //             this.button_Plus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_Plus.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_Plus.Location = new System.Drawing.Point(252, 20);            this.button_Plus.Name = "button_Plus";            this.button_Plus.Size = new System.Drawing.Size(42, 35);            this.button_Plus.TabIndex = 6;            this.button_Plus.Text = "+";            this.button_Plus.UseVisualStyleBackColor = true;            this.button_Plus.Click += new System.EventHandler(this.button_Plus_Click);            //             // button_RightParenthesis            //             this.button_RightParenthesis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_RightParenthesis.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_RightParenthesis.Location = new System.Drawing.Point(396, 72);            this.button_RightParenthesis.Name = "button_RightParenthesis";            this.button_RightParenthesis.Size = new System.Drawing.Size(42, 35);            this.button_RightParenthesis.TabIndex = 13;            this.button_RightParenthesis.Text = ")";            this.button_RightParenthesis.UseVisualStyleBackColor = true;            this.button_RightParenthesis.Click += new System.EventHandler(this.button_RightParenthesis_Click);            //             // button_LeftParenthesis            //             this.button_LeftParenthesis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_LeftParenthesis.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_LeftParenthesis.Location = new System.Drawing.Point(348, 72);            this.button_LeftParenthesis.Name = "button_LeftParenthesis";            this.button_LeftParenthesis.Size = new System.Drawing.Size(42, 35);            this.button_LeftParenthesis.TabIndex = 12;            this.button_LeftParenthesis.Text = "(";            this.button_LeftParenthesis.UseVisualStyleBackColor = true;            this.button_LeftParenthesis.Click += new System.EventHandler(this.button_LeftParenthesis_Click);            //             // button_More            //             this.button_More.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_More.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_More.Location = new System.Drawing.Point(252, 72);            this.button_More.Name = "button_More";            this.button_More.Size = new System.Drawing.Size(42, 35);            this.button_More.TabIndex = 10;            this.button_More.Text = ">";            this.button_More.UseVisualStyleBackColor = true;            this.button_More.Click += new System.EventHandler(this.button_More_Click);            //             // button_Less            //             this.button_Less.FlatStyle = System.Windows.Forms.FlatStyle.Popup;            this.button_Less.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_Less.Location = new System.Drawing.Point(300, 72);            this.button_Less.Name = "button_Less";            this.button_Less.Size = new System.Drawing.Size(42, 35);            this.button_Less.TabIndex = 11;            this.button_Less.Text = "<";            this.button_Less.UseVisualStyleBackColor = true;            this.button_Less.Click += new System.EventHandler(this.button_Less_Click);            //             // groupBox_ChemicalElement            //             this.groupBox_ChemicalElement.Controls.Add(this.button_PeriodicTableSwitch);            this.groupBox_ChemicalElement.Controls.Add(this.comboBox_PeriodicTable);            this.groupBox_ChemicalElement.Location = new System.Drawing.Point(6, 20);            this.groupBox_ChemicalElement.Name = "groupBox_ChemicalElement";            this.groupBox_ChemicalElement.Size = new System.Drawing.Size(172, 115);            this.groupBox_ChemicalElement.TabIndex = 5;            this.groupBox_ChemicalElement.TabStop = false;            this.groupBox_ChemicalElement.Text = "化学元素";            //             // button_PeriodicTableSwitch            //             this.button_PeriodicTableSwitch.Location = new System.Drawing.Point(18, 79);            this.button_PeriodicTableSwitch.Name = "button_PeriodicTableSwitch";            this.button_PeriodicTableSwitch.Size = new System.Drawing.Size(126, 25);            this.button_PeriodicTableSwitch.TabIndex = 33;            this.button_PeriodicTableSwitch.Text = "PeriodicTable";            this.button_PeriodicTableSwitch.UseVisualStyleBackColor = true;            this.button_PeriodicTableSwitch.Click += new System.EventHandler(this.button_PeriodicTableSwitch_Click);            //             // comboBox_PeriodicTable            //             this.comboBox_PeriodicTable.FormattingEnabled = true;            this.comboBox_PeriodicTable.Location = new System.Drawing.Point(18, 36);            this.comboBox_PeriodicTable.Name = "comboBox_PeriodicTable";            this.comboBox_PeriodicTable.Size = new System.Drawing.Size(126, 20);            this.comboBox_PeriodicTable.TabIndex = 1;            this.comboBox_PeriodicTable.SelectedIndexChanged += new System.EventHandler(this.comboBox_PeriodicTable_SelectedIndexChanged);            this.comboBox_PeriodicTable.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBox_PeriodicTable_KeyDown);            //             // groupBox_OtherCommonlyUsedSymbols            //             this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Constants);            this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_DefinedConstant);            this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_Other);            this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_ElementFormTwo);            this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_ElementFormOne);            this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem1);            this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem);            this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_ImgProperty);            this.groupBox_OtherCommonlyUsedSymbols.Location = new System.Drawing.Point(184, 20);            this.groupBox_OtherCommonlyUsedSymbols.Name = "groupBox_OtherCommonlyUsedSymbols";            this.groupBox_OtherCommonlyUsedSymbols.Size = new System.Drawing.Size(502, 115);            this.groupBox_OtherCommonlyUsedSymbols.TabIndex = 3;            this.groupBox_OtherCommonlyUsedSymbols.TabStop = false;            this.groupBox_OtherCommonlyUsedSymbols.Text = "其它常用符号";            //             // comboBox_Constants            //             this.comboBox_Constants.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.comboBox_Constants.FormattingEnabled = true;            this.comboBox_Constants.Location = new System.Drawing.Point(372, 72);            this.comboBox_Constants.Name = "comboBox_Constants";            this.comboBox_Constants.Size = new System.Drawing.Size(122, 20);            this.comboBox_Constants.TabIndex = 5;            this.comboBox_Constants.SelectedIndexChanged += new System.EventHandler(this.comboBox_Constants_SelectedIndexChanged);            //             // label_DefinedConstant            //             this.label_DefinedConstant.AutoSize = true;            this.label_DefinedConstant.Location = new System.Drawing.Point(260, 76);            this.label_DefinedConstant.Name = "label_DefinedConstant";            this.label_DefinedConstant.Size = new System.Drawing.Size(77, 12);            this.label_DefinedConstant.TabIndex = 19;            this.label_DefinedConstant.Text = "已定义常数:";            //             // label_Other            //             this.label_Other.AutoSize = true;            this.label_Other.Location = new System.Drawing.Point(296, 29);            this.label_Other.Name = "label_Other";            this.label_Other.Size = new System.Drawing.Size(41, 12);            this.label_Other.TabIndex = 10;            this.label_Other.Text = "其它:";            //             // label_ElementFormTwo            //             this.label_ElementFormTwo.AutoSize = true;            this.label_ElementFormTwo.Location = new System.Drawing.Point(2, 77);            this.label_ElementFormTwo.Name = "label_ElementFormTwo";            this.label_ElementFormTwo.Size = new System.Drawing.Size(77, 12);            this.label_ElementFormTwo.TabIndex = 9;            this.label_ElementFormTwo.Text = "元素形式二:";            //             // label_ElementFormOne            //             this.label_ElementFormOne.AutoSize = true;            this.label_ElementFormOne.Location = new System.Drawing.Point(2, 31);            this.label_ElementFormOne.Name = "label_ElementFormOne";            this.label_ElementFormOne.Size = new System.Drawing.Size(77, 12);            this.label_ElementFormOne.TabIndex = 8;            this.label_ElementFormOne.Text = "元素形式一:";            //             // comboBox_Elem1            //             this.comboBox_Elem1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.comboBox_Elem1.FormattingEnabled = true;            this.comboBox_Elem1.Location = new System.Drawing.Point(114, 26);            this.comboBox_Elem1.Name = "comboBox_Elem1";            this.comboBox_Elem1.Size = new System.Drawing.Size(122, 20);            this.comboBox_Elem1.TabIndex = 2;            this.comboBox_Elem1.SelectedIndexChanged += new System.EventHandler(this.comboBox_Elem1_SelectedIndexChanged);            //             // comboBox_Elem            //             this.comboBox_Elem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.comboBox_Elem.FormattingEnabled = true;            this.comboBox_Elem.Location = new System.Drawing.Point(114, 73);            this.comboBox_Elem.Name = "comboBox_Elem";            this.comboBox_Elem.Size = new System.Drawing.Size(122, 20);            this.comboBox_Elem.TabIndex = 3;            this.comboBox_Elem.SelectedIndexChanged += new System.EventHandler(this.comboBox_Elem2_SelectedIndexChanged);            //             // comboBox_ImgProperty            //             this.comboBox_ImgProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.comboBox_ImgProperty.FormattingEnabled = true;            this.comboBox_ImgProperty.Location = new System.Drawing.Point(372, 25);            this.comboBox_ImgProperty.Name = "comboBox_ImgProperty";            this.comboBox_ImgProperty.Size = new System.Drawing.Size(122, 20);            this.comboBox_ImgProperty.TabIndex = 4;            this.comboBox_ImgProperty.SelectedIndexChanged += new System.EventHandler(this.comboBox_ImgProperty_SelectedIndexChanged);            //             // tabXray            //             this.tabXray.Controls.Add(this.panel1);            this.tabXray.Controls.Add(this.plXray);            this.tabXray.Location = new System.Drawing.Point(4, 25);            this.tabXray.Name = "tabXray";            this.tabXray.Padding = new System.Windows.Forms.Padding(3);            this.tabXray.Size = new System.Drawing.Size(1252, 430);            this.tabXray.TabIndex = 1;            this.tabXray.Text = "Xray";            this.tabXray.UseVisualStyleBackColor = true;            //             // panel1            //             this.panel1.Controls.Add(this.button_ImportFromResult);            this.panel1.Controls.Add(this.btnTest);            this.panel1.Controls.Add(this.label9);            this.panel1.Controls.Add(this.txtCollectTime);            this.panel1.Controls.Add(this.btnReadXray);            this.panel1.Controls.Add(this.btnCollectXray);            this.panel1.Controls.Add(this.label2);            this.panel1.Location = new System.Drawing.Point(3, 0);            this.panel1.Name = "panel1";            this.panel1.Size = new System.Drawing.Size(1246, 37);            this.panel1.TabIndex = 17;            //             // button_ImportFromResult            //             this.button_ImportFromResult.Location = new System.Drawing.Point(403, 5);            this.button_ImportFromResult.Name = "button_ImportFromResult";            this.button_ImportFromResult.Size = new System.Drawing.Size(111, 23);            this.button_ImportFromResult.TabIndex = 34;            this.button_ImportFromResult.Text = "从结果中导入";            this.button_ImportFromResult.UseVisualStyleBackColor = true;            this.button_ImportFromResult.Click += new System.EventHandler(this.button_ImportFromResult_Click);            //             // btnTest            //             this.btnTest.Location = new System.Drawing.Point(536, 5);            this.btnTest.Name = "btnTest";            this.btnTest.Size = new System.Drawing.Size(75, 23);            this.btnTest.TabIndex = 33;            this.btnTest.Text = "Test";            this.btnTest.UseVisualStyleBackColor = true;            this.btnTest.Visible = false;            this.btnTest.Click += new System.EventHandler(this.btnTest_Click);            //             // label9            //             this.label9.AutoSize = true;            this.label9.Font = new System.Drawing.Font("宋体", 9F);            this.label9.Location = new System.Drawing.Point(145, 13);            this.label9.Name = "label9";            this.label9.Size = new System.Drawing.Size(17, 12);            this.label9.TabIndex = 32;            this.label9.Text = "MS";            //             // txtCollectTime            //             this.txtCollectTime.Location = new System.Drawing.Point(86, 8);            this.txtCollectTime.Name = "txtCollectTime";            this.txtCollectTime.Size = new System.Drawing.Size(56, 21);            this.txtCollectTime.TabIndex = 28;            this.txtCollectTime.Text = "120";            this.txtCollectTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // btnReadXray            //             this.btnReadXray.Location = new System.Drawing.Point(238, 6);            this.btnReadXray.Name = "btnReadXray";            this.btnReadXray.Size = new System.Drawing.Size(145, 23);            this.btnReadXray.TabIndex = 31;            this.btnReadXray.TabStop = false;            this.btnReadXray.Text = "ImportXrayFile";            this.btnReadXray.UseVisualStyleBackColor = true;            this.btnReadXray.Click += new System.EventHandler(this.btnReadXray_Click);            //             // btnCollectXray            //             this.btnCollectXray.Location = new System.Drawing.Point(164, 7);            this.btnCollectXray.Name = "btnCollectXray";            this.btnCollectXray.Size = new System.Drawing.Size(68, 23);            this.btnCollectXray.TabIndex = 30;            this.btnCollectXray.TabStop = false;            this.btnCollectXray.Text = "Collect";            this.btnCollectXray.UseVisualStyleBackColor = true;            this.btnCollectXray.Click += new System.EventHandler(this.btnCollectXray_Click);            //             // label2            //             this.label2.AutoSize = true;            this.label2.Font = new System.Drawing.Font("宋体", 9F);            this.label2.Location = new System.Drawing.Point(3, 12);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(83, 12);            this.label2.TabIndex = 29;            this.label2.Text = "Collect Time:";            //             // plXray            //             this.plXray.Location = new System.Drawing.Point(3, 43);            this.plXray.Name = "plXray";            this.plXray.Size = new System.Drawing.Size(1246, 381);            this.plXray.TabIndex = 16;            //             // STDEditor            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.BackColor = System.Drawing.SystemColors.Control;            this.ClientSize = new System.Drawing.Size(1260, 459);            this.CloseButton = false;            this.CloseButtonVisible = false;            this.Controls.Add(this.tabSTDStandrad);            this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.Name = "STDEditor";            this.ShowIcon = false;            this.Text = "STDEditor";            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;            this.Load += new System.EventHandler(this.STDEditor_Load);            this.Resize += new System.EventHandler(this.STDEditor_Resize);            this.tabSTDStandrad.ResumeLayout(false);            this.tabSTD.ResumeLayout(false);            this.tabSTD.PerformLayout();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SubElements)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_KeyElements)).EndInit();            this.groupBox_Data.ResumeLayout(false);            this.groupBox_CalculatingSymbols.ResumeLayout(false);            this.groupBox_ChemicalElement.ResumeLayout(false);            this.groupBox_OtherCommonlyUsedSymbols.ResumeLayout(false);            this.groupBox_OtherCommonlyUsedSymbols.PerformLayout();            this.tabXray.ResumeLayout(false);            this.panel1.ResumeLayout(false);            this.panel1.PerformLayout();            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.TabControl tabSTDStandrad;        private System.Windows.Forms.TabPage tabSTD;        private System.Windows.Forms.GroupBox groupBox_Data;        private System.Windows.Forms.GroupBox groupBox_CalculatingSymbols;        private System.Windows.Forms.Button button_0;        private System.Windows.Forms.Button button_9;        private System.Windows.Forms.Button button_4;        private System.Windows.Forms.Button button_5;        private System.Windows.Forms.Button button_6;        private System.Windows.Forms.Button button_7;        private System.Windows.Forms.Button button_8;        private System.Windows.Forms.Button button_Divide;        private System.Windows.Forms.Button button_Or;        private System.Windows.Forms.Button button_And;        private System.Windows.Forms.Button button_3;        private System.Windows.Forms.Button button_2;        private System.Windows.Forms.Button button_1;        private System.Windows.Forms.Button button_Equal;        private System.Windows.Forms.Button button_RightParenthesis;        private System.Windows.Forms.Button button_LeftParenthesis;        private System.Windows.Forms.Button button_Less;        private System.Windows.Forms.Button button_More;        private System.Windows.Forms.Button button_Multiply;        private System.Windows.Forms.Button button_Subtract;        private System.Windows.Forms.Button button_Plus;        private System.Windows.Forms.GroupBox groupBox_ChemicalElement;        public System.Windows.Forms.ComboBox comboBox_PeriodicTable;        private System.Windows.Forms.GroupBox groupBox_OtherCommonlyUsedSymbols;        public System.Windows.Forms.ComboBox comboBox_Constants;        private System.Windows.Forms.Label label_DefinedConstant;        private System.Windows.Forms.Label label_Other;        private System.Windows.Forms.Label label_ElementFormTwo;        private System.Windows.Forms.Label label_ElementFormOne;        public System.Windows.Forms.ComboBox comboBox_Elem1;        public System.Windows.Forms.ComboBox comboBox_Elem;        public System.Windows.Forms.ComboBox comboBox_ImgProperty;        private System.Windows.Forms.TabPage tabXray;        private System.Windows.Forms.Panel panel1;        private System.Windows.Forms.Button btnTest;        private System.Windows.Forms.Label label9;        private System.Windows.Forms.TextBox txtCollectTime;        private System.Windows.Forms.Button btnReadXray;        private System.Windows.Forms.Button btnCollectXray;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.Panel plXray;        public System.Windows.Forms.TextBox textbox_STDEditor;        private System.Windows.Forms.Label label_KeyElements;        private System.Windows.Forms.Label label_SubElements;        public System.Windows.Forms.DataGridView dataGridView_KeyElements;        public System.Windows.Forms.DataGridView dataGridView_SubElements;        private System.Windows.Forms.Button button_PeriodicTableSwitch;        private System.Windows.Forms.Button button_ImportFromResult;    }}
 |