namespace APSM
{
partial class Sc_ProcPlanMultilevelSortBill_ChangQty
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.cmdOK = new System.Windows.Forms.Button();
this.cmdCancel = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtHChangeQty = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtHQty = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtHDate = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtHICMOInterID = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// cmdOK
//
this.cmdOK.Location = new System.Drawing.Point(117, 154);
this.cmdOK.Name = "cmdOK";
this.cmdOK.Size = new System.Drawing.Size(68, 23);
this.cmdOK.TabIndex = 22;
this.cmdOK.Text = "确 定";
this.cmdOK.UseVisualStyleBackColor = true;
this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
//
// cmdCancel
//
this.cmdCancel.Location = new System.Drawing.Point(191, 154);
this.cmdCancel.Name = "cmdCancel";
this.cmdCancel.Size = new System.Drawing.Size(73, 23);
this.cmdCancel.TabIndex = 23;
this.cmdCancel.Text = "取 消";
this.cmdCancel.UseVisualStyleBackColor = true;
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.txtHChangeQty);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.txtHQty);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.txtHDate);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.txtHICMOInterID);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Location = new System.Drawing.Point(12, 7);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(249, 141);
this.groupBox2.TabIndex = 26;
this.groupBox2.TabStop = false;
//
// txtHChangeQty
//
this.txtHChangeQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHChangeQty.Location = new System.Drawing.Point(73, 101);
this.txtHChangeQty.Name = "txtHChangeQty";
this.txtHChangeQty.Size = new System.Drawing.Size(150, 21);
this.txtHChangeQty.TabIndex = 63;
this.txtHChangeQty.TextChanged += new System.EventHandler(this.txtHChangeQty_TextChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(14, 104);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 62;
this.label4.Text = "变更数量";
//
// txtHQty
//
this.txtHQty.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHQty.Location = new System.Drawing.Point(73, 74);
this.txtHQty.Name = "txtHQty";
this.txtHQty.ReadOnly = true;
this.txtHQty.Size = new System.Drawing.Size(150, 21);
this.txtHQty.TabIndex = 61;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(14, 77);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 60;
this.label2.Text = "排程数量";
//
// txtHDate
//
this.txtHDate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHDate.Location = new System.Drawing.Point(73, 47);
this.txtHDate.Name = "txtHDate";
this.txtHDate.ReadOnly = true;
this.txtHDate.Size = new System.Drawing.Size(150, 21);
this.txtHDate.TabIndex = 59;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(14, 50);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 58;
this.label1.Text = "日 期";
//
// txtHICMOInterID
//
this.txtHICMOInterID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHICMOInterID.Location = new System.Drawing.Point(73, 20);
this.txtHICMOInterID.Name = "txtHICMOInterID";
this.txtHICMOInterID.ReadOnly = true;
this.txtHICMOInterID.Size = new System.Drawing.Size(150, 21);
this.txtHICMOInterID.TabIndex = 57;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(14, 23);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 56;
this.label3.Text = "任务单号";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Sc_ProcPlanMultilevelSortBill_ChangQty
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(276, 182);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.cmdCancel);
this.Controls.Add(this.cmdOK);
this.Name = "Sc_ProcPlanMultilevelSortBill_ChangQty";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "变更排程数量";
this.Activated += new System.EventHandler(this.Xs_SellOutDayReportDlg_Activated);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button cmdOK;
private System.Windows.Forms.Button cmdCancel;
public System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Timer timer1;
public System.Windows.Forms.TextBox txtHChangeQty;
private System.Windows.Forms.Label label4;
public System.Windows.Forms.TextBox txtHQty;
private System.Windows.Forms.Label label2;
public System.Windows.Forms.TextBox txtHDate;
private System.Windows.Forms.Label label1;
public System.Windows.Forms.TextBox txtHICMOInterID;
private System.Windows.Forms.Label label3;
}
}