namespace Stone.WinModule.BasicData { partial class frmTTZ_RuleDetail { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.txtValue = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txt_code1 = new System.Windows.Forms.TextBox(); this.lb_code1 = new System.Windows.Forms.Label(); this.txtCartype = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cob_Position = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.txt_code2 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btnAddNewLine // this.btnAddNewLine.Location = new System.Drawing.Point(120, 284); this.btnAddNewLine.Margin = new System.Windows.Forms.Padding(5); // // btnClose // this.btnClose.Location = new System.Drawing.Point(404, 284); this.btnClose.Margin = new System.Windows.Forms.Padding(5); // // btnOK // this.btnOK.Location = new System.Drawing.Point(288, 284); this.btnOK.Margin = new System.Windows.Forms.Padding(5); // // txtValue // this.txtValue.Location = new System.Drawing.Point(153, 219); this.txtValue.Margin = new System.Windows.Forms.Padding(4); this.txtValue.Name = "txtValue"; this.txtValue.Size = new System.Drawing.Size(359, 25); this.txtValue.TabIndex = 138; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(45, 223); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(47, 15); this.label4.TabIndex = 144; this.label4.Text = "value"; // // txt_code1 // this.txt_code1.Location = new System.Drawing.Point(154, 125); this.txt_code1.Margin = new System.Windows.Forms.Padding(4); this.txt_code1.Name = "txt_code1"; this.txt_code1.Size = new System.Drawing.Size(359, 25); this.txt_code1.TabIndex = 137; // // lb_code1 // this.lb_code1.AutoSize = true; this.lb_code1.Location = new System.Drawing.Point(46, 128); this.lb_code1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lb_code1.Name = "lb_code1"; this.lb_code1.Size = new System.Drawing.Size(47, 15); this.lb_code1.TabIndex = 143; this.lb_code1.Text = "code1"; // // txtCartype // this.txtCartype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.txtCartype.FormattingEnabled = true; this.txtCartype.Location = new System.Drawing.Point(153, 29); this.txtCartype.Margin = new System.Windows.Forms.Padding(4); this.txtCartype.Name = "txtCartype"; this.txtCartype.Size = new System.Drawing.Size(359, 23); this.txtCartype.TabIndex = 131; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(45, 34); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 15); this.label1.TabIndex = 141; this.label1.Text = "cartype"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(46, 81); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 15); this.label2.TabIndex = 141; this.label2.Text = "position"; // // cob_Position // this.cob_Position.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cob_Position.FormattingEnabled = true; this.cob_Position.Items.AddRange(new object[] { "", "FL", "FR", "RL", "RR"}); this.cob_Position.Location = new System.Drawing.Point(154, 76); this.cob_Position.Margin = new System.Windows.Forms.Padding(4); this.cob_Position.Name = "cob_Position"; this.cob_Position.Size = new System.Drawing.Size(131, 23); this.cob_Position.TabIndex = 131; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(45, 175); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(47, 15); this.label5.TabIndex = 143; this.label5.Text = "code2"; // // txt_code2 // this.txt_code2.Location = new System.Drawing.Point(153, 172); this.txt_code2.Margin = new System.Windows.Forms.Padding(4); this.txt_code2.Name = "txt_code2"; this.txt_code2.Size = new System.Drawing.Size(359, 25); this.txt_code2.TabIndex = 137; // // frmTTZ_RuleDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.ClientSize = new System.Drawing.Size(584, 371); this.Controls.Add(this.txtValue); this.Controls.Add(this.label4); this.Controls.Add(this.txt_code2); this.Controls.Add(this.label5); this.Controls.Add(this.txt_code1); this.Controls.Add(this.lb_code1); this.Controls.Add(this.cob_Position); this.Controls.Add(this.label2); this.Controls.Add(this.txtCartype); this.Controls.Add(this.label1); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "frmTTZ_RuleDetail"; this.Load += new System.EventHandler(this.frmTTZ_RuleDetail_Load); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.btnAddNewLine, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtCartype, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.cob_Position, 0); this.Controls.SetChildIndex(this.lb_code1, 0); this.Controls.SetChildIndex(this.txt_code1, 0); this.Controls.SetChildIndex(this.label5, 0); this.Controls.SetChildIndex(this.txt_code2, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtValue, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtValue; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txt_code1; private System.Windows.Forms.Label lb_code1; private System.Windows.Forms.ComboBox txtCartype; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cob_Position; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txt_code2; } }