| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673 | namespace OTSPartA_STDEditor{    partial class Form_STDConstantsEditor    {        /// <summary>        /// 必需的设计器变量。        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// 清理所有正在使用的资源。        /// </summary>        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows 窗体设计器生成的代码        /// <summary>        /// 设计器支持所需的方法 - 不要修改        /// 使用代码编辑器修改此方法的内容。        /// </summary>        private void InitializeComponent()        {            this.components = new System.ComponentModel.Container();            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_9 = new System.Windows.Forms.Button();            this.button_4 = new System.Windows.Forms.Button();            this.button_5 = new System.Windows.Forms.Button();            this.button_6 = new System.Windows.Forms.Button();            this.button_7 = new System.Windows.Forms.Button();            this.button_8 = new System.Windows.Forms.Button();            this.button_Divide = new System.Windows.Forms.Button();            this.button_Or = new System.Windows.Forms.Button();            this.button_And = new System.Windows.Forms.Button();            this.button_3 = new System.Windows.Forms.Button();            this.button_2 = new System.Windows.Forms.Button();            this.button_1 = new System.Windows.Forms.Button();            this.button_Equal = new System.Windows.Forms.Button();            this.button_RightParenthesis = new System.Windows.Forms.Button();            this.button_LeftParenthesis = new System.Windows.Forms.Button();            this.button_Less = new System.Windows.Forms.Button();            this.button_More = new System.Windows.Forms.Button();            this.button_Multiply = new System.Windows.Forms.Button();            this.button_Subtract = new System.Windows.Forms.Button();            this.button_Plus = new System.Windows.Forms.Button();            this.groupBox_XmlTree_MaxEDSRules = new System.Windows.Forms.GroupBox();            this.textBox_MaxEDSTime = new System.Windows.Forms.TextBox();            this.button_Backup = new System.Windows.Forms.Button();            this.groupBox_ChemicalElement = new System.Windows.Forms.GroupBox();            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.button_Recover = new System.Windows.Forms.Button();            this.btn_dbs = new System.Windows.Forms.Button();            this.label_Color = new System.Windows.Forms.Label();            this.groupBox_XmlTree_STDlist1 = new System.Windows.Forms.GroupBox();            this.textBox_Electrical_conductivity = new System.Windows.Forms.TextBox();            this.textBox_Density = new System.Windows.Forms.TextBox();            this.textBox_Element = new System.Windows.Forms.TextBox();            this.label_Element = new System.Windows.Forms.Label();            this.label_Conductivity = new System.Windows.Forms.Label();            this.label_Formula = new System.Windows.Forms.Label();            this.label__BSEValue = new System.Windows.Forms.Label();            this.textBox_Formula = new System.Windows.Forms.TextBox();            this.textBox_BSEValue = new System.Windows.Forms.TextBox();            this.label_Density = new System.Windows.Forms.Label();            this.label_Hardness = new System.Windows.Forms.Label();            this.textBox_Hardness = new System.Windows.Forms.TextBox();            this.button_Ok = new System.Windows.Forms.Button();            this.button_Cancel = new System.Windows.Forms.Button();            this.textbox_STDEditor = new System.Windows.Forms.TextBox();            this.XmlTreeMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);            this.新建标准库规则ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();            this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();            this.button_UpOrder = new System.Windows.Forms.Button();            this.button_DownOrder = new System.Windows.Forms.Button();            this.tabControl_Rules = new System.Windows.Forms.TabControl();            this.tabPage_ClassificationRules = new System.Windows.Forms.TabPage();            this.button_SpecialOrder = new System.Windows.Forms.Button();            this.XmlTree_STDlist = new System.Windows.Forms.TreeView();            this.tabPage_MaxEDSRules = new System.Windows.Forms.TabPage();            this.XmlTree_MaxEDSRules = new System.Windows.Forms.TreeView();            this.tabPage_ZeroElementRules = new System.Windows.Forms.TabPage();            this.XmlTree_ZeroElementRules = new System.Windows.Forms.TreeView();            this.tabPage_UserConstants = new System.Windows.Forms.TabPage();            this.button_UpdateConstants = new System.Windows.Forms.Button();            this.label_ConstantValue = new System.Windows.Forms.Label();            this.label_ConstantSymbol = new System.Windows.Forms.Label();            this.checkBox_3 = new System.Windows.Forms.CheckBox();            this.checkBox_0 = new System.Windows.Forms.CheckBox();            this.textBox_9 = new System.Windows.Forms.TextBox();            this.textBox_0 = new System.Windows.Forms.TextBox();            this.checkBox_9 = new System.Windows.Forms.CheckBox();            this.checkBox_1 = new System.Windows.Forms.CheckBox();            this.textBox_8 = new System.Windows.Forms.TextBox();            this.textBox_1 = new System.Windows.Forms.TextBox();            this.checkBox_8 = new System.Windows.Forms.CheckBox();            this.checkBox_2 = new System.Windows.Forms.CheckBox();            this.textBox_7 = new System.Windows.Forms.TextBox();            this.textBox_2 = new System.Windows.Forms.TextBox();            this.checkBox_7 = new System.Windows.Forms.CheckBox();            this.textBox_3 = new System.Windows.Forms.TextBox();            this.textBox_6 = new System.Windows.Forms.TextBox();            this.checkBox_4 = new System.Windows.Forms.CheckBox();            this.checkBox_6 = new System.Windows.Forms.CheckBox();            this.textBox_4 = new System.Windows.Forms.TextBox();            this.textBox_5 = new System.Windows.Forms.TextBox();            this.checkBox_5 = new System.Windows.Forms.CheckBox();            this.label_SubElements = new System.Windows.Forms.Label();            this.label_KeyElements = new System.Windows.Forms.Label();            this.dataGridView_KeyElements = new System.Windows.Forms.DataGridView();            this.dataGridView_SubElements = new System.Windows.Forms.DataGridView();            this.tabSTDStandrad = new System.Windows.Forms.TabControl();            this.tabSTD = new System.Windows.Forms.TabPage();            this.PeriodicTableSwitch = new System.Windows.Forms.Button();            this.tabXray = new System.Windows.Forms.TabPage();            this.panel1 = new System.Windows.Forms.Panel();            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.panel_OTSPeriodicTable = new System.Windows.Forms.Panel();            this.groupBox_Data.SuspendLayout();            this.groupBox_CalculatingSymbols.SuspendLayout();            this.groupBox_XmlTree_MaxEDSRules.SuspendLayout();            this.groupBox_ChemicalElement.SuspendLayout();            this.groupBox_OtherCommonlyUsedSymbols.SuspendLayout();            this.groupBox_XmlTree_STDlist1.SuspendLayout();            this.XmlTreeMenuStrip.SuspendLayout();            this.tabControl_Rules.SuspendLayout();            this.tabPage_ClassificationRules.SuspendLayout();            this.tabPage_MaxEDSRules.SuspendLayout();            this.tabPage_ZeroElementRules.SuspendLayout();            this.tabPage_UserConstants.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_KeyElements)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SubElements)).BeginInit();            this.tabSTDStandrad.SuspendLayout();            this.tabSTD.SuspendLayout();            this.tabXray.SuspendLayout();            this.panel1.SuspendLayout();            this.SuspendLayout();            //             // groupBox_Data            //             this.groupBox_Data.Controls.Add(this.groupBox_CalculatingSymbols);            this.groupBox_Data.Controls.Add(this.groupBox_XmlTree_MaxEDSRules);            this.groupBox_Data.Controls.Add(this.button_Backup);            this.groupBox_Data.Controls.Add(this.groupBox_ChemicalElement);            this.groupBox_Data.Controls.Add(this.groupBox_OtherCommonlyUsedSymbols);            this.groupBox_Data.Controls.Add(this.button_Recover);            this.groupBox_Data.Location = new System.Drawing.Point(9, 260);            this.groupBox_Data.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.groupBox_Data.Name = "groupBox_Data";            this.groupBox_Data.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.groupBox_Data.Size = new System.Drawing.Size(866, 420);            this.groupBox_Data.TabIndex = 0;            this.groupBox_Data.TabStop = false;            this.groupBox_Data.Click += new System.EventHandler(this.groupBox_Data_Click);            //             // groupBox_CalculatingSymbols            //             this.groupBox_CalculatingSymbols.Controls.Add(this.button_0);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_9);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_4);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_5);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_6);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_7);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_8);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Divide);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Or);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_And);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_3);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_2);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_1);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Equal);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_RightParenthesis);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_LeftParenthesis);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Less);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_More);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Multiply);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Subtract);            this.groupBox_CalculatingSymbols.Controls.Add(this.button_Plus);            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(580, 30);            this.groupBox_CalculatingSymbols.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.groupBox_CalculatingSymbols.Name = "groupBox_CalculatingSymbols";            this.groupBox_CalculatingSymbols.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.groupBox_CalculatingSymbols.Size = new System.Drawing.Size(279, 381);            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(228, 102);            this.button_0.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_0.Name = "button_0";            this.button_0.Size = new System.Drawing.Size(45, 52);            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_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(174, 104);            this.button_9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_9.Name = "button_9";            this.button_9.Size = new System.Drawing.Size(45, 52);            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_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(174, 30);            this.button_4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_4.Name = "button_4";            this.button_4.Size = new System.Drawing.Size(45, 52);            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(228, 30);            this.button_5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_5.Name = "button_5";            this.button_5.Size = new System.Drawing.Size(45, 52);            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_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(9, 104);            this.button_6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_6.Name = "button_6";            this.button_6.Size = new System.Drawing.Size(45, 52);            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(64, 104);            this.button_7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_7.Name = "button_7";            this.button_7.Size = new System.Drawing.Size(45, 52);            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_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(118, 104);            this.button_8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_8.Name = "button_8";            this.button_8.Size = new System.Drawing.Size(45, 52);            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_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(174, 178);            this.button_Divide.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_Divide.Name = "button_Divide";            this.button_Divide.Size = new System.Drawing.Size(45, 52);            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_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(180, 321);            this.button_Or.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_Or.Name = "button_Or";            this.button_Or.Size = new System.Drawing.Size(93, 52);            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_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(9, 321);            this.button_And.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_And.Name = "button_And";            this.button_And.Size = new System.Drawing.Size(154, 52);            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_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(118, 30);            this.button_3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_3.Name = "button_3";            this.button_3.Size = new System.Drawing.Size(45, 52);            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(63, 30);            this.button_2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_2.Name = "button_2";            this.button_2.Size = new System.Drawing.Size(45, 52);            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_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(9, 30);            this.button_1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_1.Name = "button_1";            this.button_1.Size = new System.Drawing.Size(45, 52);            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_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(228, 178);            this.button_Equal.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_Equal.Name = "button_Equal";            this.button_Equal.Size = new System.Drawing.Size(45, 52);            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_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(174, 252);            this.button_RightParenthesis.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_RightParenthesis.Name = "button_RightParenthesis";            this.button_RightParenthesis.Size = new System.Drawing.Size(45, 52);            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(118, 252);            this.button_LeftParenthesis.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_LeftParenthesis.Name = "button_LeftParenthesis";            this.button_LeftParenthesis.Size = new System.Drawing.Size(45, 52);            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_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(63, 252);            this.button_Less.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_Less.Name = "button_Less";            this.button_Less.Size = new System.Drawing.Size(45, 52);            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);            //             // 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(8, 252);            this.button_More.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_More.Name = "button_More";            this.button_More.Size = new System.Drawing.Size(45, 52);            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_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(118, 178);            this.button_Multiply.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_Multiply.Name = "button_Multiply";            this.button_Multiply.Size = new System.Drawing.Size(45, 52);            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_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(63, 178);            this.button_Subtract.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_Subtract.Name = "button_Subtract";            this.button_Subtract.Size = new System.Drawing.Size(45, 52);            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(8, 178);            this.button_Plus.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_Plus.Name = "button_Plus";            this.button_Plus.Size = new System.Drawing.Size(45, 52);            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);            //             // groupBox_XmlTree_MaxEDSRules            //             this.groupBox_XmlTree_MaxEDSRules.Controls.Add(this.textBox_MaxEDSTime);            this.groupBox_XmlTree_MaxEDSRules.Location = new System.Drawing.Point(9, 30);            this.groupBox_XmlTree_MaxEDSRules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.groupBox_XmlTree_MaxEDSRules.Name = "groupBox_XmlTree_MaxEDSRules";            this.groupBox_XmlTree_MaxEDSRules.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.groupBox_XmlTree_MaxEDSRules.Size = new System.Drawing.Size(189, 88);            this.groupBox_XmlTree_MaxEDSRules.TabIndex = 30;            this.groupBox_XmlTree_MaxEDSRules.TabStop = false;            this.groupBox_XmlTree_MaxEDSRules.Text = "MaxEDSTime";            this.groupBox_XmlTree_MaxEDSRules.Click += new System.EventHandler(this.groupBox_XmlTree_MaxEDSRules_Click);            //             // textBox_MaxEDSTime            //             this.textBox_MaxEDSTime.Location = new System.Drawing.Point(18, 34);            this.textBox_MaxEDSTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_MaxEDSTime.Name = "textBox_MaxEDSTime";            this.textBox_MaxEDSTime.Size = new System.Drawing.Size(160, 31);            this.textBox_MaxEDSTime.TabIndex = 21;            this.textBox_MaxEDSTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // button_Backup            //             this.button_Backup.Location = new System.Drawing.Point(6, 260);            this.button_Backup.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_Backup.Name = "button_Backup";            this.button_Backup.Size = new System.Drawing.Size(195, 60);            this.button_Backup.TabIndex = 26;            this.button_Backup.Text = "导出";            this.button_Backup.UseVisualStyleBackColor = true;            this.button_Backup.Click += new System.EventHandler(this.button_Backup_Click);            //             // groupBox_ChemicalElement            //             this.groupBox_ChemicalElement.Controls.Add(this.comboBox_PeriodicTable);            this.groupBox_ChemicalElement.Location = new System.Drawing.Point(207, 27);            this.groupBox_ChemicalElement.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.groupBox_ChemicalElement.Name = "groupBox_ChemicalElement";            this.groupBox_ChemicalElement.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.groupBox_ChemicalElement.Size = new System.Drawing.Size(364, 69);            this.groupBox_ChemicalElement.TabIndex = 5;            this.groupBox_ChemicalElement.TabStop = false;            this.groupBox_ChemicalElement.Text = "化学元素";            this.groupBox_ChemicalElement.Click += new System.EventHandler(this.groupBox_ChemicalElement_Click);            //             // comboBox_PeriodicTable            //             this.comboBox_PeriodicTable.FormattingEnabled = true;            this.comboBox_PeriodicTable.Location = new System.Drawing.Point(148, 22);            this.comboBox_PeriodicTable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.comboBox_PeriodicTable.Name = "comboBox_PeriodicTable";            this.comboBox_PeriodicTable.Size = new System.Drawing.Size(204, 32);            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(207, 105);            this.groupBox_OtherCommonlyUsedSymbols.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.groupBox_OtherCommonlyUsedSymbols.Name = "groupBox_OtherCommonlyUsedSymbols";            this.groupBox_OtherCommonlyUsedSymbols.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.groupBox_OtherCommonlyUsedSymbols.Size = new System.Drawing.Size(364, 306);            this.groupBox_OtherCommonlyUsedSymbols.TabIndex = 3;            this.groupBox_OtherCommonlyUsedSymbols.TabStop = false;            this.groupBox_OtherCommonlyUsedSymbols.Text = "其它常用符号";            this.groupBox_OtherCommonlyUsedSymbols.Click += new System.EventHandler(this.groupBox_OtherCommonlyUsedSymbols_Click);            //             // comboBox_Constants            //             this.comboBox_Constants.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.comboBox_Constants.FormattingEnabled = true;            this.comboBox_Constants.Location = new System.Drawing.Point(171, 246);            this.comboBox_Constants.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.comboBox_Constants.Name = "comboBox_Constants";            this.comboBox_Constants.Size = new System.Drawing.Size(181, 32);            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(3, 252);            this.label_DefinedConstant.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_DefinedConstant.Name = "label_DefinedConstant";            this.label_DefinedConstant.Size = new System.Drawing.Size(118, 24);            this.label_DefinedConstant.TabIndex = 19;            this.label_DefinedConstant.Text = "已定义常数:";            //             // label_Other            //             this.label_Other.AutoSize = true;            this.label_Other.Location = new System.Drawing.Point(57, 182);            this.label_Other.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_Other.Name = "label_Other";            this.label_Other.Size = new System.Drawing.Size(64, 24);            this.label_Other.TabIndex = 10;            this.label_Other.Text = "其它:";            //             // label_ElementFormTwo            //             this.label_ElementFormTwo.AutoSize = true;            this.label_ElementFormTwo.Location = new System.Drawing.Point(3, 116);            this.label_ElementFormTwo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_ElementFormTwo.Name = "label_ElementFormTwo";            this.label_ElementFormTwo.Size = new System.Drawing.Size(118, 24);            this.label_ElementFormTwo.TabIndex = 9;            this.label_ElementFormTwo.Text = "元素形式二:";            //             // label_ElementFormOne            //             this.label_ElementFormOne.AutoSize = true;            this.label_ElementFormOne.Location = new System.Drawing.Point(3, 46);            this.label_ElementFormOne.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_ElementFormOne.Name = "label_ElementFormOne";            this.label_ElementFormOne.Size = new System.Drawing.Size(118, 24);            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(171, 39);            this.comboBox_Elem1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.comboBox_Elem1.Name = "comboBox_Elem1";            this.comboBox_Elem1.Size = new System.Drawing.Size(181, 32);            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(171, 110);            this.comboBox_Elem.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.comboBox_Elem.Name = "comboBox_Elem";            this.comboBox_Elem.Size = new System.Drawing.Size(181, 32);            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(171, 176);            this.comboBox_ImgProperty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.comboBox_ImgProperty.Name = "comboBox_ImgProperty";            this.comboBox_ImgProperty.Size = new System.Drawing.Size(181, 32);            this.comboBox_ImgProperty.TabIndex = 4;            this.comboBox_ImgProperty.SelectedIndexChanged += new System.EventHandler(this.comboBox_ImgProperty_SelectedIndexChanged);            //             // button_Recover            //             this.button_Recover.Location = new System.Drawing.Point(6, 184);            this.button_Recover.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_Recover.Name = "button_Recover";            this.button_Recover.Size = new System.Drawing.Size(195, 60);            this.button_Recover.TabIndex = 25;            this.button_Recover.Text = "恢复至出厂默认值";            this.button_Recover.UseVisualStyleBackColor = true;            this.button_Recover.Click += new System.EventHandler(this.button_Recover_Click);            //             // btn_dbs            //             this.btn_dbs.BackColor = System.Drawing.Color.White;            this.btn_dbs.Font = new System.Drawing.Font("宋体", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.btn_dbs.Location = new System.Drawing.Point(750, 28);            this.btn_dbs.Name = "btn_dbs";            this.btn_dbs.Size = new System.Drawing.Size(124, 32);            this.btn_dbs.TabIndex = 20;            this.btn_dbs.Text = "[点击选择]";            this.btn_dbs.UseVisualStyleBackColor = false;            this.btn_dbs.Click += new System.EventHandler(this.btn_dbs_Click);            //             // label_Color            //             this.label_Color.AutoSize = true;            this.label_Color.Location = new System.Drawing.Point(692, 34);            this.label_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_Color.Name = "label_Color";            this.label_Color.Size = new System.Drawing.Size(64, 24);            this.label_Color.TabIndex = 1;            this.label_Color.Text = "颜色:";            //             // groupBox_XmlTree_STDlist1            //             this.groupBox_XmlTree_STDlist1.BackColor = System.Drawing.SystemColors.Control;            this.groupBox_XmlTree_STDlist1.Controls.Add(this.btn_dbs);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Electrical_conductivity);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Density);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Element);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Element);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Conductivity);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Formula);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.label__BSEValue);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Formula);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Color);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_BSEValue);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Density);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Hardness);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Hardness);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.button_Ok);            this.groupBox_XmlTree_STDlist1.Controls.Add(this.button_Cancel);            this.groupBox_XmlTree_STDlist1.Location = new System.Drawing.Point(333, 752);            this.groupBox_XmlTree_STDlist1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.groupBox_XmlTree_STDlist1.Name = "groupBox_XmlTree_STDlist1";            this.groupBox_XmlTree_STDlist1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.groupBox_XmlTree_STDlist1.Size = new System.Drawing.Size(890, 171);            this.groupBox_XmlTree_STDlist1.TabIndex = 22;            this.groupBox_XmlTree_STDlist1.TabStop = false;            this.groupBox_XmlTree_STDlist1.Text = "其他属性";            this.groupBox_XmlTree_STDlist1.Click += new System.EventHandler(this.groupBox_XmlTree_STDlist1_Click);            //             // textBox_Electrical_conductivity            //             this.textBox_Electrical_conductivity.Location = new System.Drawing.Point(550, 28);            this.textBox_Electrical_conductivity.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_Electrical_conductivity.Name = "textBox_Electrical_conductivity";            this.textBox_Electrical_conductivity.Size = new System.Drawing.Size(126, 31);            this.textBox_Electrical_conductivity.TabIndex = 19;            this.textBox_Electrical_conductivity.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // textBox_Density            //             this.textBox_Density.Location = new System.Drawing.Point(300, 28);            this.textBox_Density.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_Density.Name = "textBox_Density";            this.textBox_Density.Size = new System.Drawing.Size(116, 31);            this.textBox_Density.TabIndex = 18;            this.textBox_Density.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // textBox_Element            //             this.textBox_Element.Font = new System.Drawing.Font("宋体", 9F);            this.textBox_Element.Location = new System.Drawing.Point(550, 68);            this.textBox_Element.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_Element.MaxLength = 50;            this.textBox_Element.Name = "textBox_Element";            this.textBox_Element.Size = new System.Drawing.Size(319, 28);            this.textBox_Element.TabIndex = 32;            this.textBox_Element.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            this.textBox_Element.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress);            //             // label_Element            //             this.label_Element.AutoSize = true;            this.label_Element.Font = new System.Drawing.Font("宋体", 9F);            this.label_Element.Location = new System.Drawing.Point(428, 74);            this.label_Element.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_Element.Name = "label_Element";            this.label_Element.Size = new System.Drawing.Size(80, 18);            this.label_Element.TabIndex = 35;            this.label_Element.Text = "Element:";            //             // label_Conductivity            //             this.label_Conductivity.AutoSize = true;            this.label_Conductivity.Location = new System.Drawing.Point(426, 34);            this.label_Conductivity.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_Conductivity.Name = "label_Conductivity";            this.label_Conductivity.Size = new System.Drawing.Size(68, 24);            this.label_Conductivity.TabIndex = 26;            this.label_Conductivity.Text = "导电性:";            //             // label_Formula            //             this.label_Formula.AutoSize = true;            this.label_Formula.Font = new System.Drawing.Font("宋体", 9F);            this.label_Formula.Location = new System.Drawing.Point(219, 74);            this.label_Formula.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_Formula.Name = "label_Formula";            this.label_Formula.Size = new System.Drawing.Size(80, 18);            this.label_Formula.TabIndex = 33;            this.label_Formula.Text = "Formula:";            //             // label__BSEValue            //             this.label__BSEValue.AutoSize = true;            this.label__BSEValue.Font = new System.Drawing.Font("宋体", 9F);            this.label__BSEValue.Location = new System.Drawing.Point(6, 74);            this.label__BSEValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label__BSEValue.Name = "label__BSEValue";            this.label__BSEValue.Size = new System.Drawing.Size(44, 18);            this.label__BSEValue.TabIndex = 34;            this.label__BSEValue.Text = "BSE:";            //             // textBox_Formula            //             this.textBox_Formula.Font = new System.Drawing.Font("宋体", 9F);            this.textBox_Formula.Location = new System.Drawing.Point(300, 68);            this.textBox_Formula.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_Formula.MaxLength = 50;            this.textBox_Formula.Name = "textBox_Formula";            this.textBox_Formula.Size = new System.Drawing.Size(116, 28);            this.textBox_Formula.TabIndex = 30;            this.textBox_Formula.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            this.textBox_Formula.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress);            //             // textBox_BSEValue            //             this.textBox_BSEValue.Font = new System.Drawing.Font("宋体", 9F);            this.textBox_BSEValue.Location = new System.Drawing.Point(94, 68);            this.textBox_BSEValue.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_BSEValue.MaxLength = 10;            this.textBox_BSEValue.Name = "textBox_BSEValue";            this.textBox_BSEValue.Size = new System.Drawing.Size(116, 28);            this.textBox_BSEValue.TabIndex = 31;            this.textBox_BSEValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            this.textBox_BSEValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress);            //             // label_Density            //             this.label_Density.AutoSize = true;            this.label_Density.Location = new System.Drawing.Point(219, 34);            this.label_Density.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_Density.Name = "label_Density";            this.label_Density.Size = new System.Drawing.Size(50, 24);            this.label_Density.TabIndex = 25;            this.label_Density.Text = "密度:";            //             // label_Hardness            //             this.label_Hardness.AutoSize = true;            this.label_Hardness.Location = new System.Drawing.Point(6, 34);            this.label_Hardness.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_Hardness.Name = "label_Hardness";            this.label_Hardness.Size = new System.Drawing.Size(50, 24);            this.label_Hardness.TabIndex = 24;            this.label_Hardness.Text = "硬度:";            //             // textBox_Hardness            //             this.textBox_Hardness.Location = new System.Drawing.Point(94, 28);            this.textBox_Hardness.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_Hardness.Name = "textBox_Hardness";            this.textBox_Hardness.Size = new System.Drawing.Size(116, 31);            this.textBox_Hardness.TabIndex = 17;            this.textBox_Hardness.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // button_Ok            //             this.button_Ok.Location = new System.Drawing.Point(606, 108);            this.button_Ok.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_Ok.Name = "button_Ok";            this.button_Ok.Size = new System.Drawing.Size(129, 54);            this.button_Ok.TabIndex = 23;            this.button_Ok.Text = "确认";            this.button_Ok.UseVisualStyleBackColor = true;            this.button_Ok.Click += new System.EventHandler(this.button_Ok_Click);            //             // button_Cancel            //             this.button_Cancel.Location = new System.Drawing.Point(746, 108);            this.button_Cancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_Cancel.Name = "button_Cancel";            this.button_Cancel.Size = new System.Drawing.Size(129, 54);            this.button_Cancel.TabIndex = 24;            this.button_Cancel.Text = "离开";            this.button_Cancel.UseVisualStyleBackColor = true;            this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);            //             // textbox_STDEditor            //             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(9, 9);            this.textbox_STDEditor.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textbox_STDEditor.Multiline = true;            this.textbox_STDEditor.Name = "textbox_STDEditor";            this.textbox_STDEditor.Size = new System.Drawing.Size(822, 144);            this.textbox_STDEditor.TabIndex = 2;            this.textbox_STDEditor.TextChanged += new System.EventHandler(this.textbox_STDEditor_TextChanged);            this.textbox_STDEditor.Leave += new System.EventHandler(this.textbox_STDEditor_Leave);            //             // XmlTreeMenuStrip            //             this.XmlTreeMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);            this.XmlTreeMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {            this.新建标准库规则ToolStripMenuItem,            this.删除ToolStripMenuItem});            this.XmlTreeMenuStrip.Name = "XmlTreeMenuStrip";            this.XmlTreeMenuStrip.Size = new System.Drawing.Size(117, 60);            //             // 新建标准库规则ToolStripMenuItem            //             this.新建标准库规则ToolStripMenuItem.Name = "新建标准库规则ToolStripMenuItem";            this.新建标准库规则ToolStripMenuItem.Size = new System.Drawing.Size(116, 28);            this.新建标准库规则ToolStripMenuItem.Text = "新建";            this.新建标准库规则ToolStripMenuItem.Click += new System.EventHandler(this.AddTreeNode_Click);            //             // 删除ToolStripMenuItem            //             this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";            this.删除ToolStripMenuItem.Size = new System.Drawing.Size(116, 28);            this.删除ToolStripMenuItem.Text = "删除";            this.删除ToolStripMenuItem.Click += new System.EventHandler(this.DeleteTreeNode_Click);            //             // button_UpOrder            //             this.button_UpOrder.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_UpOrder.Location = new System.Drawing.Point(2, 4);            this.button_UpOrder.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_UpOrder.Name = "button_UpOrder";            this.button_UpOrder.Size = new System.Drawing.Size(27, 108);            this.button_UpOrder.TabIndex = 26;            this.button_UpOrder.Text = "↑";            this.button_UpOrder.UseVisualStyleBackColor = true;            this.button_UpOrder.Click += new System.EventHandler(this.button_UpOrder_Click);            //             // button_DownOrder            //             this.button_DownOrder.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_DownOrder.Location = new System.Drawing.Point(2, 122);            this.button_DownOrder.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_DownOrder.Name = "button_DownOrder";            this.button_DownOrder.Size = new System.Drawing.Size(27, 108);            this.button_DownOrder.TabIndex = 27;            this.button_DownOrder.Text = "↓";            this.button_DownOrder.UseVisualStyleBackColor = true;            this.button_DownOrder.Click += new System.EventHandler(this.button_DownOrder_Click);            //             // tabControl_Rules            //             this.tabControl_Rules.Alignment = System.Windows.Forms.TabAlignment.Right;            this.tabControl_Rules.Controls.Add(this.tabPage_ClassificationRules);            this.tabControl_Rules.Controls.Add(this.tabPage_MaxEDSRules);            this.tabControl_Rules.Controls.Add(this.tabPage_ZeroElementRules);            this.tabControl_Rules.Controls.Add(this.tabPage_UserConstants);            this.tabControl_Rules.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tabControl_Rules.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.tabControl_Rules.ItemSize = new System.Drawing.Size(190, 20);            this.tabControl_Rules.Location = new System.Drawing.Point(4, 14);            this.tabControl_Rules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabControl_Rules.Multiline = true;            this.tabControl_Rules.Name = "tabControl_Rules";            this.tabControl_Rules.SelectedIndex = 0;            this.tabControl_Rules.Size = new System.Drawing.Size(326, 909);            this.tabControl_Rules.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;            this.tabControl_Rules.TabIndex = 20;            this.tabControl_Rules.SelectedIndexChanged += new System.EventHandler(this.tabControl_Rules_SelectedIndexChanged);            this.tabControl_Rules.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl_Rules_Selecting);            this.tabControl_Rules.Deselecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl_Rules_Deselecting);            //             // tabPage_ClassificationRules            //             this.tabPage_ClassificationRules.Controls.Add(this.button_SpecialOrder);            this.tabPage_ClassificationRules.Controls.Add(this.button_UpOrder);            this.tabPage_ClassificationRules.Controls.Add(this.button_DownOrder);            this.tabPage_ClassificationRules.Controls.Add(this.XmlTree_STDlist);            this.tabPage_ClassificationRules.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tabPage_ClassificationRules.Location = new System.Drawing.Point(4, 4);            this.tabPage_ClassificationRules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabPage_ClassificationRules.Name = "tabPage_ClassificationRules";            this.tabPage_ClassificationRules.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabPage_ClassificationRules.Size = new System.Drawing.Size(298, 901);            this.tabPage_ClassificationRules.TabIndex = 0;            this.tabPage_ClassificationRules.Text = "Classification Rules";            //             // button_SpecialOrder            //             this.button_SpecialOrder.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.button_SpecialOrder.Location = new System.Drawing.Point(2, 262);            this.button_SpecialOrder.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_SpecialOrder.Name = "button_SpecialOrder";            this.button_SpecialOrder.Size = new System.Drawing.Size(27, 291);            this.button_SpecialOrder.TabIndex = 29;            this.button_SpecialOrder.Text = "特殊排序";            this.button_SpecialOrder.UseVisualStyleBackColor = true;            this.button_SpecialOrder.Visible = false;            //             // XmlTree_STDlist            //             this.XmlTree_STDlist.ContextMenuStrip = this.XmlTreeMenuStrip;            this.XmlTree_STDlist.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.XmlTree_STDlist.HideSelection = false;            this.XmlTree_STDlist.Location = new System.Drawing.Point(30, 0);            this.XmlTree_STDlist.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.XmlTree_STDlist.Name = "XmlTree_STDlist";            this.XmlTree_STDlist.Size = new System.Drawing.Size(217, 895);            this.XmlTree_STDlist.TabIndex = 1;            this.XmlTree_STDlist.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.XmlTree_STDlist_BeforeSelect);            this.XmlTree_STDlist.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.XmlTree_STDlist_AfterSelect);            this.XmlTree_STDlist.MouseClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_STDlist_MouseClick);            this.XmlTree_STDlist.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_STDlist_MouseDoubleClick);            //             // tabPage_MaxEDSRules            //             this.tabPage_MaxEDSRules.Controls.Add(this.XmlTree_MaxEDSRules);            this.tabPage_MaxEDSRules.Location = new System.Drawing.Point(4, 4);            this.tabPage_MaxEDSRules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabPage_MaxEDSRules.Name = "tabPage_MaxEDSRules";            this.tabPage_MaxEDSRules.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabPage_MaxEDSRules.Size = new System.Drawing.Size(278, 901);            this.tabPage_MaxEDSRules.TabIndex = 1;            this.tabPage_MaxEDSRules.Text = "Max EDS Rules";            this.tabPage_MaxEDSRules.UseVisualStyleBackColor = true;            //             // XmlTree_MaxEDSRules            //             this.XmlTree_MaxEDSRules.ContextMenuStrip = this.XmlTreeMenuStrip;            this.XmlTree_MaxEDSRules.HideSelection = false;            this.XmlTree_MaxEDSRules.Location = new System.Drawing.Point(0, 3);            this.XmlTree_MaxEDSRules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.XmlTree_MaxEDSRules.Name = "XmlTree_MaxEDSRules";            this.XmlTree_MaxEDSRules.Size = new System.Drawing.Size(252, 892);            this.XmlTree_MaxEDSRules.TabIndex = 2;            this.XmlTree_MaxEDSRules.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.XmlTree_MaxEDSRules_BeforeSelect);            this.XmlTree_MaxEDSRules.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.XmlTree_MaxEDSRules_AfterSelect);            this.XmlTree_MaxEDSRules.MouseClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_MaxEDSRules_MouseClick);            //             // tabPage_ZeroElementRules            //             this.tabPage_ZeroElementRules.Controls.Add(this.XmlTree_ZeroElementRules);            this.tabPage_ZeroElementRules.Location = new System.Drawing.Point(4, 4);            this.tabPage_ZeroElementRules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabPage_ZeroElementRules.Name = "tabPage_ZeroElementRules";            this.tabPage_ZeroElementRules.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabPage_ZeroElementRules.Size = new System.Drawing.Size(278, 901);            this.tabPage_ZeroElementRules.TabIndex = 2;            this.tabPage_ZeroElementRules.Text = "Zero Element Rules";            this.tabPage_ZeroElementRules.UseVisualStyleBackColor = true;            //             // XmlTree_ZeroElementRules            //             this.XmlTree_ZeroElementRules.ContextMenuStrip = this.XmlTreeMenuStrip;            this.XmlTree_ZeroElementRules.HideSelection = false;            this.XmlTree_ZeroElementRules.Location = new System.Drawing.Point(4, 4);            this.XmlTree_ZeroElementRules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.XmlTree_ZeroElementRules.Name = "XmlTree_ZeroElementRules";            this.XmlTree_ZeroElementRules.Size = new System.Drawing.Size(247, 890);            this.XmlTree_ZeroElementRules.TabIndex = 2;            this.XmlTree_ZeroElementRules.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.XmlTree_ZeroElementRules_BeforeSelect);            this.XmlTree_ZeroElementRules.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.XmlTree_ZeroElementRules_AfterSelect);            this.XmlTree_ZeroElementRules.MouseClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_ZeroElementRules_MouseClick);            this.XmlTree_ZeroElementRules.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_ZeroElementRules_MouseDoubleClick);            //             // tabPage_UserConstants            //             this.tabPage_UserConstants.Controls.Add(this.button_UpdateConstants);            this.tabPage_UserConstants.Controls.Add(this.label_ConstantValue);            this.tabPage_UserConstants.Controls.Add(this.label_ConstantSymbol);            this.tabPage_UserConstants.Controls.Add(this.checkBox_3);            this.tabPage_UserConstants.Controls.Add(this.checkBox_0);            this.tabPage_UserConstants.Controls.Add(this.textBox_9);            this.tabPage_UserConstants.Controls.Add(this.textBox_0);            this.tabPage_UserConstants.Controls.Add(this.checkBox_9);            this.tabPage_UserConstants.Controls.Add(this.checkBox_1);            this.tabPage_UserConstants.Controls.Add(this.textBox_8);            this.tabPage_UserConstants.Controls.Add(this.textBox_1);            this.tabPage_UserConstants.Controls.Add(this.checkBox_8);            this.tabPage_UserConstants.Controls.Add(this.checkBox_2);            this.tabPage_UserConstants.Controls.Add(this.textBox_7);            this.tabPage_UserConstants.Controls.Add(this.textBox_2);            this.tabPage_UserConstants.Controls.Add(this.checkBox_7);            this.tabPage_UserConstants.Controls.Add(this.textBox_3);            this.tabPage_UserConstants.Controls.Add(this.textBox_6);            this.tabPage_UserConstants.Controls.Add(this.checkBox_4);            this.tabPage_UserConstants.Controls.Add(this.checkBox_6);            this.tabPage_UserConstants.Controls.Add(this.textBox_4);            this.tabPage_UserConstants.Controls.Add(this.textBox_5);            this.tabPage_UserConstants.Controls.Add(this.checkBox_5);            this.tabPage_UserConstants.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.tabPage_UserConstants.Location = new System.Drawing.Point(4, 4);            this.tabPage_UserConstants.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabPage_UserConstants.Name = "tabPage_UserConstants";            this.tabPage_UserConstants.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabPage_UserConstants.Size = new System.Drawing.Size(278, 901);            this.tabPage_UserConstants.TabIndex = 3;            this.tabPage_UserConstants.Text = "User Constants";            this.tabPage_UserConstants.UseVisualStyleBackColor = true;            //             // button_UpdateConstants            //             this.button_UpdateConstants.Location = new System.Drawing.Point(14, 626);            this.button_UpdateConstants.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.button_UpdateConstants.Name = "button_UpdateConstants";            this.button_UpdateConstants.Size = new System.Drawing.Size(222, 32);            this.button_UpdateConstants.TabIndex = 27;            this.button_UpdateConstants.Text = "确认更新常数库";            this.button_UpdateConstants.UseVisualStyleBackColor = true;            this.button_UpdateConstants.Click += new System.EventHandler(this.button_UpdateConstants_Click);            //             // label_ConstantValue            //             this.label_ConstantValue.AutoSize = true;            this.label_ConstantValue.Location = new System.Drawing.Point(142, 18);            this.label_ConstantValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_ConstantValue.Name = "label_ConstantValue";            this.label_ConstantValue.Size = new System.Drawing.Size(26, 18);            this.label_ConstantValue.TabIndex = 26;            this.label_ConstantValue.Text = "值";            //             // label_ConstantSymbol            //             this.label_ConstantSymbol.AutoSize = true;            this.label_ConstantSymbol.Location = new System.Drawing.Point(24, 18);            this.label_ConstantSymbol.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_ConstantSymbol.Name = "label_ConstantSymbol";            this.label_ConstantSymbol.Size = new System.Drawing.Size(44, 18);            this.label_ConstantSymbol.TabIndex = 25;            this.label_ConstantSymbol.Text = "符号";            //             // checkBox_3            //             this.checkBox_3.AutoSize = true;            this.checkBox_3.Location = new System.Drawing.Point(14, 226);            this.checkBox_3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.checkBox_3.Name = "checkBox_3";            this.checkBox_3.Size = new System.Drawing.Size(79, 22);            this.checkBox_3.TabIndex = 7;            this.checkBox_3.Text = "MAC#3";            this.checkBox_3.UseVisualStyleBackColor = true;            this.checkBox_3.CheckedChanged += new System.EventHandler(this.checkBox_3_CheckedChanged);            //             // checkBox_0            //             this.checkBox_0.AutoSize = true;            this.checkBox_0.Location = new System.Drawing.Point(14, 60);            this.checkBox_0.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.checkBox_0.Name = "checkBox_0";            this.checkBox_0.Size = new System.Drawing.Size(79, 22);            this.checkBox_0.TabIndex = 1;            this.checkBox_0.Tag = "";            this.checkBox_0.Text = "MAC#0";            this.checkBox_0.UseVisualStyleBackColor = true;            this.checkBox_0.CheckedChanged += new System.EventHandler(this.checkBox_0_CheckedChanged);            //             // textBox_9            //             this.textBox_9.Location = new System.Drawing.Point(100, 562);            this.textBox_9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_9.Name = "textBox_9";            this.textBox_9.Size = new System.Drawing.Size(110, 28);            this.textBox_9.TabIndex = 20;            this.textBox_9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // textBox_0            //             this.textBox_0.Location = new System.Drawing.Point(100, 57);            this.textBox_0.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_0.Name = "textBox_0";            this.textBox_0.Size = new System.Drawing.Size(110, 28);            this.textBox_0.TabIndex = 2;            this.textBox_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // checkBox_9            //             this.checkBox_9.AutoSize = true;            this.checkBox_9.Location = new System.Drawing.Point(14, 567);            this.checkBox_9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.checkBox_9.Name = "checkBox_9";            this.checkBox_9.Size = new System.Drawing.Size(79, 22);            this.checkBox_9.TabIndex = 19;            this.checkBox_9.Text = "MAC#9";            this.checkBox_9.UseVisualStyleBackColor = true;            this.checkBox_9.CheckedChanged += new System.EventHandler(this.checkBox_9_CheckedChanged);            //             // checkBox_1            //             this.checkBox_1.AutoSize = true;            this.checkBox_1.Location = new System.Drawing.Point(14, 116);            this.checkBox_1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.checkBox_1.Name = "checkBox_1";            this.checkBox_1.Size = new System.Drawing.Size(79, 22);            this.checkBox_1.TabIndex = 3;            this.checkBox_1.Text = "MAC#1";            this.checkBox_1.UseVisualStyleBackColor = true;            this.checkBox_1.CheckedChanged += new System.EventHandler(this.checkBox_1_CheckedChanged);            //             // textBox_8            //             this.textBox_8.Location = new System.Drawing.Point(100, 506);            this.textBox_8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_8.Name = "textBox_8";            this.textBox_8.Size = new System.Drawing.Size(110, 28);            this.textBox_8.TabIndex = 18;            this.textBox_8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // textBox_1            //             this.textBox_1.Location = new System.Drawing.Point(100, 111);            this.textBox_1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_1.Name = "textBox_1";            this.textBox_1.Size = new System.Drawing.Size(110, 28);            this.textBox_1.TabIndex = 4;            this.textBox_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // checkBox_8            //             this.checkBox_8.AutoSize = true;            this.checkBox_8.Location = new System.Drawing.Point(14, 510);            this.checkBox_8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.checkBox_8.Name = "checkBox_8";            this.checkBox_8.Size = new System.Drawing.Size(79, 22);            this.checkBox_8.TabIndex = 17;            this.checkBox_8.Text = "MAC#8";            this.checkBox_8.UseVisualStyleBackColor = true;            this.checkBox_8.CheckedChanged += new System.EventHandler(this.checkBox_8_CheckedChanged);            //             // checkBox_2            //             this.checkBox_2.AutoSize = true;            this.checkBox_2.Location = new System.Drawing.Point(14, 170);            this.checkBox_2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.checkBox_2.Name = "checkBox_2";            this.checkBox_2.Size = new System.Drawing.Size(79, 22);            this.checkBox_2.TabIndex = 5;            this.checkBox_2.Text = "MAC#2";            this.checkBox_2.UseVisualStyleBackColor = true;            this.checkBox_2.CheckedChanged += new System.EventHandler(this.checkBox_2_CheckedChanged);            //             // textBox_7            //             this.textBox_7.Location = new System.Drawing.Point(100, 448);            this.textBox_7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_7.Name = "textBox_7";            this.textBox_7.Size = new System.Drawing.Size(110, 28);            this.textBox_7.TabIndex = 16;            this.textBox_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // textBox_2            //             this.textBox_2.Location = new System.Drawing.Point(100, 166);            this.textBox_2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_2.Name = "textBox_2";            this.textBox_2.Size = new System.Drawing.Size(110, 28);            this.textBox_2.TabIndex = 6;            this.textBox_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // checkBox_7            //             this.checkBox_7.AutoSize = true;            this.checkBox_7.Location = new System.Drawing.Point(14, 453);            this.checkBox_7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.checkBox_7.Name = "checkBox_7";            this.checkBox_7.Size = new System.Drawing.Size(79, 22);            this.checkBox_7.TabIndex = 15;            this.checkBox_7.Text = "MAC#7";            this.checkBox_7.UseVisualStyleBackColor = true;            this.checkBox_7.CheckedChanged += new System.EventHandler(this.checkBox_7_CheckedChanged);            //             // textBox_3            //             this.textBox_3.Location = new System.Drawing.Point(100, 222);            this.textBox_3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_3.Name = "textBox_3";            this.textBox_3.Size = new System.Drawing.Size(110, 28);            this.textBox_3.TabIndex = 8;            this.textBox_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // textBox_6            //             this.textBox_6.Location = new System.Drawing.Point(100, 393);            this.textBox_6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_6.Name = "textBox_6";            this.textBox_6.Size = new System.Drawing.Size(110, 28);            this.textBox_6.TabIndex = 14;            this.textBox_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // checkBox_4            //             this.checkBox_4.AutoSize = true;            this.checkBox_4.Location = new System.Drawing.Point(14, 284);            this.checkBox_4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.checkBox_4.Name = "checkBox_4";            this.checkBox_4.Size = new System.Drawing.Size(79, 22);            this.checkBox_4.TabIndex = 9;            this.checkBox_4.Text = "MAC#4";            this.checkBox_4.UseVisualStyleBackColor = true;            this.checkBox_4.CheckedChanged += new System.EventHandler(this.checkBox_4_CheckedChanged);            //             // checkBox_6            //             this.checkBox_6.AutoSize = true;            this.checkBox_6.Location = new System.Drawing.Point(14, 399);            this.checkBox_6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.checkBox_6.Name = "checkBox_6";            this.checkBox_6.Size = new System.Drawing.Size(79, 22);            this.checkBox_6.TabIndex = 13;            this.checkBox_6.Text = "MAC#6";            this.checkBox_6.UseVisualStyleBackColor = true;            this.checkBox_6.CheckedChanged += new System.EventHandler(this.checkBox_6_CheckedChanged);            //             // textBox_4            //             this.textBox_4.Location = new System.Drawing.Point(100, 279);            this.textBox_4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_4.Name = "textBox_4";            this.textBox_4.Size = new System.Drawing.Size(110, 28);            this.textBox_4.TabIndex = 10;            this.textBox_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // textBox_5            //             this.textBox_5.Location = new System.Drawing.Point(100, 336);            this.textBox_5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.textBox_5.Name = "textBox_5";            this.textBox_5.Size = new System.Drawing.Size(110, 28);            this.textBox_5.TabIndex = 12;            this.textBox_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // checkBox_5            //             this.checkBox_5.AutoSize = true;            this.checkBox_5.Location = new System.Drawing.Point(14, 339);            this.checkBox_5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.checkBox_5.Name = "checkBox_5";            this.checkBox_5.Size = new System.Drawing.Size(79, 22);            this.checkBox_5.TabIndex = 11;            this.checkBox_5.Text = "MAC#5";            this.checkBox_5.UseVisualStyleBackColor = true;            this.checkBox_5.CheckedChanged += new System.EventHandler(this.checkBox_5_CheckedChanged);            //             // label_SubElements            //             this.label_SubElements.AutoSize = true;            this.label_SubElements.Location = new System.Drawing.Point(9, 225);            this.label_SubElements.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_SubElements.Name = "label_SubElements";            this.label_SubElements.Size = new System.Drawing.Size(100, 24);            this.label_SubElements.TabIndex = 26;            this.label_SubElements.Text = "次要元素:";            //             // label_KeyElements            //             this.label_KeyElements.AutoSize = true;            this.label_KeyElements.Location = new System.Drawing.Point(9, 174);            this.label_KeyElements.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label_KeyElements.Name = "label_KeyElements";            this.label_KeyElements.Size = new System.Drawing.Size(100, 24);            this.label_KeyElements.TabIndex = 25;            this.label_KeyElements.Text = "关键元素:";            //             // dataGridView_KeyElements            //             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(116, 164);            this.dataGridView_KeyElements.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.dataGridView_KeyElements.Name = "dataGridView_KeyElements";            this.dataGridView_KeyElements.RowTemplate.Height = 23;            this.dataGridView_KeyElements.Size = new System.Drawing.Size(754, 42);            this.dataGridView_KeyElements.TabIndex = 27;            this.dataGridView_KeyElements.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_KeyElements_CellClick);            //             // dataGridView_SubElements            //             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(116, 214);            this.dataGridView_SubElements.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.dataGridView_SubElements.Name = "dataGridView_SubElements";            this.dataGridView_SubElements.RowTemplate.Height = 23;            this.dataGridView_SubElements.Size = new System.Drawing.Size(754, 42);            this.dataGridView_SubElements.TabIndex = 28;            this.dataGridView_SubElements.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_SubElements_CellClick);            //             // tabSTDStandrad            //             this.tabSTDStandrad.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;            this.tabSTDStandrad.Controls.Add(this.tabSTD);            this.tabSTDStandrad.Controls.Add(this.tabXray);            this.tabSTDStandrad.Location = new System.Drawing.Point(333, 15);            this.tabSTDStandrad.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabSTDStandrad.Name = "tabSTDStandrad";            this.tabSTDStandrad.SelectedIndex = 0;            this.tabSTDStandrad.Size = new System.Drawing.Size(896, 728);            this.tabSTDStandrad.TabIndex = 29;            this.tabSTDStandrad.SelectedIndexChanged += new System.EventHandler(this.tabSTDStandrad_SelectedIndexChanged);            //             // tabSTD            //             this.tabSTD.BackColor = System.Drawing.SystemColors.Control;            this.tabSTD.Controls.Add(this.textbox_STDEditor);            this.tabSTD.Controls.Add(this.groupBox_Data);            this.tabSTD.Controls.Add(this.dataGridView_SubElements);            this.tabSTD.Controls.Add(this.PeriodicTableSwitch);            this.tabSTD.Controls.Add(this.dataGridView_KeyElements);            this.tabSTD.Controls.Add(this.label_KeyElements);            this.tabSTD.Controls.Add(this.label_SubElements);            this.tabSTD.Location = new System.Drawing.Point(4, 36);            this.tabSTD.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabSTD.Name = "tabSTD";            this.tabSTD.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabSTD.Size = new System.Drawing.Size(888, 688);            this.tabSTD.TabIndex = 0;            this.tabSTD.Text = "STD";            //             // PeriodicTableSwitch            //             this.PeriodicTableSwitch.BackColor = System.Drawing.SystemColors.Control;            this.PeriodicTableSwitch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;            this.PeriodicTableSwitch.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.PeriodicTableSwitch.Location = new System.Drawing.Point(836, 9);            this.PeriodicTableSwitch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.PeriodicTableSwitch.Name = "PeriodicTableSwitch";            this.PeriodicTableSwitch.Size = new System.Drawing.Size(44, 146);            this.PeriodicTableSwitch.TabIndex = 22;            this.PeriodicTableSwitch.UseVisualStyleBackColor = false;            this.PeriodicTableSwitch.Click += new System.EventHandler(this.PeriodicTableSwitch_Click);            //             // tabXray            //             this.tabXray.Controls.Add(this.panel1);            this.tabXray.Controls.Add(this.plXray);            this.tabXray.Location = new System.Drawing.Point(4, 36);            this.tabXray.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabXray.Name = "tabXray";            this.tabXray.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tabXray.Size = new System.Drawing.Size(888, 688);            this.tabXray.TabIndex = 1;            this.tabXray.Text = "Xray";            this.tabXray.UseVisualStyleBackColor = true;            //             // panel1            //             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.Dock = System.Windows.Forms.DockStyle.Top;            this.panel1.Location = new System.Drawing.Point(4, 4);            this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.panel1.Name = "panel1";            this.panel1.Size = new System.Drawing.Size(880, 56);            this.panel1.TabIndex = 17;            //             // btnTest            //             this.btnTest.Location = new System.Drawing.Point(748, 9);            this.btnTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.btnTest.Name = "btnTest";            this.btnTest.Size = new System.Drawing.Size(112, 34);            this.btnTest.TabIndex = 33;            this.btnTest.Text = "Test";            this.btnTest.UseVisualStyleBackColor = true;            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(218, 20);            this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label9.Name = "label9";            this.label9.Size = new System.Drawing.Size(26, 18);            this.label9.TabIndex = 32;            this.label9.Text = "MS";            //             // txtCollectTime            //             this.txtCollectTime.Location = new System.Drawing.Point(129, 12);            this.txtCollectTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.txtCollectTime.Name = "txtCollectTime";            this.txtCollectTime.Size = new System.Drawing.Size(82, 31);            this.txtCollectTime.TabIndex = 28;            this.txtCollectTime.Text = "120";            this.txtCollectTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // btnReadXray            //             this.btnReadXray.Location = new System.Drawing.Point(357, 9);            this.btnReadXray.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.btnReadXray.Name = "btnReadXray";            this.btnReadXray.Size = new System.Drawing.Size(218, 34);            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(246, 10);            this.btnCollectXray.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.btnCollectXray.Name = "btnCollectXray";            this.btnCollectXray.Size = new System.Drawing.Size(102, 34);            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(4, 18);            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(125, 18);            this.label2.TabIndex = 29;            this.label2.Text = "Collect Time:";            //             // plXray            //             this.plXray.Dock = System.Windows.Forms.DockStyle.Bottom;            this.plXray.Location = new System.Drawing.Point(4, 58);            this.plXray.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.plXray.Name = "plXray";            this.plXray.Size = new System.Drawing.Size(880, 626);            this.plXray.TabIndex = 16;            //             // panel_OTSPeriodicTable            //             this.panel_OTSPeriodicTable.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;            this.panel_OTSPeriodicTable.Location = new System.Drawing.Point(1236, 27);            this.panel_OTSPeriodicTable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.panel_OTSPeriodicTable.Name = "panel_OTSPeriodicTable";            this.panel_OTSPeriodicTable.Size = new System.Drawing.Size(1044, 864);            this.panel_OTSPeriodicTable.TabIndex = 4;            this.panel_OTSPeriodicTable.Visible = false;            //             // Form_STDConstantsEditor            //             this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;            this.AutoScroll = true;            this.ClientSize = new System.Drawing.Size(2298, 926);            this.Controls.Add(this.tabSTDStandrad);            this.Controls.Add(this.tabControl_Rules);            this.Controls.Add(this.panel_OTSPeriodicTable);            this.Controls.Add(this.groupBox_XmlTree_STDlist1);            this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.MaximizeBox = false;            this.Name = "Form_STDConstantsEditor";            this.ShowIcon = false;            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;            this.Text = "标准库编辑器";            this.Load += new System.EventHandler(this.Form_ConstantsEditor_Load);            this.groupBox_Data.ResumeLayout(false);            this.groupBox_CalculatingSymbols.ResumeLayout(false);            this.groupBox_XmlTree_MaxEDSRules.ResumeLayout(false);            this.groupBox_XmlTree_MaxEDSRules.PerformLayout();            this.groupBox_ChemicalElement.ResumeLayout(false);            this.groupBox_OtherCommonlyUsedSymbols.ResumeLayout(false);            this.groupBox_OtherCommonlyUsedSymbols.PerformLayout();            this.groupBox_XmlTree_STDlist1.ResumeLayout(false);            this.groupBox_XmlTree_STDlist1.PerformLayout();            this.XmlTreeMenuStrip.ResumeLayout(false);            this.tabControl_Rules.ResumeLayout(false);            this.tabPage_ClassificationRules.ResumeLayout(false);            this.tabPage_MaxEDSRules.ResumeLayout(false);            this.tabPage_ZeroElementRules.ResumeLayout(false);            this.tabPage_UserConstants.ResumeLayout(false);            this.tabPage_UserConstants.PerformLayout();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_KeyElements)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SubElements)).EndInit();            this.tabSTDStandrad.ResumeLayout(false);            this.tabSTD.ResumeLayout(false);            this.tabSTD.PerformLayout();            this.tabXray.ResumeLayout(false);            this.panel1.ResumeLayout(false);            this.panel1.PerformLayout();            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.GroupBox groupBox_Data;        private System.Windows.Forms.Button button_Ok;        private System.Windows.Forms.Button button_Cancel;        private System.Windows.Forms.Button PeriodicTableSwitch;        private System.Windows.Forms.TextBox textbox_STDEditor;        private System.Windows.Forms.ComboBox comboBox_Elem;        private System.Windows.Forms.ComboBox comboBox_ImgProperty;        private System.Windows.Forms.ComboBox comboBox_Elem1;        private System.Windows.Forms.GroupBox groupBox_OtherCommonlyUsedSymbols;        private System.Windows.Forms.ContextMenuStrip XmlTreeMenuStrip;        private System.Windows.Forms.ToolStripMenuItem 新建标准库规则ToolStripMenuItem;        private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;        private System.Windows.Forms.Label label_Other;        private System.Windows.Forms.Label label_ElementFormTwo;        private System.Windows.Forms.Label label_ElementFormOne;        private System.Windows.Forms.Panel panel_OTSPeriodicTable;        private System.Windows.Forms.GroupBox groupBox_ChemicalElement;        private System.Windows.Forms.ComboBox comboBox_PeriodicTable;        public System.Windows.Forms.Button btn_dbs;        private System.Windows.Forms.Label label_Color;        private System.Windows.Forms.GroupBox groupBox_XmlTree_STDlist1;        private System.Windows.Forms.Label label_Conductivity;        private System.Windows.Forms.Label label_Density;        private System.Windows.Forms.Label label_Hardness;        private System.Windows.Forms.TextBox textBox_Electrical_conductivity;        private System.Windows.Forms.TextBox textBox_Density;        private System.Windows.Forms.TextBox textBox_Hardness;        private System.Windows.Forms.Label label_DefinedConstant;        private System.Windows.Forms.ComboBox comboBox_Constants;        private System.Windows.Forms.Button button_Backup;        private System.Windows.Forms.Button button_Recover;        private System.Windows.Forms.Button button_UpOrder;        private System.Windows.Forms.Button button_DownOrder;        private System.Windows.Forms.TabControl tabControl_Rules;        private System.Windows.Forms.TabPage tabPage_ClassificationRules;        private System.Windows.Forms.TabPage tabPage_MaxEDSRules;        private System.Windows.Forms.TabPage tabPage_ZeroElementRules;        private System.Windows.Forms.TabPage tabPage_UserConstants;        private System.Windows.Forms.Button button_SpecialOrder;        private System.Windows.Forms.TextBox textBox_9;        private System.Windows.Forms.CheckBox checkBox_9;        private System.Windows.Forms.TextBox textBox_8;        private System.Windows.Forms.CheckBox checkBox_8;        private System.Windows.Forms.TextBox textBox_7;        private System.Windows.Forms.CheckBox checkBox_7;        private System.Windows.Forms.TextBox textBox_6;        private System.Windows.Forms.CheckBox checkBox_6;        private System.Windows.Forms.TextBox textBox_5;        private System.Windows.Forms.CheckBox checkBox_5;        private System.Windows.Forms.TextBox textBox_4;        private System.Windows.Forms.CheckBox checkBox_4;        private System.Windows.Forms.TextBox textBox_3;        private System.Windows.Forms.CheckBox checkBox_3;        private System.Windows.Forms.TextBox textBox_2;        private System.Windows.Forms.CheckBox checkBox_2;        private System.Windows.Forms.TextBox textBox_1;        private System.Windows.Forms.CheckBox checkBox_1;        private System.Windows.Forms.TextBox textBox_0;        private System.Windows.Forms.CheckBox checkBox_0;        private System.Windows.Forms.TreeView XmlTree_MaxEDSRules;        private System.Windows.Forms.TreeView XmlTree_ZeroElementRules;        private System.Windows.Forms.GroupBox groupBox_XmlTree_MaxEDSRules;        private System.Windows.Forms.TextBox textBox_MaxEDSTime;        private System.Windows.Forms.Label label_SubElements;        private System.Windows.Forms.TreeView XmlTree_STDlist;        private System.Windows.Forms.Label label_KeyElements;        private System.Windows.Forms.DataGridView dataGridView_KeyElements;        private System.Windows.Forms.DataGridView dataGridView_SubElements;        private System.Windows.Forms.TabControl tabSTDStandrad;        private System.Windows.Forms.TabPage tabSTD;        private System.Windows.Forms.TabPage tabXray;        private System.Windows.Forms.Panel plXray;        private System.Windows.Forms.Label label_Element;        private System.Windows.Forms.TextBox textBox_Element;        private System.Windows.Forms.Label label__BSEValue;        private System.Windows.Forms.TextBox textBox_BSEValue;        private System.Windows.Forms.Label label_Formula;        private System.Windows.Forms.TextBox textBox_Formula;        private System.Windows.Forms.Panel panel1;        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.Button button_UpdateConstants;        private System.Windows.Forms.Label label_ConstantValue;        private System.Windows.Forms.Label label_ConstantSymbol;        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.Button btnTest;    }}
 |