123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695 |
- namespace OTSPartA_STDEditor
- {
- partial class Form_MaxEDSRules
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.XmlTreeMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.新建标准库规则ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.XmlTree_MaxEDSRules = new System.Windows.Forms.TreeView();
- this.button_Cancel = new System.Windows.Forms.Button();
- this.textbox_STDEditor = new System.Windows.Forms.TextBox();
- this.button_Ok = new System.Windows.Forms.Button();
- 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.groupBox_CalculatingSymbols = new System.Windows.Forms.GroupBox();
- this.button_Subtract = new System.Windows.Forms.Button();
- this.button_Plus = new System.Windows.Forms.Button();
- this.groupBox_Data = new System.Windows.Forms.GroupBox();
- this.groupBox_XmlTree_MaxEDSRules = new System.Windows.Forms.GroupBox();
- this.label1 = new System.Windows.Forms.Label();
- this.textBox_MaxEDSTime = new System.Windows.Forms.TextBox();
- 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.PeriodicTableSwitch = new System.Windows.Forms.Button();
- this.XmlTreeMenuStrip.SuspendLayout();
- this.groupBox_CalculatingSymbols.SuspendLayout();
- this.groupBox_Data.SuspendLayout();
- this.groupBox_XmlTree_MaxEDSRules.SuspendLayout();
- this.groupBox_ChemicalElement.SuspendLayout();
- this.groupBox_OtherCommonlyUsedSymbols.SuspendLayout();
- this.SuspendLayout();
- //
- // 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);
- //
- // XmlTree_MaxEDSRules
- //
- this.XmlTree_MaxEDSRules.ContextMenuStrip = this.XmlTreeMenuStrip;
- this.XmlTree_MaxEDSRules.HideSelection = false;
- this.XmlTree_MaxEDSRules.Location = new System.Drawing.Point(12, 12);
- this.XmlTree_MaxEDSRules.Name = "XmlTree_MaxEDSRules";
- this.XmlTree_MaxEDSRules.Size = new System.Drawing.Size(183, 523);
- 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);
- //
- // 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(222, 12);
- this.textbox_STDEditor.Multiline = true;
- this.textbox_STDEditor.Name = "textbox_STDEditor";
- this.textbox_STDEditor.Size = new System.Drawing.Size(628, 166);
- this.textbox_STDEditor.TabIndex = 30;
- //
- // 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_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);
- //
- // 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, 269);
- this.groupBox_CalculatingSymbols.TabIndex = 31;
- this.groupBox_CalculatingSymbols.TabStop = false;
- this.groupBox_CalculatingSymbols.Text = "运算符号";
- //
- // 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_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_Recover);
- this.groupBox_Data.Controls.Add(this.groupBox_ChemicalElement);
- this.groupBox_Data.Controls.Add(this.groupBox_OtherCommonlyUsedSymbols);
- 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(222, 184);
- this.groupBox_Data.Name = "groupBox_Data";
- this.groupBox_Data.Size = new System.Drawing.Size(669, 351);
- this.groupBox_Data.TabIndex = 29;
- this.groupBox_Data.TabStop = false;
- //
- // groupBox_XmlTree_MaxEDSRules
- //
- this.groupBox_XmlTree_MaxEDSRules.Controls.Add(this.label1);
- this.groupBox_XmlTree_MaxEDSRules.Controls.Add(this.textBox_MaxEDSTime);
- this.groupBox_XmlTree_MaxEDSRules.Location = new System.Drawing.Point(9, 179);
- this.groupBox_XmlTree_MaxEDSRules.Name = "groupBox_XmlTree_MaxEDSRules";
- this.groupBox_XmlTree_MaxEDSRules.Size = new System.Drawing.Size(184, 106);
- this.groupBox_XmlTree_MaxEDSRules.TabIndex = 30;
- this.groupBox_XmlTree_MaxEDSRules.TabStop = false;
- this.groupBox_XmlTree_MaxEDSRules.Text = "MaxEDSTime";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(158, 48);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(17, 12);
- this.label1.TabIndex = 22;
- this.label1.Text = "ms";
- //
- // textBox_MaxEDSTime
- //
- this.textBox_MaxEDSTime.Location = new System.Drawing.Point(55, 45);
- 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_Recover
- //
- this.button_Recover.Location = new System.Drawing.Point(6, 324);
- this.button_Recover.Name = "button_Recover";
- this.button_Recover.Size = new System.Drawing.Size(184, 23);
- this.button_Recover.TabIndex = 25;
- this.button_Recover.Text = "恢复至出厂默认值";
- this.button_Recover.UseVisualStyleBackColor = true;
- this.button_Recover.Visible = false;
- 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(9, 20);
- this.groupBox_ChemicalElement.Name = "groupBox_ChemicalElement";
- this.groupBox_ChemicalElement.Size = new System.Drawing.Size(184, 148);
- this.groupBox_ChemicalElement.TabIndex = 5;
- this.groupBox_ChemicalElement.TabStop = false;
- this.groupBox_ChemicalElement.Text = "化学元素";
- //
- // comboBox_PeriodicTable
- //
- this.comboBox_PeriodicTable.FormattingEnabled = true;
- this.comboBox_PeriodicTable.Location = new System.Drawing.Point(21, 40);
- this.comboBox_PeriodicTable.Name = "comboBox_PeriodicTable";
- this.comboBox_PeriodicTable.Size = new System.Drawing.Size(149, 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, 20);
- this.groupBox_OtherCommonlyUsedSymbols.Name = "groupBox_OtherCommonlyUsedSymbols";
- this.groupBox_OtherCommonlyUsedSymbols.Size = new System.Drawing.Size(208, 265);
- this.groupBox_OtherCommonlyUsedSymbols.TabIndex = 3;
- this.groupBox_OtherCommonlyUsedSymbols.TabStop = false;
- this.groupBox_OtherCommonlyUsedSymbols.Text = "其它常用符号";
- //
- // comboBox_Constants
- //
- this.comboBox_Constants.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_Constants.FormattingEnabled = true;
- this.comboBox_Constants.Location = new System.Drawing.Point(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);
- //
- // PeriodicTableSwitch
- //
- this.PeriodicTableSwitch.BackColor = System.Drawing.SystemColors.Control;
- this.PeriodicTableSwitch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- 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(856, 11);
- this.PeriodicTableSwitch.Name = "PeriodicTableSwitch";
- this.PeriodicTableSwitch.Size = new System.Drawing.Size(29, 167);
- this.PeriodicTableSwitch.TabIndex = 33;
- this.PeriodicTableSwitch.UseVisualStyleBackColor = false;
- this.PeriodicTableSwitch.Click += new System.EventHandler(this.PeriodicTableSwitch_Click);
- //
- // Form_MaxEDSRules
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.ClientSize = new System.Drawing.Size(894, 542);
- this.Controls.Add(this.XmlTree_MaxEDSRules);
- this.Controls.Add(this.textbox_STDEditor);
- this.Controls.Add(this.groupBox_Data);
- this.Controls.Add(this.PeriodicTableSwitch);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(910, 581);
- this.MinimumSize = new System.Drawing.Size(910, 581);
- this.Name = "Form_MaxEDSRules";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Form_MaxEDSRules";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_MaxEDSRules_FormClosing);
- this.Load += new System.EventHandler(this.Form_MaxEDSRules_Load);
- this.XmlTreeMenuStrip.ResumeLayout(false);
- this.groupBox_CalculatingSymbols.ResumeLayout(false);
- this.groupBox_Data.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.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ContextMenuStrip XmlTreeMenuStrip;
- private System.Windows.Forms.ToolStripMenuItem 新建标准库规则ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
- private System.Windows.Forms.TreeView XmlTree_MaxEDSRules;
- private System.Windows.Forms.Button button_Cancel;
- private System.Windows.Forms.TextBox textbox_STDEditor;
- private System.Windows.Forms.Button button_Ok;
- 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.GroupBox groupBox_CalculatingSymbols;
- private System.Windows.Forms.Button button_Subtract;
- private System.Windows.Forms.Button button_Plus;
- private System.Windows.Forms.GroupBox groupBox_Data;
- private System.Windows.Forms.GroupBox groupBox_XmlTree_MaxEDSRules;
- private System.Windows.Forms.TextBox textBox_MaxEDSTime;
- private System.Windows.Forms.Button button_Recover;
- private System.Windows.Forms.GroupBox groupBox_ChemicalElement;
- private System.Windows.Forms.ComboBox comboBox_PeriodicTable;
- private System.Windows.Forms.GroupBox groupBox_OtherCommonlyUsedSymbols;
- private System.Windows.Forms.ComboBox comboBox_Constants;
- private System.Windows.Forms.Label label_DefinedConstant;
- private System.Windows.Forms.Label label_Other;
- private System.Windows.Forms.Label label_ElementFormTwo;
- private System.Windows.Forms.Label label_ElementFormOne;
- private System.Windows.Forms.ComboBox comboBox_Elem1;
- private System.Windows.Forms.ComboBox comboBox_Elem;
- private System.Windows.Forms.ComboBox comboBox_ImgProperty;
- private System.Windows.Forms.Button PeriodicTableSwitch;
- private System.Windows.Forms.Label label1;
- }
- }
|