namespace CNAS_DBSync
{
partial class frmConditionParam
{
///
/// 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.btnSelect3 = new System.Windows.Forms.Button();
this.btnSelect2 = 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.txtPrama2 = new System.Windows.Forms.TextBox();
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(3, 4, 3, 4);
this.pnlAll.Name = "pnlAll";
this.pnlAll.Size = new System.Drawing.Size(435, 184);
this.pnlAll.TabIndex = 0;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(336, 149);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(90, 30);
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.btnSelect3);
this.groupBox1.Controls.Add(this.btnSelect2);
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.txtPrama2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtPrama1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(414, 131);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "条件XXX参数";
//
// btnSelect3
//
this.btnSelect3.Location = new System.Drawing.Point(270, 89);
this.btnSelect3.Name = "btnSelect3";
this.btnSelect3.Size = new System.Drawing.Size(66, 23);
this.btnSelect3.TabIndex = 8;
this.btnSelect3.Text = "选择";
this.btnSelect3.UseVisualStyleBackColor = true;
this.btnSelect3.Click += new System.EventHandler(this.btnSelect3_Click);
//
// btnSelect2
//
this.btnSelect2.Location = new System.Drawing.Point(270, 60);
this.btnSelect2.Name = "btnSelect2";
this.btnSelect2.Size = new System.Drawing.Size(66, 23);
this.btnSelect2.TabIndex = 7;
this.btnSelect2.Text = "选择";
this.btnSelect2.UseVisualStyleBackColor = true;
this.btnSelect2.Click += new System.EventHandler(this.btnSelect2_Click);
//
// btnSelect1
//
this.btnSelect1.Location = new System.Drawing.Point(270, 31);
this.btnSelect1.Name = "btnSelect1";
this.btnSelect1.Size = new System.Drawing.Size(66, 23);
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(19, 92);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(51, 17);
this.label3.TabIndex = 5;
this.label3.Text = "参数3:";
//
// txtPrama3
//
this.txtPrama3.Location = new System.Drawing.Point(76, 89);
this.txtPrama3.Name = "txtPrama3";
this.txtPrama3.Size = new System.Drawing.Size(188, 23);
this.txtPrama3.TabIndex = 4;
this.txtPrama3.TextChanged += new System.EventHandler(this.txtPrama3_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(19, 63);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 17);
this.label2.TabIndex = 3;
this.label2.Text = "参数2:";
//
// txtPrama2
//
this.txtPrama2.Location = new System.Drawing.Point(76, 60);
this.txtPrama2.Name = "txtPrama2";
this.txtPrama2.Size = new System.Drawing.Size(188, 23);
this.txtPrama2.TabIndex = 2;
this.txtPrama2.TextChanged += new System.EventHandler(this.txtPrama2_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(19, 34);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(51, 17);
this.label1.TabIndex = 1;
this.label1.Text = "参数1:";
//
// txtPrama1
//
this.txtPrama1.Location = new System.Drawing.Point(76, 31);
this.txtPrama1.Name = "txtPrama1";
this.txtPrama1.Size = new System.Drawing.Size(188, 23);
this.txtPrama1.TabIndex = 0;
//
// frmConditionParam
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(435, 184);
this.Controls.Add(this.pnlAll);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmConditionParam";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "添加参数(SUB)";
this.Load += new System.EventHandler(this.frmConditionParam_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.Button btnSelect3;
private System.Windows.Forms.Button btnSelect2;
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.TextBox txtPrama2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtPrama1;
}
}