namespace Core.LgMes.Client.LgIntegrationQuery { partial class DialogFormula { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.panel3 = new System.Windows.Forms.Panel(); this.button8 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.textBox2); this.panel1.Controls.Add(this.textBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(620, 39); this.panel1.TabIndex = 0; // // button1 // this.button1.Location = new System.Drawing.Point(405, 9); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(43, 23); this.button1.TabIndex = 1; this.button1.Text = "←"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox1 // this.textBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox1.Location = new System.Drawing.Point(12, 7); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(387, 26); this.textBox1.TabIndex = 0; // // panel3 // this.panel3.Controls.Add(this.button8); this.panel3.Controls.Add(this.button7); this.panel3.Controls.Add(this.button6); this.panel3.Controls.Add(this.button5); this.panel3.Controls.Add(this.button4); this.panel3.Controls.Add(this.button3); this.panel3.Controls.Add(this.button2); this.panel3.Dock = System.Windows.Forms.DockStyle.Right; this.panel3.Location = new System.Drawing.Point(539, 39); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(81, 363); this.panel3.TabIndex = 2; // // button8 // this.button8.Location = new System.Drawing.Point(14, 181); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(57, 23); this.button8.TabIndex = 1; this.button8.Text = "添加"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // button7 // this.button7.Location = new System.Drawing.Point(14, 151); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(57, 23); this.button7.TabIndex = 0; this.button7.Text = ")"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.Button_Click); // // button6 // this.button6.Location = new System.Drawing.Point(14, 122); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(57, 23); this.button6.TabIndex = 0; this.button6.Text = "("; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.Button_Click); // // button5 // this.button5.Location = new System.Drawing.Point(14, 93); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(57, 23); this.button5.TabIndex = 0; this.button5.Text = "/"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.Button_Click); // // button4 // this.button4.Location = new System.Drawing.Point(14, 64); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(57, 23); this.button4.TabIndex = 0; this.button4.Text = "*"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.Button_Click); // // button3 // this.button3.Location = new System.Drawing.Point(14, 35); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(57, 23); this.button3.TabIndex = 0; this.button3.Text = "-"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.Button_Click); // // button2 // this.button2.Location = new System.Drawing.Point(14, 6); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(57, 23); this.button2.TabIndex = 0; this.button2.Text = "+"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.Button_Click); // // textBox2 // this.textBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox2.Location = new System.Drawing.Point(525, 7); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(83, 26); this.textBox2.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(463, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 16); this.label1.TabIndex = 2; this.label1.Text = "列名:"; // // DialogFormula // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(620, 402); this.Controls.Add(this.panel3); this.Controls.Add(this.panel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "DialogFormula"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "化学成分计算公试式"; this.Load += new System.EventHandler(this.DialogFormula_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button8; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label1; } }