namespace PayM
{
partial class Pay_PayMent_QCAdd
{
///
/// 必需的设计器变量。
///
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Pay_PayMent_QCAdd));
this.cmdHMaterID = new System.Windows.Forms.Button();
this.txtHMaterID = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.cmdHDeptID = new System.Windows.Forms.Button();
this.txtHDeptID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtHMaterName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtHMoney = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.cmbHYear = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.cmbHPeriod = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.cmdHGroupID = new System.Windows.Forms.Button();
this.txtHGroupID = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.cmdHProcID = new System.Windows.Forms.Button();
this.txtHProcID = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.cmdHEmpID = new System.Windows.Forms.Button();
this.txtHEmpID = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.cmdHUnitID = new System.Windows.Forms.Button();
this.txtHUnitID = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.cmdHICMOBillNo = new System.Windows.Forms.Button();
this.txtHICMOBillNo = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.txtHRemark = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// cmdHMaterID
//
this.cmdHMaterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHMaterID.Image")));
this.cmdHMaterID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdHMaterID.Location = new System.Drawing.Point(237, 63);
this.cmdHMaterID.Name = "cmdHMaterID";
this.cmdHMaterID.Size = new System.Drawing.Size(22, 22);
this.cmdHMaterID.TabIndex = 37;
this.cmdHMaterID.UseVisualStyleBackColor = true;
this.cmdHMaterID.Click += new System.EventHandler(this.cmdHMaterID_Click);
//
// txtHMaterID
//
this.txtHMaterID.Location = new System.Drawing.Point(71, 65);
this.txtHMaterID.Name = "txtHMaterID";
this.txtHMaterID.Size = new System.Drawing.Size(167, 21);
this.txtHMaterID.TabIndex = 36;
this.txtHMaterID.Tag = "0";
this.txtHMaterID.TextChanged += new System.EventHandler(this.txtHMaterID_TextChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Black;
this.label5.Location = new System.Drawing.Point(14, 66);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 35;
this.label5.Text = "产品代码";
//
// cmdHDeptID
//
this.cmdHDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHDeptID.Image")));
this.cmdHDeptID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdHDeptID.Location = new System.Drawing.Point(237, 36);
this.cmdHDeptID.Name = "cmdHDeptID";
this.cmdHDeptID.Size = new System.Drawing.Size(22, 22);
this.cmdHDeptID.TabIndex = 40;
this.cmdHDeptID.UseVisualStyleBackColor = true;
this.cmdHDeptID.Click += new System.EventHandler(this.cmdHCostItemID_Click);
//
// txtHDeptID
//
this.txtHDeptID.Location = new System.Drawing.Point(71, 38);
this.txtHDeptID.Name = "txtHDeptID";
this.txtHDeptID.Size = new System.Drawing.Size(167, 21);
this.txtHDeptID.TabIndex = 39;
this.txtHDeptID.Tag = "0";
this.txtHDeptID.TextChanged += new System.EventHandler(this.txtHCostItemID_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.Location = new System.Drawing.Point(14, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 38;
this.label1.Text = "部 门";
//
// txtHMaterName
//
this.txtHMaterName.Location = new System.Drawing.Point(346, 66);
this.txtHMaterName.Name = "txtHMaterName";
this.txtHMaterName.Size = new System.Drawing.Size(167, 21);
this.txtHMaterName.TabIndex = 42;
this.txtHMaterName.Tag = "0";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Black;
this.label2.Location = new System.Drawing.Point(289, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 41;
this.label2.Text = "产品名称";
//
// txtHMoney
//
this.txtHMoney.Location = new System.Drawing.Point(71, 146);
this.txtHMoney.Name = "txtHMoney";
this.txtHMoney.Size = new System.Drawing.Size(167, 21);
this.txtHMoney.TabIndex = 44;
this.txtHMoney.Tag = "0";
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Black;
this.label3.Location = new System.Drawing.Point(14, 147);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 43;
this.label3.Text = "期初数量";
//
// button1
//
this.button1.Location = new System.Drawing.Point(345, 205);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 45;
this.button1.Text = "保 存";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(458, 205);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 46;
this.button2.Text = "取 消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// cmbHYear
//
this.cmbHYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbHYear.Enabled = false;
this.cmbHYear.FormattingEnabled = true;
this.cmbHYear.Location = new System.Drawing.Point(71, 12);
this.cmbHYear.Name = "cmbHYear";
this.cmbHYear.Size = new System.Drawing.Size(167, 20);
this.cmbHYear.TabIndex = 48;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(36, 12);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 47;
this.label4.Text = "年:";
//
// cmbHPeriod
//
this.cmbHPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbHPeriod.Enabled = false;
this.cmbHPeriod.FormattingEnabled = true;
this.cmbHPeriod.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"});
this.cmbHPeriod.Location = new System.Drawing.Point(346, 12);
this.cmbHPeriod.Name = "cmbHPeriod";
this.cmbHPeriod.Size = new System.Drawing.Size(167, 20);
this.cmbHPeriod.TabIndex = 50;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(311, 12);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 49;
this.label6.Text = "月:";
//
// cmdHGroupID
//
this.cmdHGroupID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHGroupID.Image")));
this.cmdHGroupID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdHGroupID.Location = new System.Drawing.Point(512, 37);
this.cmdHGroupID.Name = "cmdHGroupID";
this.cmdHGroupID.Size = new System.Drawing.Size(22, 22);
this.cmdHGroupID.TabIndex = 53;
this.cmdHGroupID.UseVisualStyleBackColor = true;
this.cmdHGroupID.Click += new System.EventHandler(this.cmdHGroupID_Click);
//
// txtHGroupID
//
this.txtHGroupID.Location = new System.Drawing.Point(346, 39);
this.txtHGroupID.Name = "txtHGroupID";
this.txtHGroupID.Size = new System.Drawing.Size(167, 21);
this.txtHGroupID.TabIndex = 52;
this.txtHGroupID.Tag = "0";
this.txtHGroupID.TextChanged += new System.EventHandler(this.txtHGroupID_TextChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.Black;
this.label7.Location = new System.Drawing.Point(289, 40);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 51;
this.label7.Text = "班 组";
//
// cmdHProcID
//
this.cmdHProcID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHProcID.Image")));
this.cmdHProcID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdHProcID.Location = new System.Drawing.Point(512, 91);
this.cmdHProcID.Name = "cmdHProcID";
this.cmdHProcID.Size = new System.Drawing.Size(22, 22);
this.cmdHProcID.TabIndex = 56;
this.cmdHProcID.UseVisualStyleBackColor = true;
this.cmdHProcID.Click += new System.EventHandler(this.cmdHProcID_Click);
//
// txtHProcID
//
this.txtHProcID.Location = new System.Drawing.Point(346, 93);
this.txtHProcID.Name = "txtHProcID";
this.txtHProcID.Size = new System.Drawing.Size(167, 21);
this.txtHProcID.TabIndex = 55;
this.txtHProcID.Tag = "0";
this.txtHProcID.TextChanged += new System.EventHandler(this.txtHProcID_TextChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.ForeColor = System.Drawing.Color.Black;
this.label8.Location = new System.Drawing.Point(289, 94);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 54;
this.label8.Text = "工 序";
//
// cmdHEmpID
//
this.cmdHEmpID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID.Image")));
this.cmdHEmpID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdHEmpID.Location = new System.Drawing.Point(237, 117);
this.cmdHEmpID.Name = "cmdHEmpID";
this.cmdHEmpID.Size = new System.Drawing.Size(22, 22);
this.cmdHEmpID.TabIndex = 59;
this.cmdHEmpID.UseVisualStyleBackColor = true;
this.cmdHEmpID.Click += new System.EventHandler(this.cmdHEmpID_Click);
//
// txtHEmpID
//
this.txtHEmpID.Location = new System.Drawing.Point(71, 119);
this.txtHEmpID.Name = "txtHEmpID";
this.txtHEmpID.Size = new System.Drawing.Size(167, 21);
this.txtHEmpID.TabIndex = 58;
this.txtHEmpID.Tag = "0";
this.txtHEmpID.TextChanged += new System.EventHandler(this.txtHEmpID_TextChanged);
//
// label9
//
this.label9.AutoSize = true;
this.label9.ForeColor = System.Drawing.Color.Black;
this.label9.Location = new System.Drawing.Point(14, 120);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 57;
this.label9.Text = "职 员";
//
// cmdHUnitID
//
this.cmdHUnitID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHUnitID.Image")));
this.cmdHUnitID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdHUnitID.Location = new System.Drawing.Point(237, 90);
this.cmdHUnitID.Name = "cmdHUnitID";
this.cmdHUnitID.Size = new System.Drawing.Size(22, 22);
this.cmdHUnitID.TabIndex = 62;
this.cmdHUnitID.UseVisualStyleBackColor = true;
this.cmdHUnitID.Click += new System.EventHandler(this.cmdHUnitID_Click);
//
// txtHUnitID
//
this.txtHUnitID.Location = new System.Drawing.Point(71, 92);
this.txtHUnitID.Name = "txtHUnitID";
this.txtHUnitID.Size = new System.Drawing.Size(167, 21);
this.txtHUnitID.TabIndex = 61;
this.txtHUnitID.Tag = "0";
this.txtHUnitID.TextChanged += new System.EventHandler(this.txtHUnitID_TextChanged);
//
// label10
//
this.label10.AutoSize = true;
this.label10.ForeColor = System.Drawing.Color.Black;
this.label10.Location = new System.Drawing.Point(14, 93);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 60;
this.label10.Text = "计量单位";
//
// cmdHICMOBillNo
//
this.cmdHICMOBillNo.Image = ((System.Drawing.Image)(resources.GetObject("cmdHICMOBillNo.Image")));
this.cmdHICMOBillNo.ImageAlign = System.Drawing.ContentAlignment.TopRight;
this.cmdHICMOBillNo.Location = new System.Drawing.Point(511, 118);
this.cmdHICMOBillNo.Name = "cmdHICMOBillNo";
this.cmdHICMOBillNo.Size = new System.Drawing.Size(22, 22);
this.cmdHICMOBillNo.TabIndex = 110;
this.cmdHICMOBillNo.UseVisualStyleBackColor = true;
this.cmdHICMOBillNo.Click += new System.EventHandler(this.cmdHICMOBillNo_Click);
//
// txtHICMOBillNo
//
this.txtHICMOBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.txtHICMOBillNo.Location = new System.Drawing.Point(346, 120);
this.txtHICMOBillNo.Name = "txtHICMOBillNo";
this.txtHICMOBillNo.Size = new System.Drawing.Size(166, 21);
this.txtHICMOBillNo.TabIndex = 109;
//
// label14
//
this.label14.AutoSize = true;
this.label14.ForeColor = System.Drawing.Color.Black;
this.label14.Location = new System.Drawing.Point(285, 124);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(53, 12);
this.label14.TabIndex = 108;
this.label14.Text = "任务单号";
//
// txtHRemark
//
this.txtHRemark.Location = new System.Drawing.Point(71, 173);
this.txtHRemark.Name = "txtHRemark";
this.txtHRemark.Size = new System.Drawing.Size(442, 21);
this.txtHRemark.TabIndex = 112;
this.txtHRemark.Tag = "0";
//
// label11
//
this.label11.AutoSize = true;
this.label11.ForeColor = System.Drawing.Color.Black;
this.label11.Location = new System.Drawing.Point(14, 174);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 111;
this.label11.Text = "备 注";
//
// Pay_PayMent_QCAdd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(552, 249);
this.Controls.Add(this.txtHRemark);
this.Controls.Add(this.label11);
this.Controls.Add(this.cmdHICMOBillNo);
this.Controls.Add(this.txtHICMOBillNo);
this.Controls.Add(this.label14);
this.Controls.Add(this.cmdHUnitID);
this.Controls.Add(this.txtHUnitID);
this.Controls.Add(this.label10);
this.Controls.Add(this.cmdHEmpID);
this.Controls.Add(this.txtHEmpID);
this.Controls.Add(this.label9);
this.Controls.Add(this.cmdHProcID);
this.Controls.Add(this.txtHProcID);
this.Controls.Add(this.label8);
this.Controls.Add(this.cmdHGroupID);
this.Controls.Add(this.txtHGroupID);
this.Controls.Add(this.label7);
this.Controls.Add(this.cmbHPeriod);
this.Controls.Add(this.label6);
this.Controls.Add(this.cmbHYear);
this.Controls.Add(this.label4);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.txtHMoney);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtHMaterName);
this.Controls.Add(this.label2);
this.Controls.Add(this.cmdHDeptID);
this.Controls.Add(this.txtHDeptID);
this.Controls.Add(this.label1);
this.Controls.Add(this.cmdHMaterID);
this.Controls.Add(this.txtHMaterID);
this.Controls.Add(this.label5);
this.Name = "Pay_PayMent_QCAdd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "成本项目期初新增";
this.Load += new System.EventHandler(this.Pay_PayMent_QCAdd_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button cmdHMaterID;
private System.Windows.Forms.TextBox txtHMaterID;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button cmdHDeptID;
private System.Windows.Forms.TextBox txtHDeptID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtHMaterName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtHMoney;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ComboBox cmbHYear;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cmbHPeriod;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button cmdHGroupID;
private System.Windows.Forms.TextBox txtHGroupID;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button cmdHProcID;
private System.Windows.Forms.TextBox txtHProcID;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button cmdHEmpID;
private System.Windows.Forms.TextBox txtHEmpID;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Button cmdHUnitID;
private System.Windows.Forms.TextBox txtHUnitID;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button cmdHICMOBillNo;
private System.Windows.Forms.TextBox txtHICMOBillNo;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox txtHRemark;
private System.Windows.Forms.Label label11;
}
}