namespace WorkM 
 | 
{ 
 | 
    partial class Xs_SendGoodsPlan_MPS 
 | 
    { 
 | 
        /// <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.label34 = new System.Windows.Forms.Label(); 
 | 
            this.txtHQty = new System.Windows.Forms.TextBox(); 
 | 
            this.label26 = new System.Windows.Forms.Label(); 
 | 
            this.txtHUnitID = new System.Windows.Forms.TextBox(); 
 | 
            this.label38 = new System.Windows.Forms.Label(); 
 | 
            this.txtHModel = new System.Windows.Forms.TextBox(); 
 | 
            this.label10 = new System.Windows.Forms.Label(); 
 | 
            this.txtHMaterNumber = new System.Windows.Forms.TextBox(); 
 | 
            this.label14 = new System.Windows.Forms.Label(); 
 | 
            this.txtHMaterID = new System.Windows.Forms.TextBox(); 
 | 
            this.label4 = new System.Windows.Forms.Label(); 
 | 
            this.txtHBillNo = new System.Windows.Forms.TextBox(); 
 | 
            this.dtpHDate = new System.Windows.Forms.DateTimePicker(); 
 | 
            this.label9 = new System.Windows.Forms.Label(); 
 | 
            this.cmdOK = new System.Windows.Forms.Button(); 
 | 
            this.tc = new System.Windows.Forms.Button(); 
 | 
            this.SuspendLayout(); 
 | 
            //  
 | 
            // label34 
 | 
            //  
 | 
            this.label34.AutoSize = true; 
 | 
            this.label34.ForeColor = System.Drawing.Color.Black; 
 | 
            this.label34.Location = new System.Drawing.Point(21, 109); 
 | 
            this.label34.Name = "label34"; 
 | 
            this.label34.Size = new System.Drawing.Size(53, 12); 
 | 
            this.label34.TabIndex = 333; 
 | 
            this.label34.Text = "数    量"; 
 | 
            //  
 | 
            // txtHQty 
 | 
            //  
 | 
            this.txtHQty.ImeMode = System.Windows.Forms.ImeMode.NoControl; 
 | 
            this.txtHQty.Location = new System.Drawing.Point(99, 105); 
 | 
            this.txtHQty.Name = "txtHQty"; 
 | 
            this.txtHQty.Size = new System.Drawing.Size(188, 21); 
 | 
            this.txtHQty.TabIndex = 324; 
 | 
            this.txtHQty.TabStop = false; 
 | 
            this.txtHQty.Tag = "0"; 
 | 
            //  
 | 
            // label26 
 | 
            //  
 | 
            this.label26.AutoSize = true; 
 | 
            this.label26.ForeColor = System.Drawing.Color.Black; 
 | 
            this.label26.Location = new System.Drawing.Point(317, 83); 
 | 
            this.label26.Name = "label26"; 
 | 
            this.label26.Size = new System.Drawing.Size(53, 12); 
 | 
            this.label26.TabIndex = 332; 
 | 
            this.label26.Text = "单    位"; 
 | 
            //  
 | 
            // txtHUnitID 
 | 
            //  
 | 
            this.txtHUnitID.BackColor = System.Drawing.SystemColors.Window; 
 | 
            this.txtHUnitID.Enabled = false; 
 | 
            this.txtHUnitID.ImeMode = System.Windows.Forms.ImeMode.NoControl; 
 | 
            this.txtHUnitID.Location = new System.Drawing.Point(394, 79); 
 | 
            this.txtHUnitID.Name = "txtHUnitID"; 
 | 
            this.txtHUnitID.Size = new System.Drawing.Size(188, 21); 
 | 
            this.txtHUnitID.TabIndex = 323; 
 | 
            this.txtHUnitID.TabStop = false; 
 | 
            this.txtHUnitID.Tag = "0"; 
 | 
            //  
 | 
            // label38 
 | 
            //  
 | 
            this.label38.AutoSize = true; 
 | 
            this.label38.ForeColor = System.Drawing.Color.Black; 
 | 
            this.label38.Location = new System.Drawing.Point(21, 82); 
 | 
            this.label38.Name = "label38"; 
 | 
            this.label38.Size = new System.Drawing.Size(53, 12); 
 | 
            this.label38.TabIndex = 331; 
 | 
            this.label38.Text = "规格型号"; 
 | 
            //  
 | 
            // txtHModel 
 | 
            //  
 | 
            this.txtHModel.BackColor = System.Drawing.SystemColors.Window; 
 | 
            this.txtHModel.Enabled = false; 
 | 
            this.txtHModel.ImeMode = System.Windows.Forms.ImeMode.NoControl; 
 | 
            this.txtHModel.Location = new System.Drawing.Point(99, 78); 
 | 
            this.txtHModel.Name = "txtHModel"; 
 | 
            this.txtHModel.Size = new System.Drawing.Size(188, 21); 
 | 
            this.txtHModel.TabIndex = 327; 
 | 
            this.txtHModel.TabStop = false; 
 | 
            this.txtHModel.Tag = "0"; 
 | 
            //  
 | 
            // label10 
 | 
            //  
 | 
            this.label10.AutoSize = true; 
 | 
            this.label10.ForeColor = System.Drawing.Color.Black; 
 | 
            this.label10.Location = new System.Drawing.Point(317, 54); 
 | 
            this.label10.Name = "label10"; 
 | 
            this.label10.Size = new System.Drawing.Size(53, 12); 
 | 
            this.label10.TabIndex = 330; 
 | 
            this.label10.Text = "产品代码"; 
 | 
            //  
 | 
            // txtHMaterNumber 
 | 
            //  
 | 
            this.txtHMaterNumber.BackColor = System.Drawing.SystemColors.Window; 
 | 
            this.txtHMaterNumber.Enabled = false; 
 | 
            this.txtHMaterNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl; 
 | 
            this.txtHMaterNumber.Location = new System.Drawing.Point(394, 51); 
 | 
            this.txtHMaterNumber.Name = "txtHMaterNumber"; 
 | 
            this.txtHMaterNumber.Size = new System.Drawing.Size(188, 21); 
 | 
            this.txtHMaterNumber.TabIndex = 326; 
 | 
            this.txtHMaterNumber.TabStop = false; 
 | 
            this.txtHMaterNumber.Tag = "0"; 
 | 
            //  
 | 
            // label14 
 | 
            //  
 | 
            this.label14.AutoSize = true; 
 | 
            this.label14.ForeColor = System.Drawing.Color.Black; 
 | 
            this.label14.Location = new System.Drawing.Point(21, 55); 
 | 
            this.label14.Name = "label14"; 
 | 
            this.label14.Size = new System.Drawing.Size(53, 12); 
 | 
            this.label14.TabIndex = 329; 
 | 
            this.label14.Text = "产    品"; 
 | 
            //  
 | 
            // txtHMaterID 
 | 
            //  
 | 
            this.txtHMaterID.BackColor = System.Drawing.SystemColors.Window; 
 | 
            this.txtHMaterID.Enabled = false; 
 | 
            this.txtHMaterID.ImeMode = System.Windows.Forms.ImeMode.NoControl; 
 | 
            this.txtHMaterID.Location = new System.Drawing.Point(99, 51); 
 | 
            this.txtHMaterID.Name = "txtHMaterID"; 
 | 
            this.txtHMaterID.Size = new System.Drawing.Size(188, 21); 
 | 
            this.txtHMaterID.TabIndex = 325; 
 | 
            this.txtHMaterID.TabStop = false; 
 | 
            this.txtHMaterID.Tag = "0"; 
 | 
            //  
 | 
            // label4 
 | 
            //  
 | 
            this.label4.AutoSize = true; 
 | 
            this.label4.ForeColor = System.Drawing.Color.Black; 
 | 
            this.label4.Location = new System.Drawing.Point(21, 28); 
 | 
            this.label4.Name = "label4"; 
 | 
            this.label4.Size = new System.Drawing.Size(65, 12); 
 | 
            this.label4.TabIndex = 328; 
 | 
            this.label4.Text = "销售订单号"; 
 | 
            //  
 | 
            // txtHBillNo 
 | 
            //  
 | 
            this.txtHBillNo.BackColor = System.Drawing.SystemColors.Window; 
 | 
            this.txtHBillNo.Enabled = false; 
 | 
            this.txtHBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl; 
 | 
            this.txtHBillNo.Location = new System.Drawing.Point(99, 24); 
 | 
            this.txtHBillNo.Name = "txtHBillNo"; 
 | 
            this.txtHBillNo.Size = new System.Drawing.Size(188, 21); 
 | 
            this.txtHBillNo.TabIndex = 322; 
 | 
            this.txtHBillNo.TabStop = false; 
 | 
            //  
 | 
            // dtpHDate 
 | 
            //  
 | 
            this.dtpHDate.Enabled = false; 
 | 
            this.dtpHDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; 
 | 
            this.dtpHDate.ImeMode = System.Windows.Forms.ImeMode.NoControl; 
 | 
            this.dtpHDate.Location = new System.Drawing.Point(394, 24); 
 | 
            this.dtpHDate.Name = "dtpHDate"; 
 | 
            this.dtpHDate.Size = new System.Drawing.Size(188, 21); 
 | 
            this.dtpHDate.TabIndex = 334; 
 | 
            //  
 | 
            // label9 
 | 
            //  
 | 
            this.label9.AutoSize = true; 
 | 
            this.label9.ForeColor = System.Drawing.Color.Black; 
 | 
            this.label9.Location = new System.Drawing.Point(317, 24); 
 | 
            this.label9.Name = "label9"; 
 | 
            this.label9.Size = new System.Drawing.Size(53, 12); 
 | 
            this.label9.TabIndex = 335; 
 | 
            this.label9.Text = "日    期"; 
 | 
            //  
 | 
            // cmdOK 
 | 
            //  
 | 
            this.cmdOK.Location = new System.Drawing.Point(394, 109); 
 | 
            this.cmdOK.Name = "cmdOK"; 
 | 
            this.cmdOK.Size = new System.Drawing.Size(72, 23); 
 | 
            this.cmdOK.TabIndex = 336; 
 | 
            this.cmdOK.Text = "确    定"; 
 | 
            this.cmdOK.UseVisualStyleBackColor = true; 
 | 
            this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); 
 | 
            //  
 | 
            // tc 
 | 
            //  
 | 
            this.tc.Location = new System.Drawing.Point(510, 109); 
 | 
            this.tc.Name = "tc"; 
 | 
            this.tc.Size = new System.Drawing.Size(72, 23); 
 | 
            this.tc.TabIndex = 337; 
 | 
            this.tc.Text = "取    消"; 
 | 
            this.tc.UseVisualStyleBackColor = true; 
 | 
            this.tc.Click += new System.EventHandler(this.tc_Click); 
 | 
            //  
 | 
            // Xs_SendGoodsPlan_MPS 
 | 
            //  
 | 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
 | 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
 | 
            this.ClientSize = new System.Drawing.Size(623, 150); 
 | 
            this.Controls.Add(this.tc); 
 | 
            this.Controls.Add(this.cmdOK); 
 | 
            this.Controls.Add(this.dtpHDate); 
 | 
            this.Controls.Add(this.label9); 
 | 
            this.Controls.Add(this.label34); 
 | 
            this.Controls.Add(this.txtHQty); 
 | 
            this.Controls.Add(this.label26); 
 | 
            this.Controls.Add(this.txtHUnitID); 
 | 
            this.Controls.Add(this.label38); 
 | 
            this.Controls.Add(this.txtHModel); 
 | 
            this.Controls.Add(this.label10); 
 | 
            this.Controls.Add(this.txtHMaterNumber); 
 | 
            this.Controls.Add(this.label14); 
 | 
            this.Controls.Add(this.txtHMaterID); 
 | 
            this.Controls.Add(this.label4); 
 | 
            this.Controls.Add(this.txtHBillNo); 
 | 
            this.Name = "Xs_SendGoodsPlan_MPS"; 
 | 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
 | 
            this.Text = "下推主生产计划订单"; 
 | 
            this.ResumeLayout(false); 
 | 
            this.PerformLayout(); 
 | 
  
 | 
        } 
 | 
  
 | 
        #endregion 
 | 
  
 | 
        private System.Windows.Forms.Label label34; 
 | 
        public System.Windows.Forms.TextBox txtHQty; 
 | 
        private System.Windows.Forms.Label label26; 
 | 
        public System.Windows.Forms.TextBox txtHUnitID; 
 | 
        private System.Windows.Forms.Label label38; 
 | 
        public System.Windows.Forms.TextBox txtHModel; 
 | 
        private System.Windows.Forms.Label label10; 
 | 
        public System.Windows.Forms.TextBox txtHMaterNumber; 
 | 
        private System.Windows.Forms.Label label14; 
 | 
        public System.Windows.Forms.TextBox txtHMaterID; 
 | 
        private System.Windows.Forms.Label label4; 
 | 
        public System.Windows.Forms.TextBox txtHBillNo; 
 | 
        private System.Windows.Forms.Label label9; 
 | 
        private System.Windows.Forms.Button cmdOK; 
 | 
        private System.Windows.Forms.Button tc; 
 | 
        public System.Windows.Forms.DateTimePicker dtpHDate; 
 | 
    } 
 | 
} 
 |