namespace WorkM
|
{
|
partial class MES_StationInBill
|
{
|
/// <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()
|
{
|
this.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MES_StationInBill));
|
this.cmdHMaterID = new System.Windows.Forms.Button();
|
this.txtHMaterID = new System.Windows.Forms.TextBox();
|
this.label16 = new System.Windows.Forms.Label();
|
this.label9 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.txtHICMOBillNo = new System.Windows.Forms.TextBox();
|
this.txtHProcExchBillNo = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.txtHMaterModel = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.cmdHEmpID = new System.Windows.Forms.Button();
|
this.txtHEmpID = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.cmdHSourceID = new System.Windows.Forms.Button();
|
this.txtHSourceID = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.txtHICMOQty = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.txtHPlanQty = new System.Windows.Forms.TextBox();
|
this.label7 = new System.Windows.Forms.Label();
|
this.cmdHGroupID = new System.Windows.Forms.Button();
|
this.txtHGroupID = new System.Windows.Forms.TextBox();
|
this.label8 = new System.Windows.Forms.Label();
|
this.cmdHProcID = new System.Windows.Forms.Button();
|
this.txtHProcID = new System.Windows.Forms.TextBox();
|
this.label10 = new System.Windows.Forms.Label();
|
this.txtHMaterName = new System.Windows.Forms.TextBox();
|
this.label11 = new System.Windows.Forms.Label();
|
this.cmdOK = new System.Windows.Forms.Button();
|
this.cmdCancel = new System.Windows.Forms.Button();
|
this.lblCaption = new System.Windows.Forms.Label();
|
this.gbUp = new System.Windows.Forms.GroupBox();
|
this.grdSub = new System.Windows.Forms.DataGridView();
|
this.txtHOrderProcNO = new System.Windows.Forms.TextBox();
|
this.label18 = new System.Windows.Forms.Label();
|
this.label17 = new System.Windows.Forms.Label();
|
this.txtHProcNo = new System.Windows.Forms.TextBox();
|
this.cmdHCenterID = new System.Windows.Forms.Button();
|
this.label20 = new System.Windows.Forms.Label();
|
this.txtHCenterID = new System.Windows.Forms.TextBox();
|
this.txtHPieceQty = new System.Windows.Forms.TextBox();
|
this.label15 = new System.Windows.Forms.Label();
|
this.txtHSourceName = new System.Windows.Forms.TextBox();
|
this.label14 = new System.Windows.Forms.Label();
|
this.txtHQty = new System.Windows.Forms.TextBox();
|
this.label13 = new System.Windows.Forms.Label();
|
this.label12 = new System.Windows.Forms.Label();
|
this.txtHBillNo = new System.Windows.Forms.TextBox();
|
this.txtHStationInTime = new System.Windows.Forms.TextBox();
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.button2 = new System.Windows.Forms.Button();
|
this.button1 = new System.Windows.Forms.Button();
|
this.cmdHDelBill = new System.Windows.Forms.Button();
|
this.cmdXG = new System.Windows.Forms.Button();
|
this.cmdAddNew = new System.Windows.Forms.Button();
|
this.gbUp.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdSub)).BeginInit();
|
this.panel1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// cmdHMaterID
|
//
|
this.cmdHMaterID.BackColor = System.Drawing.Color.Transparent;
|
this.cmdHMaterID.Enabled = false;
|
this.cmdHMaterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHMaterID.Image")));
|
this.cmdHMaterID.Location = new System.Drawing.Point(398, 243);
|
this.cmdHMaterID.Margin = new System.Windows.Forms.Padding(4);
|
this.cmdHMaterID.Name = "cmdHMaterID";
|
this.cmdHMaterID.Size = new System.Drawing.Size(40, 40);
|
this.cmdHMaterID.TabIndex = 86;
|
this.cmdHMaterID.UseVisualStyleBackColor = false;
|
this.cmdHMaterID.Visible = false;
|
this.cmdHMaterID.Click += new System.EventHandler(this.cmdHMaterID_Click);
|
//
|
// txtHMaterID
|
//
|
this.txtHMaterID.Enabled = false;
|
this.txtHMaterID.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHMaterID.ForeColor = System.Drawing.Color.Green;
|
this.txtHMaterID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHMaterID.Location = new System.Drawing.Point(184, 243);
|
this.txtHMaterID.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHMaterID.Name = "txtHMaterID";
|
this.txtHMaterID.ReadOnly = true;
|
this.txtHMaterID.Size = new System.Drawing.Size(212, 27);
|
this.txtHMaterID.TabIndex = 85;
|
this.txtHMaterID.Tag = "0";
|
this.txtHMaterID.TextChanged += new System.EventHandler(this.txtHMaterID_TextChanged);
|
//
|
// label16
|
//
|
this.label16.AutoSize = true;
|
this.label16.BackColor = System.Drawing.Color.Gray;
|
this.label16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label16.ForeColor = System.Drawing.Color.Yellow;
|
this.label16.Location = new System.Drawing.Point(71, 243);
|
this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label16.Name = "label16";
|
this.label16.Size = new System.Drawing.Size(112, 27);
|
this.label16.TabIndex = 84;
|
this.label16.Text = "产品代码:";
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.BackColor = System.Drawing.Color.Gray;
|
this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label9.ForeColor = System.Drawing.Color.Yellow;
|
this.label9.Location = new System.Drawing.Point(71, 332);
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(112, 27);
|
this.label9.TabIndex = 82;
|
this.label9.Text = "进站时间:";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label2.ForeColor = System.Drawing.Color.Yellow;
|
this.label2.Location = new System.Drawing.Point(932, 111);
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(104, 27);
|
this.label2.TabIndex = 80;
|
this.label2.Text = "任 务 单:";
|
this.label2.Visible = false;
|
//
|
// txtHICMOBillNo
|
//
|
this.txtHICMOBillNo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHICMOBillNo.ForeColor = System.Drawing.Color.Green;
|
this.txtHICMOBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHICMOBillNo.Location = new System.Drawing.Point(1074, 111);
|
this.txtHICMOBillNo.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHICMOBillNo.Multiline = true;
|
this.txtHICMOBillNo.Name = "txtHICMOBillNo";
|
this.txtHICMOBillNo.ReadOnly = true;
|
this.txtHICMOBillNo.Size = new System.Drawing.Size(249, 40);
|
this.txtHICMOBillNo.TabIndex = 81;
|
this.txtHICMOBillNo.Visible = false;
|
//
|
// txtHProcExchBillNo
|
//
|
this.txtHProcExchBillNo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHProcExchBillNo.ForeColor = System.Drawing.Color.Green;
|
this.txtHProcExchBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHProcExchBillNo.Location = new System.Drawing.Point(184, 67);
|
this.txtHProcExchBillNo.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHProcExchBillNo.Name = "txtHProcExchBillNo";
|
this.txtHProcExchBillNo.Size = new System.Drawing.Size(249, 27);
|
this.txtHProcExchBillNo.TabIndex = 88;
|
this.txtHProcExchBillNo.Tag = "0";
|
this.txtHProcExchBillNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHProcExchBillNo_KeyDown);
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.BackColor = System.Drawing.Color.Gray;
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.ForeColor = System.Drawing.Color.Yellow;
|
this.label1.Location = new System.Drawing.Point(71, 67);
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(92, 27);
|
this.label1.TabIndex = 87;
|
this.label1.Text = "流转卡:";
|
//
|
// txtHMaterModel
|
//
|
this.txtHMaterModel.Enabled = false;
|
this.txtHMaterModel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHMaterModel.ForeColor = System.Drawing.Color.Green;
|
this.txtHMaterModel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHMaterModel.Location = new System.Drawing.Point(595, 155);
|
this.txtHMaterModel.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHMaterModel.Name = "txtHMaterModel";
|
this.txtHMaterModel.ReadOnly = true;
|
this.txtHMaterModel.Size = new System.Drawing.Size(249, 27);
|
this.txtHMaterModel.TabIndex = 90;
|
this.txtHMaterModel.Tag = "0";
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.BackColor = System.Drawing.Color.Gray;
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label3.ForeColor = System.Drawing.Color.Yellow;
|
this.label3.Location = new System.Drawing.Point(461, 155);
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(112, 27);
|
this.label3.TabIndex = 89;
|
this.label3.Text = "规格型号:";
|
//
|
// cmdHEmpID
|
//
|
this.cmdHEmpID.BackColor = System.Drawing.Color.Transparent;
|
this.cmdHEmpID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID.Image")));
|
this.cmdHEmpID.Location = new System.Drawing.Point(807, 243);
|
this.cmdHEmpID.Margin = new System.Windows.Forms.Padding(4);
|
this.cmdHEmpID.Name = "cmdHEmpID";
|
this.cmdHEmpID.Size = new System.Drawing.Size(40, 40);
|
this.cmdHEmpID.TabIndex = 93;
|
this.cmdHEmpID.UseVisualStyleBackColor = false;
|
this.cmdHEmpID.Click += new System.EventHandler(this.cmdHEmpID_Click);
|
//
|
// txtHEmpID
|
//
|
this.txtHEmpID.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHEmpID.ForeColor = System.Drawing.Color.Green;
|
this.txtHEmpID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHEmpID.Location = new System.Drawing.Point(595, 243);
|
this.txtHEmpID.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHEmpID.Name = "txtHEmpID";
|
this.txtHEmpID.Size = new System.Drawing.Size(212, 27);
|
this.txtHEmpID.TabIndex = 92;
|
this.txtHEmpID.Tag = "0";
|
this.txtHEmpID.TextChanged += new System.EventHandler(this.txtHEmpID_TextChanged);
|
this.txtHEmpID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHEmpID_KeyDown);
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label4.ForeColor = System.Drawing.Color.Yellow;
|
this.label4.Location = new System.Drawing.Point(461, 243);
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(104, 27);
|
this.label4.TabIndex = 91;
|
this.label4.Text = "接 收 人:";
|
//
|
// cmdHSourceID
|
//
|
this.cmdHSourceID.BackColor = System.Drawing.Color.Transparent;
|
this.cmdHSourceID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHSourceID.Image")));
|
this.cmdHSourceID.Location = new System.Drawing.Point(1283, 287);
|
this.cmdHSourceID.Margin = new System.Windows.Forms.Padding(4);
|
this.cmdHSourceID.Name = "cmdHSourceID";
|
this.cmdHSourceID.Size = new System.Drawing.Size(40, 40);
|
this.cmdHSourceID.TabIndex = 96;
|
this.cmdHSourceID.UseVisualStyleBackColor = false;
|
this.cmdHSourceID.Visible = false;
|
this.cmdHSourceID.Click += new System.EventHandler(this.cmdHSourceID_Click);
|
//
|
// txtHSourceID
|
//
|
this.txtHSourceID.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHSourceID.ForeColor = System.Drawing.Color.Green;
|
this.txtHSourceID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHSourceID.Location = new System.Drawing.Point(1074, 287);
|
this.txtHSourceID.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHSourceID.Multiline = true;
|
this.txtHSourceID.Name = "txtHSourceID";
|
this.txtHSourceID.Size = new System.Drawing.Size(208, 40);
|
this.txtHSourceID.TabIndex = 95;
|
this.txtHSourceID.Tag = "0";
|
this.txtHSourceID.Visible = false;
|
this.txtHSourceID.TextChanged += new System.EventHandler(this.txtHSourceID_TextChanged);
|
this.txtHSourceID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHSourceID_KeyDown);
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label5.ForeColor = System.Drawing.Color.Yellow;
|
this.label5.Location = new System.Drawing.Point(932, 287);
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(112, 27);
|
this.label5.TabIndex = 94;
|
this.label5.Text = "生产资源:";
|
this.label5.Visible = false;
|
//
|
// txtHICMOQty
|
//
|
this.txtHICMOQty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHICMOQty.ForeColor = System.Drawing.Color.Green;
|
this.txtHICMOQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHICMOQty.Location = new System.Drawing.Point(1074, 199);
|
this.txtHICMOQty.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHICMOQty.Multiline = true;
|
this.txtHICMOQty.Name = "txtHICMOQty";
|
this.txtHICMOQty.ReadOnly = true;
|
this.txtHICMOQty.Size = new System.Drawing.Size(249, 40);
|
this.txtHICMOQty.TabIndex = 98;
|
this.txtHICMOQty.Tag = "0";
|
this.txtHICMOQty.Visible = false;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.BackColor = System.Drawing.Color.Gray;
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label6.ForeColor = System.Drawing.Color.Yellow;
|
this.label6.Location = new System.Drawing.Point(461, 111);
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(132, 27);
|
this.label6.TabIndex = 97;
|
this.label6.Text = "流转卡数量:";
|
//
|
// txtHPlanQty
|
//
|
this.txtHPlanQty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHPlanQty.ForeColor = System.Drawing.Color.Green;
|
this.txtHPlanQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHPlanQty.Location = new System.Drawing.Point(595, 111);
|
this.txtHPlanQty.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHPlanQty.Name = "txtHPlanQty";
|
this.txtHPlanQty.ReadOnly = true;
|
this.txtHPlanQty.Size = new System.Drawing.Size(249, 27);
|
this.txtHPlanQty.TabIndex = 100;
|
this.txtHPlanQty.Tag = "0";
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.BackColor = System.Drawing.Color.Gray;
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label7.ForeColor = System.Drawing.Color.Yellow;
|
this.label7.Location = new System.Drawing.Point(461, 199);
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(112, 27);
|
this.label7.TabIndex = 99;
|
this.label7.Text = "接收数量:";
|
//
|
// cmdHGroupID
|
//
|
this.cmdHGroupID.BackColor = System.Drawing.Color.Transparent;
|
this.cmdHGroupID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHGroupID.Image")));
|
this.cmdHGroupID.Location = new System.Drawing.Point(1283, 155);
|
this.cmdHGroupID.Margin = new System.Windows.Forms.Padding(4);
|
this.cmdHGroupID.Name = "cmdHGroupID";
|
this.cmdHGroupID.Size = new System.Drawing.Size(40, 40);
|
this.cmdHGroupID.TabIndex = 103;
|
this.cmdHGroupID.UseVisualStyleBackColor = false;
|
this.cmdHGroupID.Visible = false;
|
this.cmdHGroupID.Click += new System.EventHandler(this.cmdHGroupID_Click);
|
//
|
// txtHGroupID
|
//
|
this.txtHGroupID.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHGroupID.ForeColor = System.Drawing.Color.Green;
|
this.txtHGroupID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHGroupID.Location = new System.Drawing.Point(1074, 155);
|
this.txtHGroupID.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHGroupID.Multiline = true;
|
this.txtHGroupID.Name = "txtHGroupID";
|
this.txtHGroupID.Size = new System.Drawing.Size(208, 40);
|
this.txtHGroupID.TabIndex = 102;
|
this.txtHGroupID.Tag = "0";
|
this.txtHGroupID.Visible = false;
|
this.txtHGroupID.TextChanged += new System.EventHandler(this.txtHGroupID_TextChanged);
|
this.txtHGroupID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHGroupID_KeyDown);
|
//
|
// label8
|
//
|
this.label8.AutoSize = true;
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label8.ForeColor = System.Drawing.Color.Yellow;
|
this.label8.Location = new System.Drawing.Point(932, 155);
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label8.Name = "label8";
|
this.label8.Size = new System.Drawing.Size(112, 27);
|
this.label8.TabIndex = 101;
|
this.label8.Text = "生产班组:";
|
this.label8.Visible = false;
|
//
|
// cmdHProcID
|
//
|
this.cmdHProcID.BackColor = System.Drawing.Color.Transparent;
|
this.cmdHProcID.Enabled = false;
|
this.cmdHProcID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHProcID.Image")));
|
this.cmdHProcID.Location = new System.Drawing.Point(398, 155);
|
this.cmdHProcID.Margin = new System.Windows.Forms.Padding(4);
|
this.cmdHProcID.Name = "cmdHProcID";
|
this.cmdHProcID.Size = new System.Drawing.Size(40, 40);
|
this.cmdHProcID.TabIndex = 106;
|
this.cmdHProcID.UseVisualStyleBackColor = false;
|
this.cmdHProcID.Click += new System.EventHandler(this.cmdHProcID_Click);
|
//
|
// txtHProcID
|
//
|
this.txtHProcID.Enabled = false;
|
this.txtHProcID.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHProcID.ForeColor = System.Drawing.Color.Green;
|
this.txtHProcID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHProcID.Location = new System.Drawing.Point(184, 155);
|
this.txtHProcID.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHProcID.Name = "txtHProcID";
|
this.txtHProcID.ReadOnly = true;
|
this.txtHProcID.Size = new System.Drawing.Size(213, 27);
|
this.txtHProcID.TabIndex = 105;
|
this.txtHProcID.Tag = "0";
|
this.txtHProcID.TextChanged += new System.EventHandler(this.txtHProcID_TextChanged);
|
this.txtHProcID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHProcID_KeyDown);
|
//
|
// label10
|
//
|
this.label10.AutoSize = true;
|
this.label10.BackColor = System.Drawing.Color.Gray;
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label10.ForeColor = System.Drawing.Color.Yellow;
|
this.label10.Location = new System.Drawing.Point(71, 155);
|
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label10.Name = "label10";
|
this.label10.Size = new System.Drawing.Size(112, 27);
|
this.label10.TabIndex = 104;
|
this.label10.Text = "当前工序:";
|
//
|
// txtHMaterName
|
//
|
this.txtHMaterName.Enabled = false;
|
this.txtHMaterName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHMaterName.ForeColor = System.Drawing.Color.Green;
|
this.txtHMaterName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHMaterName.Location = new System.Drawing.Point(184, 287);
|
this.txtHMaterName.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHMaterName.Name = "txtHMaterName";
|
this.txtHMaterName.ReadOnly = true;
|
this.txtHMaterName.Size = new System.Drawing.Size(249, 27);
|
this.txtHMaterName.TabIndex = 108;
|
this.txtHMaterName.Tag = "0";
|
//
|
// label11
|
//
|
this.label11.AutoSize = true;
|
this.label11.BackColor = System.Drawing.Color.Gray;
|
this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label11.ForeColor = System.Drawing.Color.Yellow;
|
this.label11.Location = new System.Drawing.Point(71, 287);
|
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label11.Name = "label11";
|
this.label11.Size = new System.Drawing.Size(112, 27);
|
this.label11.TabIndex = 107;
|
this.label11.Text = "产品名称:";
|
//
|
// cmdOK
|
//
|
this.cmdOK.Location = new System.Drawing.Point(320, 9);
|
this.cmdOK.Margin = new System.Windows.Forms.Padding(4);
|
this.cmdOK.Name = "cmdOK";
|
this.cmdOK.Size = new System.Drawing.Size(114, 52);
|
this.cmdOK.TabIndex = 109;
|
this.cmdOK.Text = "进 站";
|
this.cmdOK.UseVisualStyleBackColor = true;
|
this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
|
//
|
// cmdCancel
|
//
|
this.cmdCancel.Location = new System.Drawing.Point(464, 9);
|
this.cmdCancel.Margin = new System.Windows.Forms.Padding(4);
|
this.cmdCancel.Name = "cmdCancel";
|
this.cmdCancel.Size = new System.Drawing.Size(107, 52);
|
this.cmdCancel.TabIndex = 110;
|
this.cmdCancel.Text = "取 消";
|
this.cmdCancel.UseVisualStyleBackColor = true;
|
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
|
//
|
// lblCaption
|
//
|
this.lblCaption.AutoSize = true;
|
this.lblCaption.BackColor = System.Drawing.Color.Gray;
|
this.lblCaption.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblCaption.ForeColor = System.Drawing.Color.LimeGreen;
|
this.lblCaption.Location = new System.Drawing.Point(27, 25);
|
this.lblCaption.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lblCaption.Name = "lblCaption";
|
this.lblCaption.Size = new System.Drawing.Size(134, 31);
|
this.lblCaption.TabIndex = 111;
|
this.lblCaption.Text = "进站接收单";
|
//
|
// gbUp
|
//
|
this.gbUp.BackColor = System.Drawing.Color.Transparent;
|
this.gbUp.Controls.Add(this.grdSub);
|
this.gbUp.Controls.Add(this.txtHOrderProcNO);
|
this.gbUp.Controls.Add(this.label18);
|
this.gbUp.Controls.Add(this.label17);
|
this.gbUp.Controls.Add(this.txtHProcNo);
|
this.gbUp.Controls.Add(this.cmdHCenterID);
|
this.gbUp.Controls.Add(this.label20);
|
this.gbUp.Controls.Add(this.txtHCenterID);
|
this.gbUp.Controls.Add(this.txtHPieceQty);
|
this.gbUp.Controls.Add(this.label15);
|
this.gbUp.Controls.Add(this.txtHSourceName);
|
this.gbUp.Controls.Add(this.label14);
|
this.gbUp.Controls.Add(this.txtHQty);
|
this.gbUp.Controls.Add(this.label13);
|
this.gbUp.Controls.Add(this.label12);
|
this.gbUp.Controls.Add(this.txtHBillNo);
|
this.gbUp.Controls.Add(this.cmdHMaterID);
|
this.gbUp.Controls.Add(this.cmdHEmpID);
|
this.gbUp.Controls.Add(this.cmdHSourceID);
|
this.gbUp.Controls.Add(this.cmdHGroupID);
|
this.gbUp.Controls.Add(this.cmdHProcID);
|
this.gbUp.Controls.Add(this.txtHStationInTime);
|
this.gbUp.Controls.Add(this.txtHMaterModel);
|
this.gbUp.Controls.Add(this.label2);
|
this.gbUp.Controls.Add(this.label9);
|
this.gbUp.Controls.Add(this.lblCaption);
|
this.gbUp.Controls.Add(this.txtHMaterName);
|
this.gbUp.Controls.Add(this.label16);
|
this.gbUp.Controls.Add(this.txtHProcID);
|
this.gbUp.Controls.Add(this.txtHGroupID);
|
this.gbUp.Controls.Add(this.label1);
|
this.gbUp.Controls.Add(this.txtHPlanQty);
|
this.gbUp.Controls.Add(this.label3);
|
this.gbUp.Controls.Add(this.txtHICMOQty);
|
this.gbUp.Controls.Add(this.label4);
|
this.gbUp.Controls.Add(this.txtHSourceID);
|
this.gbUp.Controls.Add(this.txtHEmpID);
|
this.gbUp.Controls.Add(this.label5);
|
this.gbUp.Controls.Add(this.txtHProcExchBillNo);
|
this.gbUp.Controls.Add(this.label6);
|
this.gbUp.Controls.Add(this.txtHMaterID);
|
this.gbUp.Controls.Add(this.label7);
|
this.gbUp.Controls.Add(this.label8);
|
this.gbUp.Controls.Add(this.txtHICMOBillNo);
|
this.gbUp.Controls.Add(this.label10);
|
this.gbUp.Controls.Add(this.label11);
|
this.gbUp.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gbUp.Location = new System.Drawing.Point(0, 0);
|
this.gbUp.Margin = new System.Windows.Forms.Padding(4);
|
this.gbUp.Name = "gbUp";
|
this.gbUp.Padding = new System.Windows.Forms.Padding(4);
|
this.gbUp.Size = new System.Drawing.Size(944, 674);
|
this.gbUp.TabIndex = 114;
|
this.gbUp.TabStop = false;
|
//
|
// grdSub
|
//
|
this.grdSub.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdSub.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.grdSub.Location = new System.Drawing.Point(4, 388);
|
this.grdSub.Name = "grdSub";
|
this.grdSub.RowTemplate.Height = 27;
|
this.grdSub.Size = new System.Drawing.Size(936, 282);
|
this.grdSub.TabIndex = 149;
|
//
|
// txtHOrderProcNO
|
//
|
this.txtHOrderProcNO.Enabled = false;
|
this.txtHOrderProcNO.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHOrderProcNO.ForeColor = System.Drawing.Color.Green;
|
this.txtHOrderProcNO.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHOrderProcNO.Location = new System.Drawing.Point(595, 287);
|
this.txtHOrderProcNO.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHOrderProcNO.Name = "txtHOrderProcNO";
|
this.txtHOrderProcNO.ReadOnly = true;
|
this.txtHOrderProcNO.Size = new System.Drawing.Size(249, 27);
|
this.txtHOrderProcNO.TabIndex = 148;
|
this.txtHOrderProcNO.Tag = "0";
|
//
|
// label18
|
//
|
this.label18.AutoSize = true;
|
this.label18.BackColor = System.Drawing.Color.Gray;
|
this.label18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label18.ForeColor = System.Drawing.Color.Yellow;
|
this.label18.Location = new System.Drawing.Point(461, 287);
|
this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label18.Name = "label18";
|
this.label18.Size = new System.Drawing.Size(132, 27);
|
this.label18.TabIndex = 147;
|
this.label18.Text = "订单跟踪号:";
|
//
|
// label17
|
//
|
this.label17.AutoSize = true;
|
this.label17.BackColor = System.Drawing.Color.Gray;
|
this.label17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label17.ForeColor = System.Drawing.Color.Yellow;
|
this.label17.Location = new System.Drawing.Point(71, 111);
|
this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label17.Name = "label17";
|
this.label17.Size = new System.Drawing.Size(92, 27);
|
this.label17.TabIndex = 145;
|
this.label17.Text = "流水号:";
|
//
|
// txtHProcNo
|
//
|
this.txtHProcNo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHProcNo.ForeColor = System.Drawing.Color.Green;
|
this.txtHProcNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHProcNo.Location = new System.Drawing.Point(184, 111);
|
this.txtHProcNo.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHProcNo.Name = "txtHProcNo";
|
this.txtHProcNo.Size = new System.Drawing.Size(249, 27);
|
this.txtHProcNo.TabIndex = 146;
|
this.txtHProcNo.TextChanged += new System.EventHandler(this.txtHProcNo_TextChanged);
|
this.txtHProcNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHProcNo_KeyDown);
|
//
|
// cmdHCenterID
|
//
|
this.cmdHCenterID.BackColor = System.Drawing.Color.Transparent;
|
this.cmdHCenterID.Enabled = false;
|
this.cmdHCenterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHCenterID.Image")));
|
this.cmdHCenterID.Location = new System.Drawing.Point(398, 199);
|
this.cmdHCenterID.Margin = new System.Windows.Forms.Padding(4);
|
this.cmdHCenterID.Name = "cmdHCenterID";
|
this.cmdHCenterID.Size = new System.Drawing.Size(40, 40);
|
this.cmdHCenterID.TabIndex = 144;
|
this.cmdHCenterID.UseVisualStyleBackColor = false;
|
this.cmdHCenterID.Click += new System.EventHandler(this.cmdHCenterID_Click);
|
//
|
// label20
|
//
|
this.label20.AutoSize = true;
|
this.label20.BackColor = System.Drawing.Color.Gray;
|
this.label20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label20.ForeColor = System.Drawing.Color.Yellow;
|
this.label20.Location = new System.Drawing.Point(71, 199);
|
this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label20.Name = "label20";
|
this.label20.Size = new System.Drawing.Size(112, 27);
|
this.label20.TabIndex = 142;
|
this.label20.Text = "工作中心:";
|
//
|
// txtHCenterID
|
//
|
this.txtHCenterID.Enabled = false;
|
this.txtHCenterID.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHCenterID.ForeColor = System.Drawing.Color.Green;
|
this.txtHCenterID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHCenterID.Location = new System.Drawing.Point(184, 199);
|
this.txtHCenterID.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHCenterID.Name = "txtHCenterID";
|
this.txtHCenterID.ReadOnly = true;
|
this.txtHCenterID.Size = new System.Drawing.Size(212, 27);
|
this.txtHCenterID.TabIndex = 143;
|
this.txtHCenterID.TabStop = false;
|
//
|
// txtHPieceQty
|
//
|
this.txtHPieceQty.Enabled = false;
|
this.txtHPieceQty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHPieceQty.ForeColor = System.Drawing.Color.Green;
|
this.txtHPieceQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHPieceQty.Location = new System.Drawing.Point(1074, 67);
|
this.txtHPieceQty.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHPieceQty.Multiline = true;
|
this.txtHPieceQty.Name = "txtHPieceQty";
|
this.txtHPieceQty.Size = new System.Drawing.Size(249, 40);
|
this.txtHPieceQty.TabIndex = 121;
|
this.txtHPieceQty.Tag = "0";
|
this.txtHPieceQty.Visible = false;
|
//
|
// label15
|
//
|
this.label15.AutoSize = true;
|
this.label15.BackColor = System.Drawing.Color.Gray;
|
this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label15.ForeColor = System.Drawing.Color.Yellow;
|
this.label15.Location = new System.Drawing.Point(932, 67);
|
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label15.Name = "label15";
|
this.label15.Size = new System.Drawing.Size(112, 27);
|
this.label15.TabIndex = 120;
|
this.label15.Text = "接收件数:";
|
this.label15.Visible = false;
|
//
|
// txtHSourceName
|
//
|
this.txtHSourceName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHSourceName.ForeColor = System.Drawing.Color.Green;
|
this.txtHSourceName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHSourceName.Location = new System.Drawing.Point(1074, 243);
|
this.txtHSourceName.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHSourceName.Multiline = true;
|
this.txtHSourceName.Name = "txtHSourceName";
|
this.txtHSourceName.Size = new System.Drawing.Size(249, 40);
|
this.txtHSourceName.TabIndex = 119;
|
this.txtHSourceName.Tag = "0";
|
this.txtHSourceName.Visible = false;
|
//
|
// label14
|
//
|
this.label14.AutoSize = true;
|
this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label14.ForeColor = System.Drawing.Color.Yellow;
|
this.label14.Location = new System.Drawing.Point(932, 243);
|
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label14.Name = "label14";
|
this.label14.Size = new System.Drawing.Size(108, 27);
|
this.label14.TabIndex = 118;
|
this.label14.Text = "机 台:";
|
this.label14.Visible = false;
|
//
|
// txtHQty
|
//
|
this.txtHQty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHQty.ForeColor = System.Drawing.Color.Green;
|
this.txtHQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHQty.Location = new System.Drawing.Point(595, 199);
|
this.txtHQty.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHQty.Name = "txtHQty";
|
this.txtHQty.Size = new System.Drawing.Size(249, 27);
|
this.txtHQty.TabIndex = 117;
|
this.txtHQty.Tag = "0";
|
this.txtHQty.TextChanged += new System.EventHandler(this.txtHQty_TextChanged);
|
this.txtHQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHQty_KeyDown);
|
//
|
// label13
|
//
|
this.label13.AutoSize = true;
|
this.label13.BackColor = System.Drawing.Color.Gray;
|
this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label13.ForeColor = System.Drawing.Color.Yellow;
|
this.label13.Location = new System.Drawing.Point(932, 199);
|
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label13.Name = "label13";
|
this.label13.Size = new System.Drawing.Size(132, 27);
|
this.label13.TabIndex = 116;
|
this.label13.Text = "任务单数量:";
|
this.label13.Visible = false;
|
//
|
// label12
|
//
|
this.label12.AutoSize = true;
|
this.label12.BackColor = System.Drawing.Color.Gray;
|
this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label12.ForeColor = System.Drawing.Color.Yellow;
|
this.label12.Location = new System.Drawing.Point(461, 67);
|
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label12.Name = "label12";
|
this.label12.Size = new System.Drawing.Size(104, 27);
|
this.label12.TabIndex = 114;
|
this.label12.Text = "单 据 号:";
|
//
|
// txtHBillNo
|
//
|
this.txtHBillNo.Enabled = false;
|
this.txtHBillNo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHBillNo.ForeColor = System.Drawing.Color.Green;
|
this.txtHBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHBillNo.Location = new System.Drawing.Point(595, 67);
|
this.txtHBillNo.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHBillNo.Name = "txtHBillNo";
|
this.txtHBillNo.ReadOnly = true;
|
this.txtHBillNo.Size = new System.Drawing.Size(249, 27);
|
this.txtHBillNo.TabIndex = 115;
|
//
|
// txtHStationInTime
|
//
|
this.txtHStationInTime.Enabled = false;
|
this.txtHStationInTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtHStationInTime.ForeColor = System.Drawing.Color.Green;
|
this.txtHStationInTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHStationInTime.Location = new System.Drawing.Point(184, 332);
|
this.txtHStationInTime.Margin = new System.Windows.Forms.Padding(4);
|
this.txtHStationInTime.Name = "txtHStationInTime";
|
this.txtHStationInTime.ReadOnly = true;
|
this.txtHStationInTime.Size = new System.Drawing.Size(249, 27);
|
this.txtHStationInTime.TabIndex = 113;
|
this.txtHStationInTime.Tag = "0";
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.button2);
|
this.panel1.Controls.Add(this.button1);
|
this.panel1.Controls.Add(this.cmdHDelBill);
|
this.panel1.Controls.Add(this.cmdXG);
|
this.panel1.Controls.Add(this.cmdAddNew);
|
this.panel1.Controls.Add(this.cmdCancel);
|
this.panel1.Controls.Add(this.cmdOK);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.panel1.Location = new System.Drawing.Point(0, 674);
|
this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(944, 81);
|
this.panel1.TabIndex = 115;
|
//
|
// button2
|
//
|
this.button2.Enabled = false;
|
this.button2.Location = new System.Drawing.Point(727, 8);
|
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
this.button2.Name = "button2";
|
this.button2.Size = new System.Drawing.Size(102, 52);
|
this.button2.TabIndex = 123;
|
this.button2.Text = "反审核";
|
this.button2.UseVisualStyleBackColor = true;
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
//
|
// button1
|
//
|
this.button1.Enabled = false;
|
this.button1.Location = new System.Drawing.Point(608, 9);
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(102, 52);
|
this.button1.TabIndex = 122;
|
this.button1.Text = "审 核";
|
this.button1.UseVisualStyleBackColor = true;
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// cmdHDelBill
|
//
|
this.cmdHDelBill.Location = new System.Drawing.Point(175, 9);
|
this.cmdHDelBill.Margin = new System.Windows.Forms.Padding(4);
|
this.cmdHDelBill.Name = "cmdHDelBill";
|
this.cmdHDelBill.Size = new System.Drawing.Size(113, 52);
|
this.cmdHDelBill.TabIndex = 121;
|
this.cmdHDelBill.Text = "删除领料单";
|
this.cmdHDelBill.UseVisualStyleBackColor = true;
|
this.cmdHDelBill.Click += new System.EventHandler(this.cmdHDelBill_Click);
|
//
|
// cmdXG
|
//
|
this.cmdXG.Location = new System.Drawing.Point(33, 9);
|
this.cmdXG.Margin = new System.Windows.Forms.Padding(4);
|
this.cmdXG.Name = "cmdXG";
|
this.cmdXG.Size = new System.Drawing.Size(107, 52);
|
this.cmdXG.TabIndex = 120;
|
this.cmdXG.Text = "修 改";
|
this.cmdXG.UseVisualStyleBackColor = true;
|
this.cmdXG.Click += new System.EventHandler(this.cmdXG_Click);
|
//
|
// cmdAddNew
|
//
|
this.cmdAddNew.Location = new System.Drawing.Point(1035, 9);
|
this.cmdAddNew.Margin = new System.Windows.Forms.Padding(4);
|
this.cmdAddNew.Name = "cmdAddNew";
|
this.cmdAddNew.Size = new System.Drawing.Size(105, 52);
|
this.cmdAddNew.TabIndex = 114;
|
this.cmdAddNew.Text = "清 空";
|
this.cmdAddNew.UseVisualStyleBackColor = true;
|
this.cmdAddNew.Visible = false;
|
this.cmdAddNew.Click += new System.EventHandler(this.cmdAddNew_Click);
|
//
|
// MES_StationInBill
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.BackColor = System.Drawing.Color.Gray;
|
this.ClientSize = new System.Drawing.Size(944, 755);
|
this.Controls.Add(this.gbUp);
|
this.Controls.Add(this.panel1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.KeyPreview = true;
|
this.Margin = new System.Windows.Forms.Padding(4);
|
this.Name = "MES_StationInBill";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "进站接收单";
|
this.Load += new System.EventHandler(this.Sc_StationInBill_Load);
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Sc_StationInBill_FormClosing);
|
this.Resize += new System.EventHandler(this.Sc_StationInBill_Resize);
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MES_StationInBill_KeyDown);
|
this.gbUp.ResumeLayout(false);
|
this.gbUp.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdSub)).EndInit();
|
this.panel1.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button cmdHMaterID;
|
private System.Windows.Forms.TextBox txtHMaterID;
|
private System.Windows.Forms.Label label16;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox txtHICMOBillNo;
|
private System.Windows.Forms.TextBox txtHProcExchBillNo;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox txtHMaterModel;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Button cmdHEmpID;
|
private System.Windows.Forms.TextBox txtHEmpID;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Button cmdHSourceID;
|
private System.Windows.Forms.TextBox txtHSourceID;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.TextBox txtHICMOQty;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.TextBox txtHPlanQty;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.Button cmdHGroupID;
|
private System.Windows.Forms.TextBox txtHGroupID;
|
private System.Windows.Forms.Label label8;
|
private System.Windows.Forms.Button cmdHProcID;
|
private System.Windows.Forms.TextBox txtHProcID;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.TextBox txtHMaterName;
|
private System.Windows.Forms.Label label11;
|
private System.Windows.Forms.Button cmdOK;
|
private System.Windows.Forms.Button cmdCancel;
|
private System.Windows.Forms.Label lblCaption;
|
private System.Windows.Forms.GroupBox gbUp;
|
private System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.TextBox txtHStationInTime;
|
private System.Windows.Forms.Label label12;
|
private System.Windows.Forms.TextBox txtHBillNo;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Button cmdAddNew;
|
private System.Windows.Forms.TextBox txtHQty;
|
private System.Windows.Forms.Label label13;
|
private System.Windows.Forms.TextBox txtHPieceQty;
|
private System.Windows.Forms.Label label15;
|
private System.Windows.Forms.TextBox txtHSourceName;
|
private System.Windows.Forms.Label label14;
|
private System.Windows.Forms.Label label20;
|
private System.Windows.Forms.TextBox txtHCenterID;
|
private System.Windows.Forms.Button cmdHCenterID;
|
private System.Windows.Forms.Label label17;
|
private System.Windows.Forms.TextBox txtHProcNo;
|
private System.Windows.Forms.TextBox txtHOrderProcNO;
|
private System.Windows.Forms.Label label18;
|
private System.Windows.Forms.Button cmdXG;
|
private System.Windows.Forms.DataGridView grdSub;
|
private System.Windows.Forms.Button cmdHDelBill;
|
private System.Windows.Forms.Button button2;
|
private System.Windows.Forms.Button button1;
|
}
|
}
|