namespace CostM
|
{
|
partial class CB_AuxMaterialBalance_QCAdd
|
{
|
/// <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(CB_AuxMaterialBalance_QCAdd));
|
this.cmdHMaterID = new System.Windows.Forms.Button();
|
this.txtHMaterID = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.cmdHCostItemID = new System.Windows.Forms.Button();
|
this.txtHCostItemID = 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.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, 65);
|
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, 67);
|
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, 68);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(53, 12);
|
this.label5.TabIndex = 35;
|
this.label5.Text = "物料代码";
|
//
|
// cmdHCostItemID
|
//
|
this.cmdHCostItemID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHCostItemID.Image")));
|
this.cmdHCostItemID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
|
this.cmdHCostItemID.Location = new System.Drawing.Point(237, 146);
|
this.cmdHCostItemID.Name = "cmdHCostItemID";
|
this.cmdHCostItemID.Size = new System.Drawing.Size(22, 22);
|
this.cmdHCostItemID.TabIndex = 40;
|
this.cmdHCostItemID.UseVisualStyleBackColor = true;
|
this.cmdHCostItemID.Visible = false;
|
this.cmdHCostItemID.Click += new System.EventHandler(this.cmdHCostItemID_Click);
|
//
|
// txtHCostItemID
|
//
|
this.txtHCostItemID.Location = new System.Drawing.Point(71, 148);
|
this.txtHCostItemID.Name = "txtHCostItemID";
|
this.txtHCostItemID.Size = new System.Drawing.Size(167, 21);
|
this.txtHCostItemID.TabIndex = 39;
|
this.txtHCostItemID.Tag = "0";
|
this.txtHCostItemID.Visible = false;
|
this.txtHCostItemID.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, 149);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
this.label1.TabIndex = 38;
|
this.label1.Text = "成本项目";
|
this.label1.Visible = false;
|
//
|
// txtHMaterName
|
//
|
this.txtHMaterName.Location = new System.Drawing.Point(71, 94);
|
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(14, 95);
|
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, 121);
|
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, 122);
|
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(84, 184);
|
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(197, 184);
|
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(71, 38);
|
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(36, 38);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(29, 12);
|
this.label6.TabIndex = 49;
|
this.label6.Text = "月:";
|
//
|
// CB_AuxMaterialBalance_QCAdd
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(284, 215);
|
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.cmdHCostItemID);
|
this.Controls.Add(this.txtHCostItemID);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.cmdHMaterID);
|
this.Controls.Add(this.txtHMaterID);
|
this.Controls.Add(this.label5);
|
this.Name = "CB_AuxMaterialBalance_QCAdd";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "间接材料期初新增";
|
this.Load += new System.EventHandler(this.CB_AuxMaterialBalance_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 cmdHCostItemID;
|
private System.Windows.Forms.TextBox txtHCostItemID;
|
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;
|
}
|
}
|