123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347 |
- namespace OTSPartA_STDEditor
- {
- partial class Form_ConstantsEditor
- {
- /// <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();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ConstantsEditor));
- 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_Color = new System.Windows.Forms.GroupBox();
- this.btn_dbs = new System.Windows.Forms.Button();
- this.label_Color = new System.Windows.Forms.Label();
- this.button_Recover = 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.groupBox_XmlTree_STDlist1 = new System.Windows.Forms.GroupBox();
- this.label_Conductivity = new System.Windows.Forms.Label();
- this.label_Density = new System.Windows.Forms.Label();
- this.label_Hardness = new System.Windows.Forms.Label();
- this.textBox_Electrical_conductivity = new System.Windows.Forms.TextBox();
- this.textBox_Density = new System.Windows.Forms.TextBox();
- 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.checkBox_3 = new System.Windows.Forms.CheckBox();
- this.label_ConstantSymbol = new System.Windows.Forms.Label();
- 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.panel_OTSPeriodicTable = new System.Windows.Forms.Panel();
- this.PeriodicTableSwitch = new System.Windows.Forms.Button();
- this.groupBox_Data.SuspendLayout();
- this.groupBox_CalculatingSymbols.SuspendLayout();
- this.groupBox_XmlTree_MaxEDSRules.SuspendLayout();
- this.groupBox_Color.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.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_Color);
- this.groupBox_Data.Controls.Add(this.button_Recover);
- this.groupBox_Data.Controls.Add(this.groupBox_ChemicalElement);
- this.groupBox_Data.Controls.Add(this.groupBox_OtherCommonlyUsedSymbols);
- this.groupBox_Data.Controls.Add(this.groupBox_XmlTree_STDlist1);
- this.groupBox_Data.Controls.Add(this.button_Ok);
- this.groupBox_Data.Controls.Add(this.button_Cancel);
- this.groupBox_Data.FlatStyle = System.Windows.Forms.FlatStyle.System;
- this.groupBox_Data.Location = new System.Drawing.Point(220, 178);
- this.groupBox_Data.Name = "groupBox_Data";
- this.groupBox_Data.Size = new System.Drawing.Size(669, 351);
- 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(413, 16);
- this.groupBox_CalculatingSymbols.Name = "groupBox_CalculatingSymbols";
- this.groupBox_CalculatingSymbols.Size = new System.Drawing.Size(250, 271);
- this.groupBox_CalculatingSymbols.TabIndex = 31;
- this.groupBox_CalculatingSymbols.TabStop = false;
- this.groupBox_CalculatingSymbols.Text = "运算符号";
- //
- // button_0
- //
- this.button_0.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.button_0.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button_0.Location = new System.Drawing.Point(204, 69);
- this.button_0.Name = "button_0";
- this.button_0.Size = new System.Drawing.Size(40, 40);
- 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(157, 70);
- this.button_9.Name = "button_9";
- this.button_9.Size = new System.Drawing.Size(40, 40);
- 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(157, 21);
- this.button_4.Name = "button_4";
- this.button_4.Size = new System.Drawing.Size(40, 40);
- this.button_4.TabIndex = 24;
- this.button_4.Text = "4";
- this.button_4.UseVisualStyleBackColor = true;
- this.button_4.Click += new System.EventHandler(this.button_4_Click);
- //
- // button_5
- //
- this.button_5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.button_5.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button_5.Location = new System.Drawing.Point(204, 21);
- this.button_5.Name = "button_5";
- this.button_5.Size = new System.Drawing.Size(40, 40);
- 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(11, 70);
- this.button_6.Name = "button_6";
- this.button_6.Size = new System.Drawing.Size(40, 40);
- this.button_6.TabIndex = 22;
- this.button_6.Text = "6";
- this.button_6.UseVisualStyleBackColor = true;
- this.button_6.Click += new System.EventHandler(this.button_6_Click);
- //
- // button_7
- //
- this.button_7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.button_7.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button_7.Location = new System.Drawing.Point(60, 70);
- this.button_7.Name = "button_7";
- this.button_7.Size = new System.Drawing.Size(40, 40);
- 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(109, 70);
- this.button_8.Name = "button_8";
- this.button_8.Size = new System.Drawing.Size(40, 40);
- 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(157, 120);
- this.button_Divide.Name = "button_Divide";
- this.button_Divide.Size = new System.Drawing.Size(40, 40);
- 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("方正舒体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button_Or.Location = new System.Drawing.Point(156, 217);
- this.button_Or.Name = "button_Or";
- this.button_Or.Size = new System.Drawing.Size(86, 40);
- 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("方正舒体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button_And.Location = new System.Drawing.Point(10, 218);
- this.button_And.Name = "button_And";
- this.button_And.Size = new System.Drawing.Size(139, 40);
- 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(109, 21);
- this.button_3.Name = "button_3";
- this.button_3.Size = new System.Drawing.Size(40, 40);
- 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(59, 21);
- this.button_2.Name = "button_2";
- this.button_2.Size = new System.Drawing.Size(40, 40);
- 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(10, 21);
- this.button_1.Name = "button_1";
- this.button_1.Size = new System.Drawing.Size(40, 40);
- 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(204, 120);
- this.button_Equal.Name = "button_Equal";
- this.button_Equal.Size = new System.Drawing.Size(40, 40);
- 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(157, 169);
- this.button_RightParenthesis.Name = "button_RightParenthesis";
- this.button_RightParenthesis.Size = new System.Drawing.Size(40, 40);
- 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(109, 169);
- this.button_LeftParenthesis.Name = "button_LeftParenthesis";
- this.button_LeftParenthesis.Size = new System.Drawing.Size(40, 40);
- 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(59, 169);
- this.button_Less.Name = "button_Less";
- this.button_Less.Size = new System.Drawing.Size(40, 40);
- 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(10, 169);
- this.button_More.Name = "button_More";
- this.button_More.Size = new System.Drawing.Size(40, 40);
- 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(109, 120);
- this.button_Multiply.Name = "button_Multiply";
- this.button_Multiply.Size = new System.Drawing.Size(40, 40);
- 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(59, 120);
- this.button_Subtract.Name = "button_Subtract";
- this.button_Subtract.Size = new System.Drawing.Size(40, 40);
- 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(10, 120);
- this.button_Plus.Name = "button_Plus";
- this.button_Plus.Size = new System.Drawing.Size(40, 40);
- 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, 279);
- this.groupBox_XmlTree_MaxEDSRules.Name = "groupBox_XmlTree_MaxEDSRules";
- this.groupBox_XmlTree_MaxEDSRules.Size = new System.Drawing.Size(184, 67);
- 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(68, 28);
- this.textBox_MaxEDSTime.Name = "textBox_MaxEDSTime";
- this.textBox_MaxEDSTime.Size = new System.Drawing.Size(99, 21);
- this.textBox_MaxEDSTime.TabIndex = 21;
- this.textBox_MaxEDSTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // button_Backup
- //
- this.button_Backup.Location = new System.Drawing.Point(203, 323);
- this.button_Backup.Name = "button_Backup";
- this.button_Backup.Size = new System.Drawing.Size(161, 23);
- 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_Color
- //
- this.groupBox_Color.Controls.Add(this.btn_dbs);
- this.groupBox_Color.Controls.Add(this.label_Color);
- this.groupBox_Color.Location = new System.Drawing.Point(9, 176);
- this.groupBox_Color.Name = "groupBox_Color";
- this.groupBox_Color.Size = new System.Drawing.Size(184, 97);
- this.groupBox_Color.TabIndex = 1;
- this.groupBox_Color.TabStop = false;
- this.groupBox_Color.Text = "颜色选择";
- this.groupBox_Color.Click += new System.EventHandler(this.groupBox_Color_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(68, 39);
- this.btn_dbs.Margin = new System.Windows.Forms.Padding(2);
- this.btn_dbs.Name = "btn_dbs";
- this.btn_dbs.Size = new System.Drawing.Size(99, 25);
- 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(3, 44);
- this.label_Color.Name = "label_Color";
- this.label_Color.Size = new System.Drawing.Size(47, 12);
- this.label_Color.TabIndex = 1;
- this.label_Color.Text = "代表色:";
- //
- // button_Recover
- //
- this.button_Recover.Location = new System.Drawing.Point(203, 296);
- this.button_Recover.Name = "button_Recover";
- this.button_Recover.Size = new System.Drawing.Size(161, 23);
- 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);
- //
- // groupBox_ChemicalElement
- //
- this.groupBox_ChemicalElement.Controls.Add(this.comboBox_PeriodicTable);
- this.groupBox_ChemicalElement.Location = new System.Drawing.Point(203, 16);
- this.groupBox_ChemicalElement.Name = "groupBox_ChemicalElement";
- this.groupBox_ChemicalElement.Size = new System.Drawing.Size(204, 40);
- 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(64, 13);
- this.comboBox_PeriodicTable.Name = "comboBox_PeriodicTable";
- this.comboBox_PeriodicTable.Size = new System.Drawing.Size(131, 20);
- this.comboBox_PeriodicTable.TabIndex = 1;
- this.comboBox_PeriodicTable.SelectedIndexChanged += new System.EventHandler(this.comboBox_PeriodicTable_SelectedIndexChanged);
- this.comboBox_PeriodicTable.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBox_PeriodicTable_KeyDown);
- //
- // groupBox_OtherCommonlyUsedSymbols
- //
- this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Constants);
- this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_DefinedConstant);
- this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_Other);
- this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_ElementFormTwo);
- this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_ElementFormOne);
- this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem1);
- this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem);
- this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_ImgProperty);
- this.groupBox_OtherCommonlyUsedSymbols.Location = new System.Drawing.Point(199, 68);
- this.groupBox_OtherCommonlyUsedSymbols.Name = "groupBox_OtherCommonlyUsedSymbols";
- this.groupBox_OtherCommonlyUsedSymbols.Size = new System.Drawing.Size(208, 219);
- 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(107, 175);
- this.comboBox_Constants.Name = "comboBox_Constants";
- this.comboBox_Constants.Size = new System.Drawing.Size(96, 20);
- this.comboBox_Constants.TabIndex = 5;
- this.comboBox_Constants.SelectedIndexChanged += new System.EventHandler(this.comboBox_Constants_SelectedIndexChanged);
- //
- // label_DefinedConstant
- //
- this.label_DefinedConstant.AutoSize = true;
- this.label_DefinedConstant.Location = new System.Drawing.Point(6, 178);
- this.label_DefinedConstant.Name = "label_DefinedConstant";
- this.label_DefinedConstant.Size = new System.Drawing.Size(77, 12);
- this.label_DefinedConstant.TabIndex = 19;
- this.label_DefinedConstant.Text = "已定义常数:";
- //
- // label_Other
- //
- this.label_Other.AutoSize = true;
- this.label_Other.Location = new System.Drawing.Point(6, 131);
- this.label_Other.Name = "label_Other";
- this.label_Other.Size = new System.Drawing.Size(41, 12);
- this.label_Other.TabIndex = 10;
- this.label_Other.Text = "其它:";
- //
- // label_ElementFormTwo
- //
- this.label_ElementFormTwo.AutoSize = true;
- this.label_ElementFormTwo.Location = new System.Drawing.Point(6, 84);
- this.label_ElementFormTwo.Name = "label_ElementFormTwo";
- this.label_ElementFormTwo.Size = new System.Drawing.Size(77, 12);
- this.label_ElementFormTwo.TabIndex = 9;
- this.label_ElementFormTwo.Text = "元素形式二:";
- //
- // label_ElementFormOne
- //
- this.label_ElementFormOne.AutoSize = true;
- this.label_ElementFormOne.Location = new System.Drawing.Point(6, 34);
- this.label_ElementFormOne.Name = "label_ElementFormOne";
- this.label_ElementFormOne.Size = new System.Drawing.Size(77, 12);
- this.label_ElementFormOne.TabIndex = 8;
- this.label_ElementFormOne.Text = "元素形式一:";
- //
- // comboBox_Elem1
- //
- this.comboBox_Elem1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_Elem1.FormattingEnabled = true;
- this.comboBox_Elem1.Location = new System.Drawing.Point(107, 31);
- this.comboBox_Elem1.Name = "comboBox_Elem1";
- this.comboBox_Elem1.Size = new System.Drawing.Size(96, 20);
- this.comboBox_Elem1.TabIndex = 2;
- this.comboBox_Elem1.SelectedIndexChanged += new System.EventHandler(this.comboBox_Elem1_SelectedIndexChanged);
- //
- // comboBox_Elem
- //
- this.comboBox_Elem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_Elem.FormattingEnabled = true;
- this.comboBox_Elem.Location = new System.Drawing.Point(107, 81);
- this.comboBox_Elem.Name = "comboBox_Elem";
- this.comboBox_Elem.Size = new System.Drawing.Size(96, 20);
- this.comboBox_Elem.TabIndex = 3;
- this.comboBox_Elem.SelectedIndexChanged += new System.EventHandler(this.comboBox_Elem2_SelectedIndexChanged);
- //
- // comboBox_ImgProperty
- //
- this.comboBox_ImgProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_ImgProperty.FormattingEnabled = true;
- this.comboBox_ImgProperty.Location = new System.Drawing.Point(107, 128);
- this.comboBox_ImgProperty.Name = "comboBox_ImgProperty";
- this.comboBox_ImgProperty.Size = new System.Drawing.Size(96, 20);
- this.comboBox_ImgProperty.TabIndex = 4;
- this.comboBox_ImgProperty.SelectedIndexChanged += new System.EventHandler(this.comboBox_ImgProperty_SelectedIndexChanged);
- //
- // groupBox_XmlTree_STDlist1
- //
- this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Conductivity);
- 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_Electrical_conductivity);
- this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Density);
- this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Hardness);
- this.groupBox_XmlTree_STDlist1.Location = new System.Drawing.Point(9, 15);
- this.groupBox_XmlTree_STDlist1.Name = "groupBox_XmlTree_STDlist1";
- this.groupBox_XmlTree_STDlist1.Size = new System.Drawing.Size(184, 150);
- 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);
- //
- // label_Conductivity
- //
- this.label_Conductivity.AutoSize = true;
- this.label_Conductivity.Location = new System.Drawing.Point(3, 116);
- this.label_Conductivity.Name = "label_Conductivity";
- this.label_Conductivity.Size = new System.Drawing.Size(53, 12);
- this.label_Conductivity.TabIndex = 26;
- this.label_Conductivity.Text = "导电性:";
- //
- // label_Density
- //
- this.label_Density.AutoSize = true;
- this.label_Density.Location = new System.Drawing.Point(3, 71);
- this.label_Density.Name = "label_Density";
- this.label_Density.Size = new System.Drawing.Size(41, 12);
- this.label_Density.TabIndex = 25;
- this.label_Density.Text = "密度:";
- //
- // label_Hardness
- //
- this.label_Hardness.AutoSize = true;
- this.label_Hardness.Location = new System.Drawing.Point(3, 29);
- this.label_Hardness.Name = "label_Hardness";
- this.label_Hardness.Size = new System.Drawing.Size(41, 12);
- this.label_Hardness.TabIndex = 24;
- this.label_Hardness.Text = "硬度:";
- //
- // textBox_Electrical_conductivity
- //
- this.textBox_Electrical_conductivity.Location = new System.Drawing.Point(90, 113);
- this.textBox_Electrical_conductivity.Name = "textBox_Electrical_conductivity";
- this.textBox_Electrical_conductivity.Size = new System.Drawing.Size(77, 21);
- 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(90, 68);
- this.textBox_Density.Name = "textBox_Density";
- this.textBox_Density.Size = new System.Drawing.Size(77, 21);
- this.textBox_Density.TabIndex = 18;
- this.textBox_Density.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_Hardness
- //
- this.textBox_Hardness.Location = new System.Drawing.Point(90, 26);
- this.textBox_Hardness.Name = "textBox_Hardness";
- this.textBox_Hardness.Size = new System.Drawing.Size(77, 21);
- this.textBox_Hardness.TabIndex = 17;
- this.textBox_Hardness.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // button_Ok
- //
- this.button_Ok.Location = new System.Drawing.Point(443, 311);
- this.button_Ok.Name = "button_Ok";
- this.button_Ok.Size = new System.Drawing.Size(103, 36);
- 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(552, 310);
- this.button_Cancel.Name = "button_Cancel";
- this.button_Cancel.Size = new System.Drawing.Size(103, 36);
- 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(220, 6);
- this.textbox_STDEditor.Multiline = true;
- this.textbox_STDEditor.Name = "textbox_STDEditor";
- this.textbox_STDEditor.Size = new System.Drawing.Size(628, 97);
- this.textbox_STDEditor.TabIndex = 2;
- 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(101, 48);
- //
- // 新建标准库规则ToolStripMenuItem
- //
- this.新建标准库规则ToolStripMenuItem.Name = "新建标准库规则ToolStripMenuItem";
- this.新建标准库规则ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
- this.新建标准库规则ToolStripMenuItem.Text = "新建";
- this.新建标准库规则ToolStripMenuItem.Click += new System.EventHandler(this.AddTreeNode_Click);
- //
- // 删除ToolStripMenuItem
- //
- this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
- this.删除ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
- 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(1, 3);
- this.button_UpOrder.Name = "button_UpOrder";
- this.button_UpOrder.Size = new System.Drawing.Size(18, 72);
- 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(1, 81);
- this.button_DownOrder.Name = "button_DownOrder";
- this.button_DownOrder.Size = new System.Drawing.Size(18, 72);
- 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(0, 6);
- this.tabControl_Rules.Multiline = true;
- this.tabControl_Rules.Name = "tabControl_Rules";
- this.tabControl_Rules.SelectedIndex = 0;
- this.tabControl_Rules.Size = new System.Drawing.Size(214, 523);
- 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.Name = "tabPage_ClassificationRules";
- this.tabPage_ClassificationRules.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_ClassificationRules.Size = new System.Drawing.Size(166, 515);
- 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(1, 175);
- this.button_SpecialOrder.Name = "button_SpecialOrder";
- this.button_SpecialOrder.Size = new System.Drawing.Size(18, 194);
- 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(20, 0);
- this.XmlTree_STDlist.Name = "XmlTree_STDlist";
- this.XmlTree_STDlist.Size = new System.Drawing.Size(143, 512);
- 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.Name = "tabPage_MaxEDSRules";
- this.tabPage_MaxEDSRules.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_MaxEDSRules.Size = new System.Drawing.Size(166, 515);
- 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, 2);
- this.XmlTree_MaxEDSRules.Name = "XmlTree_MaxEDSRules";
- this.XmlTree_MaxEDSRules.Size = new System.Drawing.Size(163, 510);
- 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.Name = "tabPage_ZeroElementRules";
- this.tabPage_ZeroElementRules.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_ZeroElementRules.Size = new System.Drawing.Size(166, 515);
- 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(3, 3);
- this.XmlTree_ZeroElementRules.Name = "XmlTree_ZeroElementRules";
- this.XmlTree_ZeroElementRules.Size = new System.Drawing.Size(160, 509);
- 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.checkBox_3);
- this.tabPage_UserConstants.Controls.Add(this.label_ConstantSymbol);
- 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.Name = "tabPage_UserConstants";
- this.tabPage_UserConstants.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_UserConstants.Size = new System.Drawing.Size(166, 515);
- 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(2, 469);
- this.button_UpdateConstants.Name = "button_UpdateConstants";
- this.button_UpdateConstants.Size = new System.Drawing.Size(161, 30);
- this.button_UpdateConstants.TabIndex = 24;
- 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(99, 18);
- this.label_ConstantValue.Name = "label_ConstantValue";
- this.label_ConstantValue.Size = new System.Drawing.Size(17, 12);
- this.label_ConstantValue.TabIndex = 22;
- this.label_ConstantValue.Text = "值";
- //
- // checkBox_3
- //
- this.checkBox_3.AutoSize = true;
- this.checkBox_3.Location = new System.Drawing.Point(11, 158);
- this.checkBox_3.Name = "checkBox_3";
- this.checkBox_3.Size = new System.Drawing.Size(54, 16);
- 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);
- //
- // label_ConstantSymbol
- //
- this.label_ConstantSymbol.AutoSize = true;
- this.label_ConstantSymbol.Location = new System.Drawing.Point(13, 19);
- this.label_ConstantSymbol.Name = "label_ConstantSymbol";
- this.label_ConstantSymbol.Size = new System.Drawing.Size(53, 12);
- this.label_ConstantSymbol.TabIndex = 21;
- this.label_ConstantSymbol.Text = "常量符号";
- //
- // checkBox_0
- //
- this.checkBox_0.AutoSize = true;
- this.checkBox_0.Location = new System.Drawing.Point(11, 47);
- this.checkBox_0.Name = "checkBox_0";
- this.checkBox_0.Size = new System.Drawing.Size(54, 16);
- 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(78, 382);
- this.textBox_9.Name = "textBox_9";
- this.textBox_9.Size = new System.Drawing.Size(75, 21);
- this.textBox_9.TabIndex = 20;
- this.textBox_9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_0
- //
- this.textBox_0.Location = new System.Drawing.Point(78, 45);
- this.textBox_0.Name = "textBox_0";
- this.textBox_0.Size = new System.Drawing.Size(75, 21);
- 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(11, 385);
- this.checkBox_9.Name = "checkBox_9";
- this.checkBox_9.Size = new System.Drawing.Size(54, 16);
- 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(11, 84);
- this.checkBox_1.Name = "checkBox_1";
- this.checkBox_1.Size = new System.Drawing.Size(54, 16);
- 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(78, 344);
- this.textBox_8.Name = "textBox_8";
- this.textBox_8.Size = new System.Drawing.Size(75, 21);
- this.textBox_8.TabIndex = 18;
- this.textBox_8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_1
- //
- this.textBox_1.Location = new System.Drawing.Point(78, 81);
- this.textBox_1.Name = "textBox_1";
- this.textBox_1.Size = new System.Drawing.Size(75, 21);
- 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(11, 347);
- this.checkBox_8.Name = "checkBox_8";
- this.checkBox_8.Size = new System.Drawing.Size(54, 16);
- 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(11, 120);
- this.checkBox_2.Name = "checkBox_2";
- this.checkBox_2.Size = new System.Drawing.Size(54, 16);
- 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(78, 306);
- this.textBox_7.Name = "textBox_7";
- this.textBox_7.Size = new System.Drawing.Size(75, 21);
- this.textBox_7.TabIndex = 16;
- this.textBox_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_2
- //
- this.textBox_2.Location = new System.Drawing.Point(78, 118);
- this.textBox_2.Name = "textBox_2";
- this.textBox_2.Size = new System.Drawing.Size(75, 21);
- 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(11, 309);
- this.checkBox_7.Name = "checkBox_7";
- this.checkBox_7.Size = new System.Drawing.Size(54, 16);
- 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(78, 155);
- this.textBox_3.Name = "textBox_3";
- this.textBox_3.Size = new System.Drawing.Size(75, 21);
- this.textBox_3.TabIndex = 8;
- this.textBox_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_6
- //
- this.textBox_6.Location = new System.Drawing.Point(78, 269);
- this.textBox_6.Name = "textBox_6";
- this.textBox_6.Size = new System.Drawing.Size(75, 21);
- 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(11, 196);
- this.checkBox_4.Name = "checkBox_4";
- this.checkBox_4.Size = new System.Drawing.Size(54, 16);
- 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(11, 273);
- this.checkBox_6.Name = "checkBox_6";
- this.checkBox_6.Size = new System.Drawing.Size(54, 16);
- 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(78, 193);
- this.textBox_4.Name = "textBox_4";
- this.textBox_4.Size = new System.Drawing.Size(75, 21);
- this.textBox_4.TabIndex = 10;
- this.textBox_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // textBox_5
- //
- this.textBox_5.Location = new System.Drawing.Point(78, 231);
- this.textBox_5.Name = "textBox_5";
- this.textBox_5.Size = new System.Drawing.Size(75, 21);
- 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(11, 233);
- this.checkBox_5.Name = "checkBox_5";
- this.checkBox_5.Size = new System.Drawing.Size(54, 16);
- 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(220, 150);
- this.label_SubElements.Name = "label_SubElements";
- this.label_SubElements.Size = new System.Drawing.Size(65, 12);
- this.label_SubElements.TabIndex = 26;
- this.label_SubElements.Text = "次要元素:";
- //
- // label_KeyElements
- //
- this.label_KeyElements.AutoSize = true;
- this.label_KeyElements.Location = new System.Drawing.Point(220, 116);
- this.label_KeyElements.Name = "label_KeyElements";
- this.label_KeyElements.Size = new System.Drawing.Size(65, 12);
- 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(297, 109);
- this.dataGridView_KeyElements.Name = "dataGridView_KeyElements";
- this.dataGridView_KeyElements.RowTemplate.Height = 23;
- this.dataGridView_KeyElements.Size = new System.Drawing.Size(551, 29);
- 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(297, 144);
- this.dataGridView_SubElements.Name = "dataGridView_SubElements";
- this.dataGridView_SubElements.RowTemplate.Height = 23;
- this.dataGridView_SubElements.Size = new System.Drawing.Size(551, 28);
- this.dataGridView_SubElements.TabIndex = 28;
- this.dataGridView_SubElements.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_SubElements_CellClick);
- //
- // panel_OTSPeriodicTable
- //
- this.panel_OTSPeriodicTable.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel_OTSPeriodicTable.BackgroundImage")));
- this.panel_OTSPeriodicTable.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.panel_OTSPeriodicTable.Location = new System.Drawing.Point(895, 2);
- this.panel_OTSPeriodicTable.Name = "panel_OTSPeriodicTable";
- this.panel_OTSPeriodicTable.Size = new System.Drawing.Size(680, 527);
- this.panel_OTSPeriodicTable.TabIndex = 4;
- this.panel_OTSPeriodicTable.Visible = false;
- //
- // PeriodicTableSwitch
- //
- this.PeriodicTableSwitch.BackColor = System.Drawing.SystemColors.Control;
- this.PeriodicTableSwitch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.PeriodicTableSwitch.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PeriodicTableSwitch.Location = new System.Drawing.Point(854, 5);
- this.PeriodicTableSwitch.Name = "PeriodicTableSwitch";
- this.PeriodicTableSwitch.Size = new System.Drawing.Size(29, 97);
- this.PeriodicTableSwitch.TabIndex = 22;
- this.PeriodicTableSwitch.UseVisualStyleBackColor = false;
- this.PeriodicTableSwitch.Click += new System.EventHandler(this.PeriodicTableSwitch_Click);
- //
- // Form_ConstantsEditor
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.AutoScroll = true;
- this.ClientSize = new System.Drawing.Size(1580, 530);
- this.Controls.Add(this.dataGridView_SubElements);
- this.Controls.Add(this.dataGridView_KeyElements);
- this.Controls.Add(this.label_SubElements);
- this.Controls.Add(this.label_KeyElements);
- this.Controls.Add(this.tabControl_Rules);
- this.Controls.Add(this.panel_OTSPeriodicTable);
- this.Controls.Add(this.PeriodicTableSwitch);
- this.Controls.Add(this.textbox_STDEditor);
- this.Controls.Add(this.groupBox_Data);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "Form_ConstantsEditor";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "标准库编辑器";
- this.Load += new System.EventHandler(this.Form_ConstantsEditor_Load);
- this.Click += new System.EventHandler(this.Form_ConstantsEditor_Click);
- this.groupBox_Data.ResumeLayout(false);
- this.groupBox_CalculatingSymbols.ResumeLayout(false);
- this.groupBox_XmlTree_MaxEDSRules.ResumeLayout(false);
- this.groupBox_XmlTree_MaxEDSRules.PerformLayout();
- this.groupBox_Color.ResumeLayout(false);
- this.groupBox_Color.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.ResumeLayout(false);
- this.PerformLayout();
- }
- #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;
- private System.Windows.Forms.GroupBox groupBox_Color;
- 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.Label label_ConstantValue;
- private System.Windows.Forms.Label label_ConstantSymbol;
- 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.Button button_UpdateConstants;
- 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.GroupBox groupBox_CalculatingSymbols;
- 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 button_0;
- }
- }
|