namespace CostM
|
{
|
partial class Pay_AccPayMentDayBill2
|
{
|
/// <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(Pay_AccPayMentDayBill2));
|
this.label1 = new System.Windows.Forms.Label();
|
this.button1 = new System.Windows.Forms.Button();
|
this.button2 = new System.Windows.Forms.Button();
|
this.button3 = new System.Windows.Forms.Button();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.cmdHEMaterID = new System.Windows.Forms.Button();
|
this.cmdHBMaterID = new System.Windows.Forms.Button();
|
this.txtHEMaterID = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtHBMaterID = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.rbHMaterAll = new System.Windows.Forms.RadioButton();
|
this.rbHMaterAToB = new System.Windows.Forms.RadioButton();
|
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.cmdHMaterID = new System.Windows.Forms.Button();
|
this.txtHMaterID = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
this.groupBox1.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.Location = new System.Drawing.Point(208, 30);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(200, 12);
|
this.label1.TabIndex = 0;
|
this.label1.Text = "请您选择需要进行核算的工作组:";
|
//
|
// button1
|
//
|
this.button1.Location = new System.Drawing.Point(201, 14);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(70, 25);
|
this.button1.TabIndex = 5;
|
this.button1.Text = "上一步";
|
this.button1.UseVisualStyleBackColor = true;
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// button2
|
//
|
this.button2.Location = new System.Drawing.Point(299, 14);
|
this.button2.Name = "button2";
|
this.button2.Size = new System.Drawing.Size(70, 25);
|
this.button2.TabIndex = 6;
|
this.button2.Text = "下一步";
|
this.button2.UseVisualStyleBackColor = true;
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
//
|
// button3
|
//
|
this.button3.Location = new System.Drawing.Point(417, 14);
|
this.button3.Name = "button3";
|
this.button3.Size = new System.Drawing.Size(70, 25);
|
this.button3.TabIndex = 7;
|
this.button3.Text = "退出";
|
this.button3.UseVisualStyleBackColor = true;
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
//
|
// panel1
|
//
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.panel1.Controls.Add(this.button3);
|
this.panel1.Controls.Add(this.button1);
|
this.panel1.Controls.Add(this.button2);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.panel1.Location = new System.Drawing.Point(0, 315);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(520, 55);
|
this.panel1.TabIndex = 8;
|
//
|
// pictureBox1
|
//
|
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
this.pictureBox1.Name = "pictureBox1";
|
this.pictureBox1.Size = new System.Drawing.Size(172, 315);
|
this.pictureBox1.TabIndex = 9;
|
this.pictureBox1.TabStop = false;
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.cmdHEMaterID);
|
this.groupBox1.Controls.Add(this.cmdHBMaterID);
|
this.groupBox1.Controls.Add(this.txtHEMaterID);
|
this.groupBox1.Controls.Add(this.label3);
|
this.groupBox1.Controls.Add(this.txtHBMaterID);
|
this.groupBox1.Controls.Add(this.label2);
|
this.groupBox1.Location = new System.Drawing.Point(201, 123);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(299, 84);
|
this.groupBox1.TabIndex = 10;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Visible = false;
|
//
|
// cmdHEMaterID
|
//
|
this.cmdHEMaterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEMaterID.Image")));
|
this.cmdHEMaterID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
|
this.cmdHEMaterID.Location = new System.Drawing.Point(265, 48);
|
this.cmdHEMaterID.Name = "cmdHEMaterID";
|
this.cmdHEMaterID.Size = new System.Drawing.Size(22, 22);
|
this.cmdHEMaterID.TabIndex = 59;
|
this.cmdHEMaterID.UseVisualStyleBackColor = true;
|
this.cmdHEMaterID.Click += new System.EventHandler(this.cmdHEMaterID_Click);
|
//
|
// cmdHBMaterID
|
//
|
this.cmdHBMaterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHBMaterID.Image")));
|
this.cmdHBMaterID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
|
this.cmdHBMaterID.Location = new System.Drawing.Point(265, 21);
|
this.cmdHBMaterID.Name = "cmdHBMaterID";
|
this.cmdHBMaterID.Size = new System.Drawing.Size(22, 22);
|
this.cmdHBMaterID.TabIndex = 58;
|
this.cmdHBMaterID.UseVisualStyleBackColor = true;
|
this.cmdHBMaterID.Click += new System.EventHandler(this.cmdHBMaterID_Click);
|
//
|
// txtHEMaterID
|
//
|
this.txtHEMaterID.Location = new System.Drawing.Point(88, 49);
|
this.txtHEMaterID.Name = "txtHEMaterID";
|
this.txtHEMaterID.Size = new System.Drawing.Size(176, 21);
|
this.txtHEMaterID.TabIndex = 3;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(17, 51);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(29, 12);
|
this.label3.TabIndex = 2;
|
this.label3.Text = "至:";
|
//
|
// txtHBMaterID
|
//
|
this.txtHBMaterID.Location = new System.Drawing.Point(88, 22);
|
this.txtHBMaterID.Name = "txtHBMaterID";
|
this.txtHBMaterID.Size = new System.Drawing.Size(176, 21);
|
this.txtHBMaterID.TabIndex = 1;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(17, 24);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
this.label2.TabIndex = 0;
|
this.label2.Text = "物料代码:";
|
//
|
// rbHMaterAll
|
//
|
this.rbHMaterAll.AutoSize = true;
|
this.rbHMaterAll.Checked = true;
|
this.rbHMaterAll.Location = new System.Drawing.Point(201, 69);
|
this.rbHMaterAll.Name = "rbHMaterAll";
|
this.rbHMaterAll.Size = new System.Drawing.Size(131, 16);
|
this.rbHMaterAll.TabIndex = 11;
|
this.rbHMaterAll.TabStop = true;
|
this.rbHMaterAll.Text = "核算本期所有工作组";
|
this.rbHMaterAll.UseVisualStyleBackColor = true;
|
//
|
// rbHMaterAToB
|
//
|
this.rbHMaterAToB.AutoSize = true;
|
this.rbHMaterAToB.Location = new System.Drawing.Point(201, 101);
|
this.rbHMaterAToB.Name = "rbHMaterAToB";
|
this.rbHMaterAToB.Size = new System.Drawing.Size(107, 16);
|
this.rbHMaterAToB.TabIndex = 12;
|
this.rbHMaterAToB.Text = "核算指定物料段";
|
this.rbHMaterAToB.UseVisualStyleBackColor = true;
|
this.rbHMaterAToB.Visible = false;
|
//
|
// radioButton1
|
//
|
this.radioButton1.AutoSize = true;
|
this.radioButton1.Location = new System.Drawing.Point(201, 225);
|
this.radioButton1.Name = "radioButton1";
|
this.radioButton1.Size = new System.Drawing.Size(119, 16);
|
this.radioButton1.TabIndex = 13;
|
this.radioButton1.Text = "核算指定单个物料";
|
this.radioButton1.UseVisualStyleBackColor = true;
|
this.radioButton1.Visible = false;
|
//
|
// groupBox2
|
//
|
this.groupBox2.Controls.Add(this.cmdHMaterID);
|
this.groupBox2.Controls.Add(this.txtHMaterID);
|
this.groupBox2.Controls.Add(this.label4);
|
this.groupBox2.Location = new System.Drawing.Point(201, 243);
|
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Size = new System.Drawing.Size(299, 62);
|
this.groupBox2.TabIndex = 14;
|
this.groupBox2.TabStop = false;
|
this.groupBox2.Visible = false;
|
//
|
// 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(265, 20);
|
this.cmdHMaterID.Name = "cmdHMaterID";
|
this.cmdHMaterID.Size = new System.Drawing.Size(22, 22);
|
this.cmdHMaterID.TabIndex = 59;
|
this.cmdHMaterID.UseVisualStyleBackColor = true;
|
this.cmdHMaterID.Click += new System.EventHandler(this.cmdHMaterID_Click);
|
//
|
// txtHMaterID
|
//
|
this.txtHMaterID.Location = new System.Drawing.Point(88, 21);
|
this.txtHMaterID.Name = "txtHMaterID";
|
this.txtHMaterID.Size = new System.Drawing.Size(176, 21);
|
this.txtHMaterID.TabIndex = 3;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(17, 23);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(65, 12);
|
this.label4.TabIndex = 2;
|
this.label4.Text = "物料代码:";
|
//
|
// Pay_AccPayMentDayBill2
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(520, 370);
|
this.Controls.Add(this.radioButton1);
|
this.Controls.Add(this.groupBox2);
|
this.Controls.Add(this.rbHMaterAToB);
|
this.Controls.Add(this.rbHMaterAll);
|
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.pictureBox1);
|
this.Controls.Add(this.panel1);
|
this.Controls.Add(this.label1);
|
this.Name = "Pay_AccPayMentDayBill2";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "日工资核算向导";
|
this.Load += new System.EventHandler(this.Pay_AccPayMentDayBill2_Load);
|
this.panel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.PerformLayout();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.Button button2;
|
private System.Windows.Forms.Button button3;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.PictureBox pictureBox1;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Button cmdHEMaterID;
|
private System.Windows.Forms.Button cmdHBMaterID;
|
private System.Windows.Forms.Button cmdHMaterID;
|
public System.Windows.Forms.RadioButton rbHMaterAll;
|
public System.Windows.Forms.RadioButton rbHMaterAToB;
|
public System.Windows.Forms.TextBox txtHEMaterID;
|
public System.Windows.Forms.TextBox txtHBMaterID;
|
public System.Windows.Forms.RadioButton radioButton1;
|
public System.Windows.Forms.TextBox txtHMaterID;
|
}
|
}
|