namespace CNAS_DBSync { partial class frmAddSubtract { /// /// 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.pnlAll = new System.Windows.Forms.Panel(); this.btnOK = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cbxParams2 = new System.Windows.Forms.ComboBox(); this.btnSelect3 = new System.Windows.Forms.Button(); this.btnSelect1 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.txtPrama3 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtPrama1 = new System.Windows.Forms.TextBox(); this.pnlAll.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pnlAll // this.pnlAll.Controls.Add(this.btnOK); this.pnlAll.Controls.Add(this.groupBox1); this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlAll.Location = new System.Drawing.Point(0, 0); this.pnlAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.pnlAll.Name = "pnlAll"; this.pnlAll.Size = new System.Drawing.Size(811, 326); this.pnlAll.TabIndex = 1; // // btnOK // this.btnOK.Location = new System.Drawing.Point(678, 275); this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(120, 38); this.btnOK.TabIndex = 1; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.SystemColors.Control; this.groupBox1.Controls.Add(this.cbxParams2); this.groupBox1.Controls.Add(this.btnSelect3); this.groupBox1.Controls.Add(this.btnSelect1); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.txtPrama3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.txtPrama1); this.groupBox1.Location = new System.Drawing.Point(16, 14); this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupBox1.Size = new System.Drawing.Size(782, 253); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "参数"; // // cbxParams2 // this.cbxParams2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxParams2.FormattingEnabled = true; this.cbxParams2.Items.AddRange(new object[] { "数值相加", "数值相减"}); this.cbxParams2.Location = new System.Drawing.Point(120, 100); this.cbxParams2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbxParams2.Name = "cbxParams2"; this.cbxParams2.Size = new System.Drawing.Size(466, 23); this.cbxParams2.TabIndex = 9; // // btnSelect3 // this.btnSelect3.Location = new System.Drawing.Point(662, 171); this.btnSelect3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnSelect3.Name = "btnSelect3"; this.btnSelect3.Size = new System.Drawing.Size(88, 29); this.btnSelect3.TabIndex = 8; this.btnSelect3.Text = "选择"; this.btnSelect3.UseVisualStyleBackColor = true; this.btnSelect3.Click += new System.EventHandler(this.btnSelect3_Click); // // btnSelect1 // this.btnSelect1.Location = new System.Drawing.Point(662, 26); this.btnSelect1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnSelect1.Name = "btnSelect1"; this.btnSelect1.Size = new System.Drawing.Size(88, 29); this.btnSelect1.TabIndex = 6; this.btnSelect1.Text = "选择"; this.btnSelect1.UseVisualStyleBackColor = true; this.btnSelect1.Click += new System.EventHandler(this.btnSelect1_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(44, 176); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(60, 15); this.label3.TabIndex = 5; this.label3.Text = "参数3:"; // // txtPrama3 // this.txtPrama3.Location = new System.Drawing.Point(120, 171); this.txtPrama3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtPrama3.Name = "txtPrama3"; this.txtPrama3.Size = new System.Drawing.Size(466, 25); this.txtPrama3.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(44, 104); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(60, 15); this.label2.TabIndex = 3; this.label2.Text = "参数2:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(44, 30); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 15); this.label1.TabIndex = 1; this.label1.Text = "参数1:"; // // txtPrama1 // this.txtPrama1.Location = new System.Drawing.Point(120, 26); this.txtPrama1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txtPrama1.Name = "txtPrama1"; this.txtPrama1.Size = new System.Drawing.Size(466, 25); this.txtPrama1.TabIndex = 0; // // frmAddSubtract // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(811, 326); this.Controls.Add(this.pnlAll); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmAddSubtract"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "添加参数(加/减)"; this.Load += new System.EventHandler(this.frmAddSubtract_Load); this.pnlAll.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnlAll; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ComboBox cbxParams2; private System.Windows.Forms.Button btnSelect3; private System.Windows.Forms.Button btnSelect1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtPrama3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtPrama1; } }