namespace SCM
|
{
|
partial class Gy_BadReasonList
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gy_BadReasonList));
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.txtHBadReason = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
this.label6 = new System.Windows.Forms.Label();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.cmdHProcID = new System.Windows.Forms.Button();
|
this.txtHProcName = new System.Windows.Forms.TextBox();
|
this.label7 = new System.Windows.Forms.Label();
|
this.txtHBadQty = new System.Windows.Forms.TextBox();
|
this.cmdHClear = new System.Windows.Forms.Button();
|
this.cmdHOK = new System.Windows.Forms.Button();
|
this.cmdCancel = new System.Windows.Forms.Button();
|
this.tabControl2 = new System.Windows.Forms.TabControl();
|
this.tabPage3.SuspendLayout();
|
this.tabPage1.SuspendLayout();
|
this.tabControl1.SuspendLayout();
|
this.groupBox1.SuspendLayout();
|
this.tabControl2.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// tabPage3
|
//
|
this.tabPage3.BackColor = System.Drawing.Color.Lavender;
|
this.tabPage3.Controls.Add(this.flowLayoutPanel1);
|
this.tabPage3.Location = new System.Drawing.Point(4, 25);
|
this.tabPage3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tabPage3.Name = "tabPage3";
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tabPage3.Size = new System.Drawing.Size(1381, 699);
|
this.tabPage3.TabIndex = 0;
|
this.tabPage3.Text = "不良原因清单";
|
//
|
// flowLayoutPanel1
|
//
|
this.flowLayoutPanel1.AutoScroll = true;
|
this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 2);
|
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(1375, 695);
|
this.flowLayoutPanel1.TabIndex = 13;
|
//
|
// tabPage1
|
//
|
this.tabPage1.BackColor = System.Drawing.Color.Lavender;
|
this.tabPage1.Controls.Add(this.textBox3);
|
this.tabPage1.Controls.Add(this.label1);
|
this.tabPage1.Controls.Add(this.txtHBadReason);
|
this.tabPage1.Controls.Add(this.label2);
|
this.tabPage1.Controls.Add(this.textBox5);
|
this.tabPage1.Controls.Add(this.textBox2);
|
this.tabPage1.Controls.Add(this.label5);
|
this.tabPage1.Controls.Add(this.label3);
|
this.tabPage1.Controls.Add(this.textBox4);
|
this.tabPage1.Controls.Add(this.label4);
|
this.tabPage1.Location = new System.Drawing.Point(4, 25);
|
this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tabPage1.Name = "tabPage1";
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tabPage1.Size = new System.Drawing.Size(1381, 93);
|
this.tabPage1.TabIndex = 0;
|
this.tabPage1.Text = "产品信息";
|
//
|
// textBox3
|
//
|
this.textBox3.Enabled = false;
|
this.textBox3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.textBox3.Location = new System.Drawing.Point(520, 48);
|
this.textBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.textBox3.Name = "textBox3";
|
this.textBox3.Size = new System.Drawing.Size(199, 36);
|
this.textBox3.TabIndex = 8;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.Location = new System.Drawing.Point(12, 10);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(135, 24);
|
this.label1.TabIndex = 3;
|
this.label1.Text = "不良清单:";
|
//
|
// txtHBadReason
|
//
|
this.txtHBadReason.Enabled = false;
|
this.txtHBadReason.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHBadReason.Location = new System.Drawing.Point(175, 8);
|
this.txtHBadReason.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.txtHBadReason.Name = "txtHBadReason";
|
this.txtHBadReason.Size = new System.Drawing.Size(1161, 36);
|
this.txtHBadReason.TabIndex = 4;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label2.Location = new System.Drawing.Point(12, 52);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(135, 24);
|
this.label2.TabIndex = 5;
|
this.label2.Text = "物料代码:";
|
//
|
// textBox5
|
//
|
this.textBox5.Enabled = false;
|
this.textBox5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.textBox5.Location = new System.Drawing.Point(1189, 48);
|
this.textBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.textBox5.Name = "textBox5";
|
this.textBox5.Size = new System.Drawing.Size(145, 36);
|
this.textBox5.TabIndex = 12;
|
//
|
// textBox2
|
//
|
this.textBox2.Enabled = false;
|
this.textBox2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.textBox2.Location = new System.Drawing.Point(175, 48);
|
this.textBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.textBox2.Name = "textBox2";
|
this.textBox2.Size = new System.Drawing.Size(176, 36);
|
this.textBox2.TabIndex = 6;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label5.Location = new System.Drawing.Point(1049, 48);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(135, 24);
|
this.label5.TabIndex = 11;
|
this.label5.Text = "计量单位:";
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label3.Location = new System.Drawing.Point(379, 48);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(135, 24);
|
this.label3.TabIndex = 7;
|
this.label3.Text = "物料名称:";
|
//
|
// textBox4
|
//
|
this.textBox4.Enabled = false;
|
this.textBox4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.textBox4.Location = new System.Drawing.Point(867, 48);
|
this.textBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.textBox4.Name = "textBox4";
|
this.textBox4.Size = new System.Drawing.Size(177, 36);
|
this.textBox4.TabIndex = 10;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label4.Location = new System.Drawing.Point(725, 48);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(135, 24);
|
this.label4.TabIndex = 9;
|
this.label4.Text = "规格型号:";
|
//
|
// tabControl1
|
//
|
this.tabControl1.Controls.Add(this.tabPage1);
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.tabControl1.Location = new System.Drawing.Point(0, 98);
|
this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tabControl1.Name = "tabControl1";
|
this.tabControl1.SelectedIndex = 0;
|
this.tabControl1.Size = new System.Drawing.Size(1389, 122);
|
this.tabControl1.TabIndex = 19;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label6.Location = new System.Drawing.Point(12, 24);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(160, 24);
|
this.label6.TabIndex = 4;
|
this.label6.Text = "不良原因清单";
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.cmdHProcID);
|
this.groupBox1.Controls.Add(this.txtHProcName);
|
this.groupBox1.Controls.Add(this.label7);
|
this.groupBox1.Controls.Add(this.txtHBadQty);
|
this.groupBox1.Controls.Add(this.label6);
|
this.groupBox1.Controls.Add(this.cmdHClear);
|
this.groupBox1.Controls.Add(this.cmdHOK);
|
this.groupBox1.Controls.Add(this.cmdCancel);
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.groupBox1.Size = new System.Drawing.Size(1389, 98);
|
this.groupBox1.TabIndex = 18;
|
this.groupBox1.TabStop = false;
|
//
|
// cmdHProcID
|
//
|
this.cmdHProcID.BackColor = System.Drawing.Color.Transparent;
|
this.cmdHProcID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHProcID.Image")));
|
this.cmdHProcID.Location = new System.Drawing.Point(712, 31);
|
this.cmdHProcID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.cmdHProcID.Name = "cmdHProcID";
|
this.cmdHProcID.Size = new System.Drawing.Size(36, 35);
|
this.cmdHProcID.TabIndex = 120;
|
this.cmdHProcID.UseVisualStyleBackColor = false;
|
this.cmdHProcID.Click += new System.EventHandler(this.cmdHProcID_Click);
|
//
|
// txtHProcName
|
//
|
this.txtHProcName.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHProcName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHProcName.Location = new System.Drawing.Point(504, 30);
|
this.txtHProcName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.txtHProcName.Multiline = true;
|
this.txtHProcName.Name = "txtHProcName";
|
this.txtHProcName.Size = new System.Drawing.Size(207, 36);
|
this.txtHProcName.TabIndex = 119;
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label7.Location = new System.Drawing.Point(437, 34);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(60, 24);
|
this.label7.TabIndex = 118;
|
this.label7.Text = "工序";
|
//
|
// txtHBadQty
|
//
|
this.txtHBadQty.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHBadQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHBadQty.Location = new System.Drawing.Point(191, 18);
|
this.txtHBadQty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.txtHBadQty.Name = "txtHBadQty";
|
this.txtHBadQty.Size = new System.Drawing.Size(216, 53);
|
this.txtHBadQty.TabIndex = 117;
|
//
|
// cmdHClear
|
//
|
this.cmdHClear.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdHClear.Location = new System.Drawing.Point(819, 18);
|
this.cmdHClear.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.cmdHClear.Name = "cmdHClear";
|
this.cmdHClear.Size = new System.Drawing.Size(149, 71);
|
this.cmdHClear.TabIndex = 0;
|
this.cmdHClear.Text = "清空";
|
this.cmdHClear.UseVisualStyleBackColor = true;
|
this.cmdHClear.Click += new System.EventHandler(this.cmdHClear_Click);
|
//
|
// cmdHOK
|
//
|
this.cmdHOK.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdHOK.Location = new System.Drawing.Point(1005, 18);
|
this.cmdHOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.cmdHOK.Name = "cmdHOK";
|
this.cmdHOK.Size = new System.Drawing.Size(133, 71);
|
this.cmdHOK.TabIndex = 1;
|
this.cmdHOK.Text = "提交";
|
this.cmdHOK.UseVisualStyleBackColor = true;
|
this.cmdHOK.Click += new System.EventHandler(this.cmdHOK_Click);
|
//
|
// cmdCancel
|
//
|
this.cmdCancel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cmdCancel.Location = new System.Drawing.Point(1176, 18);
|
this.cmdCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.cmdCancel.Name = "cmdCancel";
|
this.cmdCancel.Size = new System.Drawing.Size(140, 71);
|
this.cmdCancel.TabIndex = 2;
|
this.cmdCancel.Text = "退出";
|
this.cmdCancel.UseVisualStyleBackColor = true;
|
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
|
//
|
// tabControl2
|
//
|
this.tabControl2.Controls.Add(this.tabPage3);
|
this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tabControl2.Location = new System.Drawing.Point(0, 220);
|
this.tabControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.tabControl2.Name = "tabControl2";
|
this.tabControl2.SelectedIndex = 0;
|
this.tabControl2.Size = new System.Drawing.Size(1389, 728);
|
this.tabControl2.TabIndex = 20;
|
//
|
// Gy_BadReasonList
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.BackColor = System.Drawing.Color.Lavender;
|
this.ClientSize = new System.Drawing.Size(1389, 948);
|
this.ControlBox = false;
|
this.Controls.Add(this.tabControl2);
|
this.Controls.Add(this.tabControl1);
|
this.Controls.Add(this.groupBox1);
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "Gy_BadReasonList";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "不良原因清单";
|
this.Load += new System.EventHandler(this.Gy_BadReasonList_Load);
|
this.tabPage3.ResumeLayout(false);
|
this.tabPage1.ResumeLayout(false);
|
this.tabPage1.PerformLayout();
|
this.tabControl1.ResumeLayout(false);
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.tabControl2.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TabPage tabPage3;
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
private System.Windows.Forms.TabPage tabPage1;
|
private System.Windows.Forms.TextBox textBox3;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox textBox5;
|
private System.Windows.Forms.TextBox textBox2;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox textBox4;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.TabControl tabControl1;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.Button cmdHClear;
|
private System.Windows.Forms.Button cmdHOK;
|
private System.Windows.Forms.Button cmdCancel;
|
private System.Windows.Forms.TabControl tabControl2;
|
public System.Windows.Forms.TextBox txtHBadReason;
|
public System.Windows.Forms.TextBox txtHBadQty;
|
private System.Windows.Forms.Button cmdHProcID;
|
public System.Windows.Forms.TextBox txtHProcName;
|
private System.Windows.Forms.Label label7;
|
}
|
}
|