namespace Stone.WinModule.BasicData { partial class frmFeatureDetail { /// /// 必需的设计器变量。 /// 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.label8 = new System.Windows.Forms.Label(); this.txtSupplyGroupCode = new Stone.WinModule.MyControl.MySelectTextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtPartsFamilyCode = new Stone.WinModule.MyControl.MySelectTextBox(); this.txtMatchCode = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtGroups = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.txtCarModelCode = new Stone.WinModule.MyControl.MySelectTextBox(); this.txtMemo = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.txtCode = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnAddNewLine // this.btnAddNewLine.Location = new System.Drawing.Point(40, 295); // // btnClose // this.btnClose.Location = new System.Drawing.Point(253, 295); // // btnOK // this.btnOK.Location = new System.Drawing.Point(166, 295); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(35, 209); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 149; this.label8.Text = "供应组:"; // // txtSupplyGroupCode // this.txtSupplyGroupCode.Location = new System.Drawing.Point(107, 205); this.txtSupplyGroupCode.Name = "txtSupplyGroupCode"; this.txtSupplyGroupCode.ReadOnly = false; this.txtSupplyGroupCode.Size = new System.Drawing.Size(222, 21); this.txtSupplyGroupCode.TabIndex = 140; this.txtSupplyGroupCode.OnSelectClick += new System.EventHandler(this.txtSupplyGroupCode_OnSelectClick); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(35, 179); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 148; this.label7.Text = "零件类:"; // // txtPartsFamilyCode // this.txtPartsFamilyCode.Location = new System.Drawing.Point(107, 175); this.txtPartsFamilyCode.Name = "txtPartsFamilyCode"; this.txtPartsFamilyCode.ReadOnly = false; this.txtPartsFamilyCode.Size = new System.Drawing.Size(222, 21); this.txtPartsFamilyCode.TabIndex = 139; this.txtPartsFamilyCode.OnSelectClick += new System.EventHandler(this.txtPartsFamilyCode_OnSelectClick); // // txtMatchCode // this.txtMatchCode.Location = new System.Drawing.Point(107, 115); this.txtMatchCode.MaxLength = 100; this.txtMatchCode.Name = "txtMatchCode"; this.txtMatchCode.Size = new System.Drawing.Size(222, 21); this.txtMatchCode.TabIndex = 137; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(23, 119); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 147; this.label5.Text = "匹配车型:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(47, 29); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 146; this.label4.Text = "分组:"; // // txtGroups // this.txtGroups.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.txtGroups.FormattingEnabled = true; this.txtGroups.Location = new System.Drawing.Point(107, 26); this.txtGroups.Name = "txtGroups"; this.txtGroups.Size = new System.Drawing.Size(222, 20); this.txtGroups.TabIndex = 134; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(47, 149); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 145; this.label3.Text = "车型:"; // // txtCarModelCode // this.txtCarModelCode.Location = new System.Drawing.Point(107, 145); this.txtCarModelCode.Name = "txtCarModelCode"; this.txtCarModelCode.ReadOnly = false; this.txtCarModelCode.Size = new System.Drawing.Size(222, 21); this.txtCarModelCode.TabIndex = 138; this.txtCarModelCode.OnSelectClick += new System.EventHandler(this.txtCarModelCode_OnSelectClick); // // txtMemo // this.txtMemo.Location = new System.Drawing.Point(107, 235); this.txtMemo.MaxLength = 6; this.txtMemo.Name = "txtMemo"; this.txtMemo.Size = new System.Drawing.Size(222, 21); this.txtMemo.TabIndex = 141; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(47, 239); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(41, 12); this.label6.TabIndex = 144; this.label6.Text = "备注:"; // // txtName // this.txtName.Location = new System.Drawing.Point(107, 85); this.txtName.MaxLength = 100; this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(222, 21); this.txtName.TabIndex = 136; // // txtCode // this.txtCode.Location = new System.Drawing.Point(107, 55); this.txtCode.MaxLength = 10; this.txtCode.Name = "txtCode"; this.txtCode.Size = new System.Drawing.Size(222, 21); this.txtCode.TabIndex = 135; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(47, 89); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 143; this.label2.Text = "名称:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(47, 59); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 142; this.label1.Text = "代码:"; // // frmFeaturePartDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(381, 401); this.Controls.Add(this.label8); this.Controls.Add(this.txtSupplyGroupCode); this.Controls.Add(this.label7); this.Controls.Add(this.txtPartsFamilyCode); this.Controls.Add(this.txtMatchCode); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.txtGroups); this.Controls.Add(this.label3); this.Controls.Add(this.txtCarModelCode); this.Controls.Add(this.txtMemo); this.Controls.Add(this.label6); this.Controls.Add(this.txtName); this.Controls.Add(this.txtCode); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "frmFeaturePartDetail"; this.Load += new System.EventHandler(this.frmColorDetail_Load); this.Controls.SetChildIndex(this.btnAddNewLine, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtCode, 0); this.Controls.SetChildIndex(this.txtName, 0); this.Controls.SetChildIndex(this.label6, 0); this.Controls.SetChildIndex(this.txtMemo, 0); this.Controls.SetChildIndex(this.txtCarModelCode, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtGroups, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.label5, 0); this.Controls.SetChildIndex(this.txtMatchCode, 0); this.Controls.SetChildIndex(this.txtPartsFamilyCode, 0); this.Controls.SetChildIndex(this.label7, 0); this.Controls.SetChildIndex(this.txtSupplyGroupCode, 0); this.Controls.SetChildIndex(this.label8, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.Label label8; private MyControl.MySelectTextBox txtSupplyGroupCode; private System.Windows.Forms.Label label7; private MyControl.MySelectTextBox txtPartsFamilyCode; private System.Windows.Forms.TextBox txtMatchCode; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox txtGroups; private System.Windows.Forms.Label label3; private MyControl.MySelectTextBox txtCarModelCode; private System.Windows.Forms.TextBox txtMemo; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.TextBox txtCode; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; } }