| namespace WarM | 
| { | 
|     partial class Kf_EditQty | 
|     { | 
|         /// <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.label1 = new System.Windows.Forms.Label(); | 
|             this.txtHQty = new System.Windows.Forms.TextBox(); | 
|             this.cmdCancel = new System.Windows.Forms.Button(); | 
|             this.cmdOK = new System.Windows.Forms.Button(); | 
|             this.txtHNeedQty = new System.Windows.Forms.TextBox(); | 
|             this.label2 = new System.Windows.Forms.Label(); | 
|             this.txtHMaterNumber = new System.Windows.Forms.TextBox(); | 
|             this.label3 = new System.Windows.Forms.Label(); | 
|             this.txtHMaterName = new System.Windows.Forms.TextBox(); | 
|             this.label4 = new System.Windows.Forms.Label(); | 
|             this.txtHMaterModel = new System.Windows.Forms.TextBox(); | 
|             this.label5 = new System.Windows.Forms.Label(); | 
|             this.txtHMaterUnit = new System.Windows.Forms.TextBox(); | 
|             this.label6 = new System.Windows.Forms.Label(); | 
|             this.SuspendLayout(); | 
|             //  | 
|             // label1 | 
|             //  | 
|             this.label1.AutoSize = true; | 
|             this.label1.Location = new System.Drawing.Point(37, 146); | 
|             this.label1.Name = "label1"; | 
|             this.label1.Size = new System.Drawing.Size(53, 12); | 
|             this.label1.TabIndex = 0; | 
|             this.label1.Text = "数    量"; | 
|             //  | 
|             // txtHQty | 
|             //  | 
|             this.txtHQty.Location = new System.Drawing.Point(104, 146); | 
|             this.txtHQty.Name = "txtHQty"; | 
|             this.txtHQty.Size = new System.Drawing.Size(207, 21); | 
|             this.txtHQty.TabIndex = 1; | 
|             //  | 
|             // cmdCancel | 
|             //  | 
|             this.cmdCancel.Location = new System.Drawing.Point(273, 180); | 
|             this.cmdCancel.Name = "cmdCancel"; | 
|             this.cmdCancel.Size = new System.Drawing.Size(62, 23); | 
|             this.cmdCancel.TabIndex = 58; | 
|             this.cmdCancel.Text = "取消"; | 
|             this.cmdCancel.UseVisualStyleBackColor = true; | 
|             this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); | 
|             //  | 
|             // cmdOK | 
|             //  | 
|             this.cmdOK.Location = new System.Drawing.Point(187, 180); | 
|             this.cmdOK.Name = "cmdOK"; | 
|             this.cmdOK.Size = new System.Drawing.Size(68, 23); | 
|             this.cmdOK.TabIndex = 57; | 
|             this.cmdOK.Text = "确定"; | 
|             this.cmdOK.UseVisualStyleBackColor = true; | 
|             this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); | 
|             //  | 
|             // txtHNeedQty | 
|             //  | 
|             this.txtHNeedQty.Enabled = false; | 
|             this.txtHNeedQty.Location = new System.Drawing.Point(104, 119); | 
|             this.txtHNeedQty.Name = "txtHNeedQty"; | 
|             this.txtHNeedQty.ReadOnly = true; | 
|             this.txtHNeedQty.Size = new System.Drawing.Size(207, 21); | 
|             this.txtHNeedQty.TabIndex = 60; | 
|             //  | 
|             // label2 | 
|             //  | 
|             this.label2.AutoSize = true; | 
|             this.label2.Location = new System.Drawing.Point(37, 119); | 
|             this.label2.Name = "label2"; | 
|             this.label2.Size = new System.Drawing.Size(53, 12); | 
|             this.label2.TabIndex = 59; | 
|             this.label2.Text = "应收数量"; | 
|             //  | 
|             // txtHMaterNumber | 
|             //  | 
|             this.txtHMaterNumber.Enabled = false; | 
|             this.txtHMaterNumber.Location = new System.Drawing.Point(104, 12); | 
|             this.txtHMaterNumber.Name = "txtHMaterNumber"; | 
|             this.txtHMaterNumber.ReadOnly = true; | 
|             this.txtHMaterNumber.Size = new System.Drawing.Size(207, 21); | 
|             this.txtHMaterNumber.TabIndex = 62; | 
|             //  | 
|             // label3 | 
|             //  | 
|             this.label3.AutoSize = true; | 
|             this.label3.Location = new System.Drawing.Point(37, 12); | 
|             this.label3.Name = "label3"; | 
|             this.label3.Size = new System.Drawing.Size(53, 12); | 
|             this.label3.TabIndex = 61; | 
|             this.label3.Text = "物料代码"; | 
|             //  | 
|             // txtHMaterName | 
|             //  | 
|             this.txtHMaterName.Enabled = false; | 
|             this.txtHMaterName.Location = new System.Drawing.Point(104, 39); | 
|             this.txtHMaterName.Name = "txtHMaterName"; | 
|             this.txtHMaterName.ReadOnly = true; | 
|             this.txtHMaterName.Size = new System.Drawing.Size(207, 21); | 
|             this.txtHMaterName.TabIndex = 64; | 
|             //  | 
|             // label4 | 
|             //  | 
|             this.label4.AutoSize = true; | 
|             this.label4.Location = new System.Drawing.Point(37, 39); | 
|             this.label4.Name = "label4"; | 
|             this.label4.Size = new System.Drawing.Size(53, 12); | 
|             this.label4.TabIndex = 63; | 
|             this.label4.Text = "物料名称"; | 
|             //  | 
|             // txtHMaterModel | 
|             //  | 
|             this.txtHMaterModel.Enabled = false; | 
|             this.txtHMaterModel.Location = new System.Drawing.Point(104, 66); | 
|             this.txtHMaterModel.Name = "txtHMaterModel"; | 
|             this.txtHMaterModel.ReadOnly = true; | 
|             this.txtHMaterModel.Size = new System.Drawing.Size(207, 21); | 
|             this.txtHMaterModel.TabIndex = 66; | 
|             //  | 
|             // label5 | 
|             //  | 
|             this.label5.AutoSize = true; | 
|             this.label5.Location = new System.Drawing.Point(37, 66); | 
|             this.label5.Name = "label5"; | 
|             this.label5.Size = new System.Drawing.Size(53, 12); | 
|             this.label5.TabIndex = 65; | 
|             this.label5.Text = "规格型号"; | 
|             //  | 
|             // txtHMaterUnit | 
|             //  | 
|             this.txtHMaterUnit.Enabled = false; | 
|             this.txtHMaterUnit.Location = new System.Drawing.Point(104, 92); | 
|             this.txtHMaterUnit.Name = "txtHMaterUnit"; | 
|             this.txtHMaterUnit.ReadOnly = true; | 
|             this.txtHMaterUnit.Size = new System.Drawing.Size(207, 21); | 
|             this.txtHMaterUnit.TabIndex = 68; | 
|             //  | 
|             // label6 | 
|             //  | 
|             this.label6.AutoSize = true; | 
|             this.label6.Location = new System.Drawing.Point(37, 92); | 
|             this.label6.Name = "label6"; | 
|             this.label6.Size = new System.Drawing.Size(53, 12); | 
|             this.label6.TabIndex = 67; | 
|             this.label6.Text = "计量单位"; | 
|             //  | 
|             // Kf_EditQty | 
|             //  | 
|             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); | 
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 
|             this.ClientSize = new System.Drawing.Size(364, 215); | 
|             this.ControlBox = false; | 
|             this.Controls.Add(this.txtHMaterUnit); | 
|             this.Controls.Add(this.label6); | 
|             this.Controls.Add(this.txtHMaterModel); | 
|             this.Controls.Add(this.label5); | 
|             this.Controls.Add(this.txtHMaterName); | 
|             this.Controls.Add(this.label4); | 
|             this.Controls.Add(this.txtHMaterNumber); | 
|             this.Controls.Add(this.label3); | 
|             this.Controls.Add(this.txtHNeedQty); | 
|             this.Controls.Add(this.label2); | 
|             this.Controls.Add(this.cmdCancel); | 
|             this.Controls.Add(this.cmdOK); | 
|             this.Controls.Add(this.txtHQty); | 
|             this.Controls.Add(this.label1); | 
|             this.Name = "Kf_EditQty"; | 
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; | 
|             this.Text = "入库数量"; | 
|             this.ResumeLayout(false); | 
|             this.PerformLayout(); | 
|   | 
|         } | 
|   | 
|         #endregion | 
|   | 
|         private System.Windows.Forms.Label label1; | 
|         public System.Windows.Forms.TextBox txtHQty; | 
|         private System.Windows.Forms.Button cmdCancel; | 
|         private System.Windows.Forms.Button cmdOK; | 
|         public System.Windows.Forms.TextBox txtHNeedQty; | 
|         private System.Windows.Forms.Label label2; | 
|         public System.Windows.Forms.TextBox txtHMaterNumber; | 
|         private System.Windows.Forms.Label label3; | 
|         public System.Windows.Forms.TextBox txtHMaterName; | 
|         private System.Windows.Forms.Label label4; | 
|         public System.Windows.Forms.TextBox txtHMaterModel; | 
|         private System.Windows.Forms.Label label5; | 
|         public System.Windows.Forms.TextBox txtHMaterUnit; | 
|         private System.Windows.Forms.Label label6; | 
|     } | 
| } |