| namespace PlanM | 
| { | 
|     partial class Sc_MESHang | 
|     { | 
|         /// <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(Sc_MESHang)); | 
|             this.label6 = new System.Windows.Forms.Label(); | 
|             this.txtHICMOBillNo = new System.Windows.Forms.TextBox(); | 
|             this.label1 = new System.Windows.Forms.Label(); | 
|             this.txtHSplitNO = new System.Windows.Forms.TextBox(); | 
|             this.label2 = new System.Windows.Forms.Label(); | 
|             this.cmbHPauseReason = new System.Windows.Forms.ComboBox(); | 
|             this.button1 = new System.Windows.Forms.Button(); | 
|             this.button2 = new System.Windows.Forms.Button(); | 
|             this.cmdHEmpID = new System.Windows.Forms.Button(); | 
|             this.txtHEmpID = new System.Windows.Forms.TextBox(); | 
|             this.label16 = new System.Windows.Forms.Label(); | 
|             this.SuspendLayout(); | 
|             //  | 
|             // label6 | 
|             //  | 
|             this.label6.AutoSize = true; | 
|             this.label6.BackColor = System.Drawing.Color.Transparent; | 
|             this.label6.ForeColor = System.Drawing.Color.Black; | 
|             this.label6.Location = new System.Drawing.Point(18, 26); | 
|             this.label6.Name = "label6"; | 
|             this.label6.Size = new System.Drawing.Size(53, 12); | 
|             this.label6.TabIndex = 293; | 
|             this.label6.Text = "任务单号"; | 
|             //  | 
|             // txtHICMOBillNo | 
|             //  | 
|             this.txtHICMOBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; | 
|             this.txtHICMOBillNo.Location = new System.Drawing.Point(89, 22); | 
|             this.txtHICMOBillNo.Name = "txtHICMOBillNo"; | 
|             this.txtHICMOBillNo.Size = new System.Drawing.Size(166, 21); | 
|             this.txtHICMOBillNo.TabIndex = 294; | 
|             this.txtHICMOBillNo.Tag = "0"; | 
|             //  | 
|             // label1 | 
|             //  | 
|             this.label1.AutoSize = true; | 
|             this.label1.BackColor = System.Drawing.Color.Transparent; | 
|             this.label1.ForeColor = System.Drawing.Color.Black; | 
|             this.label1.Location = new System.Drawing.Point(18, 53); | 
|             this.label1.Name = "label1"; | 
|             this.label1.Size = new System.Drawing.Size(53, 12); | 
|             this.label1.TabIndex = 295; | 
|             this.label1.Text = "拆 分 号"; | 
|             //  | 
|             // txtHSplitNO | 
|             //  | 
|             this.txtHSplitNO.ImeMode = System.Windows.Forms.ImeMode.NoControl; | 
|             this.txtHSplitNO.Location = new System.Drawing.Point(89, 49); | 
|             this.txtHSplitNO.Name = "txtHSplitNO"; | 
|             this.txtHSplitNO.Size = new System.Drawing.Size(166, 21); | 
|             this.txtHSplitNO.TabIndex = 296; | 
|             this.txtHSplitNO.Tag = "0"; | 
|             //  | 
|             // label2 | 
|             //  | 
|             this.label2.AutoSize = true; | 
|             this.label2.BackColor = System.Drawing.Color.Transparent; | 
|             this.label2.ForeColor = System.Drawing.Color.Black; | 
|             this.label2.Location = new System.Drawing.Point(18, 80); | 
|             this.label2.Name = "label2"; | 
|             this.label2.Size = new System.Drawing.Size(53, 12); | 
|             this.label2.TabIndex = 297; | 
|             this.label2.Text = "挂起原因"; | 
|             //  | 
|             // cmbHPauseReason | 
|             //  | 
|             this.cmbHPauseReason.FormattingEnabled = true; | 
|             this.cmbHPauseReason.Items.AddRange(new object[] { | 
|             "生产设备故障", | 
|             "班组人员未到位", | 
|             "上道生产未完成", | 
|             "缺少辅料", | 
|             "缺少辅助工具", | 
|             "其它紧急任务插入", | 
|             "其它原因"}); | 
|             this.cmbHPauseReason.Location = new System.Drawing.Point(89, 80); | 
|             this.cmbHPauseReason.Name = "cmbHPauseReason"; | 
|             this.cmbHPauseReason.Size = new System.Drawing.Size(166, 20); | 
|             this.cmbHPauseReason.TabIndex = 298; | 
|             //  | 
|             // button1 | 
|             //  | 
|             this.button1.Location = new System.Drawing.Point(89, 150); | 
|             this.button1.Name = "button1"; | 
|             this.button1.Size = new System.Drawing.Size(75, 23); | 
|             this.button1.TabIndex = 299; | 
|             this.button1.Text = "确    定"; | 
|             this.button1.UseVisualStyleBackColor = true; | 
|             this.button1.Click += new System.EventHandler(this.button1_Click); | 
|             //  | 
|             // button2 | 
|             //  | 
|             this.button2.Location = new System.Drawing.Point(180, 150); | 
|             this.button2.Name = "button2"; | 
|             this.button2.Size = new System.Drawing.Size(75, 23); | 
|             this.button2.TabIndex = 300; | 
|             this.button2.Text = "取    消"; | 
|             this.button2.UseVisualStyleBackColor = true; | 
|             this.button2.Click += new System.EventHandler(this.button2_Click); | 
|             //  | 
|             // cmdHEmpID | 
|             //  | 
|             this.cmdHEmpID.BackColor = System.Drawing.Color.Transparent; | 
|             this.cmdHEmpID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID.Image"))); | 
|             this.cmdHEmpID.ImageAlign = System.Drawing.ContentAlignment.TopRight; | 
|             this.cmdHEmpID.Location = new System.Drawing.Point(255, 106); | 
|             this.cmdHEmpID.Name = "cmdHEmpID"; | 
|             this.cmdHEmpID.Size = new System.Drawing.Size(22, 22); | 
|             this.cmdHEmpID.TabIndex = 303; | 
|             this.cmdHEmpID.UseVisualStyleBackColor = false; | 
|             this.cmdHEmpID.Click += new System.EventHandler(this.cmdHEmpID_Click); | 
|             //  | 
|             // txtHEmpID | 
|             //  | 
|             this.txtHEmpID.ImeMode = System.Windows.Forms.ImeMode.NoControl; | 
|             this.txtHEmpID.Location = new System.Drawing.Point(89, 106); | 
|             this.txtHEmpID.Name = "txtHEmpID"; | 
|             this.txtHEmpID.Size = new System.Drawing.Size(166, 21); | 
|             this.txtHEmpID.TabIndex = 302; | 
|             this.txtHEmpID.Tag = "0"; | 
|             //  | 
|             // label16 | 
|             //  | 
|             this.label16.AutoSize = true; | 
|             this.label16.ForeColor = System.Drawing.Color.Black; | 
|             this.label16.Location = new System.Drawing.Point(18, 109); | 
|             this.label16.Name = "label16"; | 
|             this.label16.Size = new System.Drawing.Size(53, 12); | 
|             this.label16.TabIndex = 301; | 
|             this.label16.Text = "挂 起 人"; | 
|             //  | 
|             // Sc_MESHang | 
|             //  | 
|             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); | 
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 
|             this.ClientSize = new System.Drawing.Size(284, 204); | 
|             this.Controls.Add(this.cmdHEmpID); | 
|             this.Controls.Add(this.txtHEmpID); | 
|             this.Controls.Add(this.label16); | 
|             this.Controls.Add(this.button2); | 
|             this.Controls.Add(this.button1); | 
|             this.Controls.Add(this.cmbHPauseReason); | 
|             this.Controls.Add(this.label2); | 
|             this.Controls.Add(this.label1); | 
|             this.Controls.Add(this.txtHSplitNO); | 
|             this.Controls.Add(this.label6); | 
|             this.Controls.Add(this.txtHICMOBillNo); | 
|             this.Name = "Sc_MESHang"; | 
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; | 
|             this.Text = "任务挂起"; | 
|             this.ResumeLayout(false); | 
|             this.PerformLayout(); | 
|   | 
|         } | 
|   | 
|         #endregion | 
|   | 
|         private System.Windows.Forms.Label label6; | 
|         private System.Windows.Forms.Label label1; | 
|         private System.Windows.Forms.Label label2; | 
|         private System.Windows.Forms.ComboBox cmbHPauseReason; | 
|         private System.Windows.Forms.Button button1; | 
|         private System.Windows.Forms.Button button2; | 
|         public System.Windows.Forms.TextBox txtHICMOBillNo; | 
|         public System.Windows.Forms.TextBox txtHSplitNO; | 
|         private System.Windows.Forms.Button cmdHEmpID; | 
|         private System.Windows.Forms.TextBox txtHEmpID; | 
|         private System.Windows.Forms.Label label16; | 
|     } | 
| } |