namespace Stone.WinModule.BasicData { partial class frmJISLimitsDetail { /// /// 必需的设计器变量。 /// 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.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.txtpartNumber = new Stone.WinModule.MyControl.MySelectTextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtsupplyGroup = new Stone.WinModule.MyControl.MySelectTextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtPartsFamily = new Stone.WinModule.MyControl.MySelectTextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnAddNewLine // this.btnAddNewLine.Location = new System.Drawing.Point(41, 191); // // btnClose // this.btnClose.Location = new System.Drawing.Point(254, 191); // // btnOK // this.btnOK.Location = new System.Drawing.Point(167, 191); // // txtpartNumber // this.txtpartNumber.Location = new System.Drawing.Point(119, 119); this.txtpartNumber.Name = "txtpartNumber"; this.txtpartNumber.ReadOnly = false; this.txtpartNumber.Size = new System.Drawing.Size(216, 21); this.txtpartNumber.TabIndex = 114; this.txtpartNumber.OnSelectClick += new System.EventHandler(this.txtpartNumber_OnSelectClick); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(53, 122); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 113; this.label3.Text = "零件号:"; // // txtsupplyGroup // this.txtsupplyGroup.Location = new System.Drawing.Point(119, 78); this.txtsupplyGroup.Name = "txtsupplyGroup"; this.txtsupplyGroup.ReadOnly = false; this.txtsupplyGroup.Size = new System.Drawing.Size(216, 21); this.txtsupplyGroup.TabIndex = 112; this.txtsupplyGroup.OnSelectClick += new System.EventHandler(this.txtsupplyGroup_OnSelectClick); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(53, 81); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 111; this.label2.Text = "供应组:"; // // txtPartsFamily // this.txtPartsFamily.Location = new System.Drawing.Point(119, 37); this.txtPartsFamily.Name = "txtPartsFamily"; this.txtPartsFamily.ReadOnly = false; this.txtPartsFamily.Size = new System.Drawing.Size(216, 21); this.txtPartsFamily.TabIndex = 110; this.txtPartsFamily.OnSelectClick += new System.EventHandler(this.txtPartsFamily_OnSelectClick); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(53, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 109; this.label1.Text = "零件类:"; // // frmJISLimitsDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(381, 277); this.Controls.Add(this.txtpartNumber); this.Controls.Add(this.label3); this.Controls.Add(this.txtsupplyGroup); this.Controls.Add(this.label2); this.Controls.Add(this.txtPartsFamily); this.Controls.Add(this.label1); this.Name = "frmJISLimitsDetail"; this.Load += new System.EventHandler(this.frmColorDetail_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.txtPartsFamily, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtsupplyGroup, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtpartNumber, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ColorDialog colorDialog1; private MyControl.MySelectTextBox txtpartNumber; private System.Windows.Forms.Label label3; private MyControl.MySelectTextBox txtsupplyGroup; private System.Windows.Forms.Label label2; private MyControl.MySelectTextBox txtPartsFamily; private System.Windows.Forms.Label label1; } }