namespace PayM
|
{
|
partial class Pay_SingleBalBill_YR
|
{
|
/// <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.cmbHYear = new System.Windows.Forms.ComboBox();
|
this.cmbHPeriod = new System.Windows.Forms.ComboBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.label4 = new System.Windows.Forms.Label();
|
this.button2 = new System.Windows.Forms.Button();
|
this.button1 = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// cmbHYear
|
//
|
this.cmbHYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cmbHYear.FormattingEnabled = true;
|
this.cmbHYear.Location = new System.Drawing.Point(88, 12);
|
this.cmbHYear.Name = "cmbHYear";
|
this.cmbHYear.Size = new System.Drawing.Size(122, 20);
|
this.cmbHYear.TabIndex = 165;
|
//
|
// cmbHPeriod
|
//
|
this.cmbHPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
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(88, 38);
|
this.cmbHPeriod.Name = "cmbHPeriod";
|
this.cmbHPeriod.Size = new System.Drawing.Size(122, 20);
|
this.cmbHPeriod.TabIndex = 164;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.BackColor = System.Drawing.Color.Transparent;
|
this.label3.ForeColor = System.Drawing.Color.Black;
|
this.label3.Location = new System.Drawing.Point(16, 16);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(53, 12);
|
this.label3.TabIndex = 162;
|
this.label3.Text = "年 份";
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.BackColor = System.Drawing.Color.Transparent;
|
this.label4.ForeColor = System.Drawing.Color.Black;
|
this.label4.Location = new System.Drawing.Point(16, 41);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
this.label4.TabIndex = 163;
|
this.label4.Text = "月 份";
|
//
|
// button2
|
//
|
this.button2.Location = new System.Drawing.Point(136, 80);
|
this.button2.Name = "button2";
|
this.button2.Size = new System.Drawing.Size(76, 23);
|
this.button2.TabIndex = 167;
|
this.button2.Text = "取 消";
|
this.button2.UseVisualStyleBackColor = true;
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
//
|
// button1
|
//
|
this.button1.Location = new System.Drawing.Point(54, 80);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(76, 23);
|
this.button1.TabIndex = 166;
|
this.button1.Text = "引 入";
|
this.button1.UseVisualStyleBackColor = true;
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// Pay_SingleBalBill_YR
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(245, 119);
|
this.Controls.Add(this.button2);
|
this.Controls.Add(this.button1);
|
this.Controls.Add(this.cmbHYear);
|
this.Controls.Add(this.cmbHPeriod);
|
this.Controls.Add(this.label3);
|
this.Controls.Add(this.label4);
|
this.Name = "Pay_SingleBalBill_YR";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "工资汇报单引入";
|
this.Load += new System.EventHandler(this.Pay_SingleBalBill_YR_Load);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
public System.Windows.Forms.ComboBox cmbHYear;
|
public System.Windows.Forms.ComboBox cmbHPeriod;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Button button2;
|
private System.Windows.Forms.Button button1;
|
}
|
}
|