You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
796 lines
38 KiB
796 lines
38 KiB
4 years ago
|
namespace QMAPP.WinForm.Forms.Mend
|
||
|
{
|
||
|
partial class MendRecorderWasteForm
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// Required designer variable.
|
||
|
/// </summary>
|
||
|
private System.ComponentModel.IContainer components = null;
|
||
|
|
||
|
/// <summary>
|
||
|
/// Clean up any resources being used.
|
||
|
/// </summary>
|
||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||
|
protected override void Dispose(bool disposing)
|
||
|
{
|
||
|
if (disposing && (components != null))
|
||
|
{
|
||
|
components.Dispose();
|
||
|
}
|
||
|
base.Dispose(disposing);
|
||
|
}
|
||
|
|
||
|
#region Windows Form Designer generated code
|
||
|
|
||
|
/// <summary>
|
||
|
/// Required method for Designer support - do not modify
|
||
|
/// the contents of this method with the code editor.
|
||
|
/// </summary>
|
||
|
private void InitializeComponent()
|
||
|
{
|
||
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||
|
this.tsbSave = new System.Windows.Forms.ToolStripButton();
|
||
|
this.tsbClose = new System.Windows.Forms.ToolStripButton();
|
||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
|
this.label10 = new System.Windows.Forms.Label();
|
||
|
this.comHANDLEMETHOD = new System.Windows.Forms.ComboBox();
|
||
|
this.label31 = new System.Windows.Forms.Label();
|
||
|
this.butDEFECT = new System.Windows.Forms.Button();
|
||
|
this.panErp = new System.Windows.Forms.Panel();
|
||
|
this.label30 = new System.Windows.Forms.Label();
|
||
|
this.label22 = new System.Windows.Forms.Label();
|
||
|
this.comDEFECTCODE = new System.Windows.Forms.ComboBox();
|
||
|
this.label23 = new System.Windows.Forms.Label();
|
||
|
this.label24 = new System.Windows.Forms.Label();
|
||
|
this.comPRODUCTTYPE = new System.Windows.Forms.ComboBox();
|
||
|
this.label25 = new System.Windows.Forms.Label();
|
||
|
this.label26 = new System.Windows.Forms.Label();
|
||
|
this.comDEFECTTO = new System.Windows.Forms.ComboBox();
|
||
|
this.label27 = new System.Windows.Forms.Label();
|
||
|
this.label28 = new System.Windows.Forms.Label();
|
||
|
this.comERPWORKCELL = new System.Windows.Forms.ComboBox();
|
||
|
this.label29 = new System.Windows.Forms.Label();
|
||
|
this.label18 = new System.Windows.Forms.Label();
|
||
|
this.comERPSHIFT = new System.Windows.Forms.ComboBox();
|
||
|
this.label19 = new System.Windows.Forms.Label();
|
||
|
this.label20 = new System.Windows.Forms.Label();
|
||
|
this.comWORKLINE = new System.Windows.Forms.ComboBox();
|
||
|
this.label21 = new System.Windows.Forms.Label();
|
||
|
this.label16 = new System.Windows.Forms.Label();
|
||
|
this.comCAR = new System.Windows.Forms.ComboBox();
|
||
|
this.label17 = new System.Windows.Forms.Label();
|
||
|
this.label11 = new System.Windows.Forms.Label();
|
||
|
this.comMENDTYPE = new System.Windows.Forms.ComboBox();
|
||
|
this.label14 = new System.Windows.Forms.Label();
|
||
|
this.label5 = new System.Windows.Forms.Label();
|
||
|
this.txtMaterialCode = new System.Windows.Forms.TextBox();
|
||
|
this.label6 = new System.Windows.Forms.Label();
|
||
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
||
|
this.label9 = new System.Windows.Forms.Label();
|
||
|
this.comShift = new System.Windows.Forms.ComboBox();
|
||
|
this.label15 = new System.Windows.Forms.Label();
|
||
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||
|
this.label7 = new System.Windows.Forms.Label();
|
||
|
this.comWorkCell = new System.Windows.Forms.ComboBox();
|
||
|
this.label8 = new System.Windows.Forms.Label();
|
||
|
this.piciNo = new DateTimePickerA();
|
||
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
this.label4 = new System.Windows.Forms.Label();
|
||
|
this.label13 = new System.Windows.Forms.Label();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.label12 = new System.Windows.Forms.Label();
|
||
|
this.txtMendNumber = new System.Windows.Forms.TextBox();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.txtMaterialType = new System.Windows.Forms.TextBox();
|
||
|
this.toolStrip1.SuspendLayout();
|
||
|
this.groupBox1.SuspendLayout();
|
||
|
this.panErp.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// toolStrip1
|
||
|
//
|
||
|
this.toolStrip1.AutoSize = false;
|
||
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
|
this.tsbSave,
|
||
|
this.tsbClose});
|
||
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.toolStrip1.Name = "toolStrip1";
|
||
|
this.toolStrip1.Size = new System.Drawing.Size(1184, 60);
|
||
|
this.toolStrip1.TabIndex = 0;
|
||
|
this.toolStrip1.Text = "toolStrip1";
|
||
|
//
|
||
|
// tsbSave
|
||
|
//
|
||
|
this.tsbSave.AutoSize = false;
|
||
|
this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
this.tsbSave.Image = global::QMAPP.WinForm.Resource1.save;
|
||
|
this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
|
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.tsbSave.Name = "tsbSave";
|
||
|
this.tsbSave.Size = new System.Drawing.Size(100, 60);
|
||
|
this.tsbSave.Text = "保存";
|
||
|
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
|
||
|
//
|
||
|
// tsbClose
|
||
|
//
|
||
|
this.tsbClose.AutoSize = false;
|
||
|
this.tsbClose.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
this.tsbClose.Image = global::QMAPP.WinForm.Resource1.cancle;
|
||
|
this.tsbClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
|
this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.tsbClose.Name = "tsbClose";
|
||
|
this.tsbClose.Size = new System.Drawing.Size(100, 60);
|
||
|
this.tsbClose.Text = "关闭";
|
||
|
this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
|
||
|
//
|
||
|
// groupBox1
|
||
|
//
|
||
|
this.groupBox1.Controls.Add(this.label10);
|
||
|
this.groupBox1.Controls.Add(this.comHANDLEMETHOD);
|
||
|
this.groupBox1.Controls.Add(this.label31);
|
||
|
this.groupBox1.Controls.Add(this.butDEFECT);
|
||
|
this.groupBox1.Controls.Add(this.panErp);
|
||
|
this.groupBox1.Controls.Add(this.label5);
|
||
|
this.groupBox1.Controls.Add(this.txtMaterialCode);
|
||
|
this.groupBox1.Controls.Add(this.label6);
|
||
|
this.groupBox1.Controls.Add(this.treeView1);
|
||
|
this.groupBox1.Controls.Add(this.label9);
|
||
|
this.groupBox1.Controls.Add(this.comShift);
|
||
|
this.groupBox1.Controls.Add(this.label15);
|
||
|
this.groupBox1.Controls.Add(this.checkBox1);
|
||
|
this.groupBox1.Controls.Add(this.label7);
|
||
|
this.groupBox1.Controls.Add(this.comWorkCell);
|
||
|
this.groupBox1.Controls.Add(this.label8);
|
||
|
this.groupBox1.Controls.Add(this.piciNo);
|
||
|
this.groupBox1.Controls.Add(this.label3);
|
||
|
this.groupBox1.Controls.Add(this.label4);
|
||
|
this.groupBox1.Controls.Add(this.label13);
|
||
|
this.groupBox1.Controls.Add(this.label2);
|
||
|
this.groupBox1.Controls.Add(this.label12);
|
||
|
this.groupBox1.Controls.Add(this.txtMendNumber);
|
||
|
this.groupBox1.Controls.Add(this.label1);
|
||
|
this.groupBox1.Location = new System.Drawing.Point(3, 63);
|
||
|
this.groupBox1.Name = "groupBox1";
|
||
|
this.groupBox1.Size = new System.Drawing.Size(1169, 587);
|
||
|
this.groupBox1.TabIndex = 1;
|
||
|
this.groupBox1.TabStop = false;
|
||
|
//
|
||
|
// label10
|
||
|
//
|
||
|
this.label10.AutoSize = true;
|
||
|
this.label10.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label10.Location = new System.Drawing.Point(829, 64);
|
||
|
this.label10.Name = "label10";
|
||
|
this.label10.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label10.TabIndex = 31;
|
||
|
this.label10.Text = "*";
|
||
|
//
|
||
|
// comHANDLEMETHOD
|
||
|
//
|
||
|
this.comHANDLEMETHOD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comHANDLEMETHOD.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comHANDLEMETHOD.FormattingEnabled = true;
|
||
|
this.comHANDLEMETHOD.Location = new System.Drawing.Point(945, 58);
|
||
|
this.comHANDLEMETHOD.Name = "comHANDLEMETHOD";
|
||
|
this.comHANDLEMETHOD.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comHANDLEMETHOD.TabIndex = 30;
|
||
|
//
|
||
|
// label31
|
||
|
//
|
||
|
this.label31.AutoSize = true;
|
||
|
this.label31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label31.Location = new System.Drawing.Point(846, 62);
|
||
|
this.label31.Name = "label31";
|
||
|
this.label31.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label31.TabIndex = 29;
|
||
|
this.label31.Text = "处理方法:";
|
||
|
//
|
||
|
// butDEFECT
|
||
|
//
|
||
|
this.butDEFECT.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.butDEFECT.Location = new System.Drawing.Point(945, 121);
|
||
|
this.butDEFECT.Name = "butDEFECT";
|
||
|
this.butDEFECT.Size = new System.Drawing.Size(109, 25);
|
||
|
this.butDEFECT.TabIndex = 28;
|
||
|
this.butDEFECT.Text = "选择缺陷";
|
||
|
this.butDEFECT.UseVisualStyleBackColor = true;
|
||
|
this.butDEFECT.Click += new System.EventHandler(this.butDEFECT_Click);
|
||
|
//
|
||
|
// panErp
|
||
|
//
|
||
|
this.panErp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
|
this.panErp.Controls.Add(this.label30);
|
||
|
this.panErp.Controls.Add(this.label22);
|
||
|
this.panErp.Controls.Add(this.comDEFECTCODE);
|
||
|
this.panErp.Controls.Add(this.label23);
|
||
|
this.panErp.Controls.Add(this.label24);
|
||
|
this.panErp.Controls.Add(this.comPRODUCTTYPE);
|
||
|
this.panErp.Controls.Add(this.label25);
|
||
|
this.panErp.Controls.Add(this.label26);
|
||
|
this.panErp.Controls.Add(this.comDEFECTTO);
|
||
|
this.panErp.Controls.Add(this.label27);
|
||
|
this.panErp.Controls.Add(this.label28);
|
||
|
this.panErp.Controls.Add(this.comERPWORKCELL);
|
||
|
this.panErp.Controls.Add(this.label29);
|
||
|
this.panErp.Controls.Add(this.label18);
|
||
|
this.panErp.Controls.Add(this.comERPSHIFT);
|
||
|
this.panErp.Controls.Add(this.label19);
|
||
|
this.panErp.Controls.Add(this.label20);
|
||
|
this.panErp.Controls.Add(this.comWORKLINE);
|
||
|
this.panErp.Controls.Add(this.label21);
|
||
|
this.panErp.Controls.Add(this.label16);
|
||
|
this.panErp.Controls.Add(this.comCAR);
|
||
|
this.panErp.Controls.Add(this.label17);
|
||
|
this.panErp.Controls.Add(this.label11);
|
||
|
this.panErp.Controls.Add(this.comMENDTYPE);
|
||
|
this.panErp.Controls.Add(this.label14);
|
||
|
this.panErp.Location = new System.Drawing.Point(818, 284);
|
||
|
this.panErp.Name = "panErp";
|
||
|
this.panErp.Size = new System.Drawing.Size(338, 296);
|
||
|
this.panErp.TabIndex = 27;
|
||
|
//
|
||
|
// label30
|
||
|
//
|
||
|
this.label30.AutoSize = true;
|
||
|
this.label30.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label30.Location = new System.Drawing.Point(123, 11);
|
||
|
this.label30.Name = "label30";
|
||
|
this.label30.Size = new System.Drawing.Size(69, 16);
|
||
|
this.label30.TabIndex = 28;
|
||
|
this.label30.Text = "ERP数据";
|
||
|
//
|
||
|
// label22
|
||
|
//
|
||
|
this.label22.AutoSize = true;
|
||
|
this.label22.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label22.Location = new System.Drawing.Point(10, 229);
|
||
|
this.label22.Name = "label22";
|
||
|
this.label22.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label22.TabIndex = 51;
|
||
|
this.label22.Text = "*";
|
||
|
//
|
||
|
// comDEFECTCODE
|
||
|
//
|
||
|
this.comDEFECTCODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comDEFECTCODE.DropDownWidth = 300;
|
||
|
this.comDEFECTCODE.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comDEFECTCODE.FormattingEnabled = true;
|
||
|
this.comDEFECTCODE.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comDEFECTCODE.Location = new System.Drawing.Point(126, 223);
|
||
|
this.comDEFECTCODE.Name = "comDEFECTCODE";
|
||
|
this.comDEFECTCODE.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comDEFECTCODE.TabIndex = 50;
|
||
|
this.comDEFECTCODE.SelectedIndexChanged += new System.EventHandler(this.comDEFECTCODE_SelectedIndexChanged);
|
||
|
//
|
||
|
// label23
|
||
|
//
|
||
|
this.label23.AutoSize = true;
|
||
|
this.label23.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label23.Location = new System.Drawing.Point(27, 227);
|
||
|
this.label23.Name = "label23";
|
||
|
this.label23.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label23.TabIndex = 49;
|
||
|
this.label23.Text = "缺陷代码:";
|
||
|
//
|
||
|
// label24
|
||
|
//
|
||
|
this.label24.AutoSize = true;
|
||
|
this.label24.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label24.Location = new System.Drawing.Point(10, 199);
|
||
|
this.label24.Name = "label24";
|
||
|
this.label24.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label24.TabIndex = 48;
|
||
|
this.label24.Text = "*";
|
||
|
//
|
||
|
// comPRODUCTTYPE
|
||
|
//
|
||
|
this.comPRODUCTTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comPRODUCTTYPE.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comPRODUCTTYPE.FormattingEnabled = true;
|
||
|
this.comPRODUCTTYPE.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comPRODUCTTYPE.Location = new System.Drawing.Point(126, 193);
|
||
|
this.comPRODUCTTYPE.Name = "comPRODUCTTYPE";
|
||
|
this.comPRODUCTTYPE.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comPRODUCTTYPE.TabIndex = 47;
|
||
|
//
|
||
|
// label25
|
||
|
//
|
||
|
this.label25.AutoSize = true;
|
||
|
this.label25.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label25.Location = new System.Drawing.Point(27, 197);
|
||
|
this.label25.Name = "label25";
|
||
|
this.label25.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label25.TabIndex = 46;
|
||
|
this.label25.Text = "产品类别:";
|
||
|
//
|
||
|
// label26
|
||
|
//
|
||
|
this.label26.AutoSize = true;
|
||
|
this.label26.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label26.Location = new System.Drawing.Point(10, 260);
|
||
|
this.label26.Name = "label26";
|
||
|
this.label26.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label26.TabIndex = 45;
|
||
|
this.label26.Text = "*";
|
||
|
//
|
||
|
// comDEFECTTO
|
||
|
//
|
||
|
this.comDEFECTTO.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comDEFECTTO.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comDEFECTTO.FormattingEnabled = true;
|
||
|
this.comDEFECTTO.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comDEFECTTO.Location = new System.Drawing.Point(126, 254);
|
||
|
this.comDEFECTTO.Name = "comDEFECTTO";
|
||
|
this.comDEFECTTO.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comDEFECTTO.TabIndex = 44;
|
||
|
//
|
||
|
// label27
|
||
|
//
|
||
|
this.label27.AutoSize = true;
|
||
|
this.label27.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label27.Location = new System.Drawing.Point(27, 258);
|
||
|
this.label27.Name = "label27";
|
||
|
this.label27.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label27.TabIndex = 43;
|
||
|
this.label27.Text = "缺陷归属:";
|
||
|
//
|
||
|
// label28
|
||
|
//
|
||
|
this.label28.AutoSize = true;
|
||
|
this.label28.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label28.Location = new System.Drawing.Point(10, 168);
|
||
|
this.label28.Name = "label28";
|
||
|
this.label28.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label28.TabIndex = 42;
|
||
|
this.label28.Text = "*";
|
||
|
//
|
||
|
// comERPWORKCELL
|
||
|
//
|
||
|
this.comERPWORKCELL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comERPWORKCELL.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comERPWORKCELL.FormattingEnabled = true;
|
||
|
this.comERPWORKCELL.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comERPWORKCELL.Location = new System.Drawing.Point(126, 162);
|
||
|
this.comERPWORKCELL.Name = "comERPWORKCELL";
|
||
|
this.comERPWORKCELL.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comERPWORKCELL.TabIndex = 41;
|
||
|
//
|
||
|
// label29
|
||
|
//
|
||
|
this.label29.AutoSize = true;
|
||
|
this.label29.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label29.Location = new System.Drawing.Point(27, 166);
|
||
|
this.label29.Name = "label29";
|
||
|
this.label29.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label29.TabIndex = 40;
|
||
|
this.label29.Text = "工序代码:";
|
||
|
//
|
||
|
// label18
|
||
|
//
|
||
|
this.label18.AutoSize = true;
|
||
|
this.label18.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label18.Location = new System.Drawing.Point(10, 138);
|
||
|
this.label18.Name = "label18";
|
||
|
this.label18.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label18.TabIndex = 39;
|
||
|
this.label18.Text = "*";
|
||
|
//
|
||
|
// comERPSHIFT
|
||
|
//
|
||
|
this.comERPSHIFT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comERPSHIFT.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comERPSHIFT.FormattingEnabled = true;
|
||
|
this.comERPSHIFT.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comERPSHIFT.Location = new System.Drawing.Point(126, 132);
|
||
|
this.comERPSHIFT.Name = "comERPSHIFT";
|
||
|
this.comERPSHIFT.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comERPSHIFT.TabIndex = 38;
|
||
|
//
|
||
|
// label19
|
||
|
//
|
||
|
this.label19.AutoSize = true;
|
||
|
this.label19.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label19.Location = new System.Drawing.Point(27, 136);
|
||
|
this.label19.Name = "label19";
|
||
|
this.label19.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label19.TabIndex = 37;
|
||
|
this.label19.Text = "班组代码:";
|
||
|
//
|
||
|
// label20
|
||
|
//
|
||
|
this.label20.AutoSize = true;
|
||
|
this.label20.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label20.Location = new System.Drawing.Point(10, 108);
|
||
|
this.label20.Name = "label20";
|
||
|
this.label20.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label20.TabIndex = 36;
|
||
|
this.label20.Text = "*";
|
||
|
//
|
||
|
// comWORKLINE
|
||
|
//
|
||
|
this.comWORKLINE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comWORKLINE.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comWORKLINE.FormattingEnabled = true;
|
||
|
this.comWORKLINE.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comWORKLINE.Location = new System.Drawing.Point(126, 102);
|
||
|
this.comWORKLINE.Name = "comWORKLINE";
|
||
|
this.comWORKLINE.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comWORKLINE.TabIndex = 35;
|
||
|
//
|
||
|
// label21
|
||
|
//
|
||
|
this.label21.AutoSize = true;
|
||
|
this.label21.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label21.Location = new System.Drawing.Point(27, 106);
|
||
|
this.label21.Name = "label21";
|
||
|
this.label21.Size = new System.Drawing.Size(76, 16);
|
||
|
this.label21.TabIndex = 34;
|
||
|
this.label21.Text = "生产线:";
|
||
|
//
|
||
|
// label16
|
||
|
//
|
||
|
this.label16.AutoSize = true;
|
||
|
this.label16.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label16.Location = new System.Drawing.Point(10, 78);
|
||
|
this.label16.Name = "label16";
|
||
|
this.label16.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label16.TabIndex = 33;
|
||
|
this.label16.Text = "*";
|
||
|
//
|
||
|
// comCAR
|
||
|
//
|
||
|
this.comCAR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comCAR.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comCAR.FormattingEnabled = true;
|
||
|
this.comCAR.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comCAR.Location = new System.Drawing.Point(126, 72);
|
||
|
this.comCAR.Name = "comCAR";
|
||
|
this.comCAR.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comCAR.TabIndex = 32;
|
||
|
//
|
||
|
// label17
|
||
|
//
|
||
|
this.label17.AutoSize = true;
|
||
|
this.label17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label17.Location = new System.Drawing.Point(27, 76);
|
||
|
this.label17.Name = "label17";
|
||
|
this.label17.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label17.TabIndex = 31;
|
||
|
this.label17.Text = "车型代码:";
|
||
|
//
|
||
|
// label11
|
||
|
//
|
||
|
this.label11.AutoSize = true;
|
||
|
this.label11.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label11.Location = new System.Drawing.Point(10, 48);
|
||
|
this.label11.Name = "label11";
|
||
|
this.label11.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label11.TabIndex = 30;
|
||
|
this.label11.Text = "*";
|
||
|
//
|
||
|
// comMENDTYPE
|
||
|
//
|
||
|
this.comMENDTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comMENDTYPE.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comMENDTYPE.FormattingEnabled = true;
|
||
|
this.comMENDTYPE.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comMENDTYPE.Location = new System.Drawing.Point(126, 42);
|
||
|
this.comMENDTYPE.Name = "comMENDTYPE";
|
||
|
this.comMENDTYPE.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comMENDTYPE.TabIndex = 29;
|
||
|
this.comMENDTYPE.SelectedIndexChanged += new System.EventHandler(this.comMFGCODETYPE_SelectedIndexChanged);
|
||
|
//
|
||
|
// label14
|
||
|
//
|
||
|
this.label14.AutoSize = true;
|
||
|
this.label14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label14.Location = new System.Drawing.Point(27, 46);
|
||
|
this.label14.Name = "label14";
|
||
|
this.label14.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label14.TabIndex = 28;
|
||
|
this.label14.Text = "废品类别:";
|
||
|
//
|
||
|
// label5
|
||
|
//
|
||
|
this.label5.AutoSize = true;
|
||
|
this.label5.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label5.Location = new System.Drawing.Point(829, 33);
|
||
|
this.label5.Name = "label5";
|
||
|
this.label5.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label5.TabIndex = 26;
|
||
|
this.label5.Text = "*";
|
||
|
//
|
||
|
// txtMaterialCode
|
||
|
//
|
||
|
this.txtMaterialCode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.txtMaterialCode.Location = new System.Drawing.Point(945, 26);
|
||
|
this.txtMaterialCode.MaxLength = 3096;
|
||
|
this.txtMaterialCode.Name = "txtMaterialCode";
|
||
|
this.txtMaterialCode.ReadOnly = true;
|
||
|
this.txtMaterialCode.Size = new System.Drawing.Size(193, 26);
|
||
|
this.txtMaterialCode.TabIndex = 25;
|
||
|
//
|
||
|
// label6
|
||
|
//
|
||
|
this.label6.AutoSize = true;
|
||
|
this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label6.Location = new System.Drawing.Point(846, 31);
|
||
|
this.label6.Name = "label6";
|
||
|
this.label6.Size = new System.Drawing.Size(76, 16);
|
||
|
this.label6.TabIndex = 24;
|
||
|
this.label6.Text = "物料号:";
|
||
|
//
|
||
|
// treeView1
|
||
|
//
|
||
|
this.treeView1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.treeView1.Location = new System.Drawing.Point(19, 24);
|
||
|
this.treeView1.Name = "treeView1";
|
||
|
this.treeView1.Size = new System.Drawing.Size(774, 557);
|
||
|
this.treeView1.TabIndex = 23;
|
||
|
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
|
||
|
//
|
||
|
// label9
|
||
|
//
|
||
|
this.label9.AutoSize = true;
|
||
|
this.label9.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label9.Location = new System.Drawing.Point(829, 226);
|
||
|
this.label9.Name = "label9";
|
||
|
this.label9.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label9.TabIndex = 22;
|
||
|
this.label9.Text = "*";
|
||
|
//
|
||
|
// comShift
|
||
|
//
|
||
|
this.comShift.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comShift.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comShift.FormattingEnabled = true;
|
||
|
this.comShift.Location = new System.Drawing.Point(945, 220);
|
||
|
this.comShift.Name = "comShift";
|
||
|
this.comShift.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comShift.TabIndex = 21;
|
||
|
//
|
||
|
// label15
|
||
|
//
|
||
|
this.label15.AutoSize = true;
|
||
|
this.label15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label15.Location = new System.Drawing.Point(846, 224);
|
||
|
this.label15.Name = "label15";
|
||
|
this.label15.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label15.TabIndex = 20;
|
||
|
this.label15.Text = "生产班次:";
|
||
|
//
|
||
|
// checkBox1
|
||
|
//
|
||
|
this.checkBox1.AutoSize = true;
|
||
|
this.checkBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.checkBox1.Location = new System.Drawing.Point(945, 252);
|
||
|
this.checkBox1.Name = "checkBox1";
|
||
|
this.checkBox1.Size = new System.Drawing.Size(112, 20);
|
||
|
this.checkBox1.TabIndex = 19;
|
||
|
this.checkBox1.Text = "是否调试件";
|
||
|
this.checkBox1.UseVisualStyleBackColor = true;
|
||
|
//
|
||
|
// label7
|
||
|
//
|
||
|
this.label7.AutoSize = true;
|
||
|
this.label7.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label7.Location = new System.Drawing.Point(829, 94);
|
||
|
this.label7.Name = "label7";
|
||
|
this.label7.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label7.TabIndex = 16;
|
||
|
this.label7.Text = "*";
|
||
|
//
|
||
|
// comWorkCell
|
||
|
//
|
||
|
this.comWorkCell.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comWorkCell.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comWorkCell.FormattingEnabled = true;
|
||
|
this.comWorkCell.Location = new System.Drawing.Point(945, 88);
|
||
|
this.comWorkCell.Name = "comWorkCell";
|
||
|
this.comWorkCell.Size = new System.Drawing.Size(193, 24);
|
||
|
this.comWorkCell.TabIndex = 15;
|
||
|
this.comWorkCell.SelectedIndexChanged += new System.EventHandler(this.comWorkCell_SelectedIndexChanged);
|
||
|
//
|
||
|
// label8
|
||
|
//
|
||
|
this.label8.AutoSize = true;
|
||
|
this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label8.Location = new System.Drawing.Point(846, 92);
|
||
|
this.label8.Name = "label8";
|
||
|
this.label8.Size = new System.Drawing.Size(59, 16);
|
||
|
this.label8.TabIndex = 14;
|
||
|
this.label8.Text = "工序:";
|
||
|
//
|
||
|
// piciNo
|
||
|
//
|
||
|
this.piciNo.CustomFormat = " ";
|
||
|
this.piciNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.piciNo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
|
this.piciNo.FormatString = "yyyy年MM月dd日";
|
||
|
this.piciNo.Location = new System.Drawing.Point(945, 187);
|
||
|
this.piciNo.Name = "piciNo";
|
||
|
this.piciNo.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
|
this.piciNo.Size = new System.Drawing.Size(193, 26);
|
||
|
this.piciNo.TabIndex = 13;
|
||
|
this.piciNo.ValueX = null;
|
||
|
//
|
||
|
// label3
|
||
|
//
|
||
|
this.label3.AutoSize = true;
|
||
|
this.label3.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label3.Location = new System.Drawing.Point(829, 194);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label3.TabIndex = 12;
|
||
|
this.label3.Text = "*";
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.AutoSize = true;
|
||
|
this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label4.Location = new System.Drawing.Point(846, 192);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label4.TabIndex = 10;
|
||
|
this.label4.Text = "生产时间:";
|
||
|
//
|
||
|
// label13
|
||
|
//
|
||
|
this.label13.AutoSize = true;
|
||
|
this.label13.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label13.Location = new System.Drawing.Point(829, 126);
|
||
|
this.label13.Name = "label13";
|
||
|
this.label13.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label13.TabIndex = 9;
|
||
|
this.label13.Text = "*";
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.AutoSize = true;
|
||
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label2.Location = new System.Drawing.Point(829, 159);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label2.TabIndex = 9;
|
||
|
this.label2.Text = "*";
|
||
|
//
|
||
|
// label12
|
||
|
//
|
||
|
this.label12.AutoSize = true;
|
||
|
this.label12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label12.Location = new System.Drawing.Point(846, 124);
|
||
|
this.label12.Name = "label12";
|
||
|
this.label12.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label12.TabIndex = 6;
|
||
|
this.label12.Text = "报废原因:";
|
||
|
//
|
||
|
// txtMendNumber
|
||
|
//
|
||
|
this.txtMendNumber.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.txtMendNumber.Location = new System.Drawing.Point(945, 152);
|
||
|
this.txtMendNumber.MaxLength = 3096;
|
||
|
this.txtMendNumber.Name = "txtMendNumber";
|
||
|
this.txtMendNumber.Size = new System.Drawing.Size(193, 26);
|
||
|
this.txtMendNumber.TabIndex = 7;
|
||
|
this.txtMendNumber.Click += new System.EventHandler(this.txtMendNumber_Click);
|
||
|
this.txtMendNumber.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMendNumber_KeyPress);
|
||
|
this.txtMendNumber.Validating += new System.ComponentModel.CancelEventHandler(this.txtMendNumber_Validating);
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label1.Location = new System.Drawing.Point(846, 157);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label1.TabIndex = 6;
|
||
|
this.label1.Text = "报废数量:";
|
||
|
//
|
||
|
// txtMaterialType
|
||
|
//
|
||
|
this.txtMaterialType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.txtMaterialType.Location = new System.Drawing.Point(728, 31);
|
||
|
this.txtMaterialType.MaxLength = 3096;
|
||
|
this.txtMaterialType.Name = "txtMaterialType";
|
||
|
this.txtMaterialType.ReadOnly = true;
|
||
|
this.txtMaterialType.Size = new System.Drawing.Size(193, 26);
|
||
|
this.txtMaterialType.TabIndex = 27;
|
||
|
this.txtMaterialType.Visible = false;
|
||
|
//
|
||
|
// MendRecorderWasteForm
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(1184, 662);
|
||
|
this.Controls.Add(this.txtMaterialType);
|
||
|
this.Controls.Add(this.groupBox1);
|
||
|
this.Controls.Add(this.toolStrip1);
|
||
|
this.Name = "MendRecorderWasteForm";
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "批量报废";
|
||
|
this.Load += new System.EventHandler(this.Form_Load);
|
||
|
this.toolStrip1.ResumeLayout(false);
|
||
|
this.toolStrip1.PerformLayout();
|
||
|
this.groupBox1.ResumeLayout(false);
|
||
|
this.groupBox1.PerformLayout();
|
||
|
this.panErp.ResumeLayout(false);
|
||
|
this.panErp.PerformLayout();
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
||
|
private System.Windows.Forms.ToolStripButton tsbSave;
|
||
|
private System.Windows.Forms.ToolStripButton tsbClose;
|
||
|
private System.Windows.Forms.GroupBox groupBox1;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.TextBox txtMendNumber;
|
||
|
private System.Windows.Forms.Label label13;
|
||
|
private System.Windows.Forms.Label label12;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
private DateTimePickerA piciNo;
|
||
|
private System.Windows.Forms.Label label7;
|
||
|
private System.Windows.Forms.ComboBox comWorkCell;
|
||
|
private System.Windows.Forms.Label label8;
|
||
|
private System.Windows.Forms.CheckBox checkBox1;
|
||
|
private System.Windows.Forms.Label label9;
|
||
|
private System.Windows.Forms.ComboBox comShift;
|
||
|
private System.Windows.Forms.Label label15;
|
||
|
private System.Windows.Forms.TreeView treeView1;
|
||
|
private System.Windows.Forms.Label label5;
|
||
|
private System.Windows.Forms.TextBox txtMaterialCode;
|
||
|
private System.Windows.Forms.Label label6;
|
||
|
private System.Windows.Forms.TextBox txtMaterialType;
|
||
|
private System.Windows.Forms.Panel panErp;
|
||
|
private System.Windows.Forms.Label label30;
|
||
|
private System.Windows.Forms.Label label22;
|
||
|
private System.Windows.Forms.ComboBox comDEFECTCODE;
|
||
|
private System.Windows.Forms.Label label23;
|
||
|
private System.Windows.Forms.Label label24;
|
||
|
private System.Windows.Forms.ComboBox comPRODUCTTYPE;
|
||
|
private System.Windows.Forms.Label label25;
|
||
|
private System.Windows.Forms.Label label26;
|
||
|
private System.Windows.Forms.ComboBox comDEFECTTO;
|
||
|
private System.Windows.Forms.Label label27;
|
||
|
private System.Windows.Forms.Label label28;
|
||
|
private System.Windows.Forms.ComboBox comERPWORKCELL;
|
||
|
private System.Windows.Forms.Label label29;
|
||
|
private System.Windows.Forms.Label label18;
|
||
|
private System.Windows.Forms.ComboBox comERPSHIFT;
|
||
|
private System.Windows.Forms.Label label19;
|
||
|
private System.Windows.Forms.Label label20;
|
||
|
private System.Windows.Forms.ComboBox comWORKLINE;
|
||
|
private System.Windows.Forms.Label label21;
|
||
|
private System.Windows.Forms.Label label16;
|
||
|
private System.Windows.Forms.ComboBox comCAR;
|
||
|
private System.Windows.Forms.Label label17;
|
||
|
private System.Windows.Forms.Label label11;
|
||
|
private System.Windows.Forms.ComboBox comMENDTYPE;
|
||
|
private System.Windows.Forms.Label label14;
|
||
|
private System.Windows.Forms.Button butDEFECT;
|
||
|
private System.Windows.Forms.Label label10;
|
||
|
private System.Windows.Forms.ComboBox comHANDLEMETHOD;
|
||
|
private System.Windows.Forms.Label label31;
|
||
|
}
|
||
|
}
|