namespace PayM
{
partial class Pay_WorkTimesSumQueryBillListDlg
{
///
/// 必需的设计器变量。
///
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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Pay_WorkTimesSumQueryBillListDlg));
this.cmdHGroupID = new System.Windows.Forms.Button();
this.txtHGroupID = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.cmdCancel = new System.Windows.Forms.Button();
this.cmdOK = new System.Windows.Forms.Button();
this.cmbHyear = new System.Windows.Forms.ComboBox();
this.cmbHmonth = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// 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(191, 66);
this.cmdHGroupID.Name = "cmdHGroupID";
this.cmdHGroupID.Size = new System.Drawing.Size(22, 22);
this.cmdHGroupID.TabIndex = 32;
this.cmdHGroupID.UseVisualStyleBackColor = true;
this.cmdHGroupID.Click += new System.EventHandler(this.cmdHGroupID_Click);
//
// txtHGroupID
//
this.txtHGroupID.Location = new System.Drawing.Point(71, 67);
this.txtHGroupID.Name = "txtHGroupID";
this.txtHGroupID.Size = new System.Drawing.Size(121, 21);
this.txtHGroupID.TabIndex = 29;
this.txtHGroupID.TextChanged += new System.EventHandler(this.txtHGroupID_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(25, 71);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 28;
this.label3.Text = "班 组";
//
// cmdCancel
//
this.cmdCancel.Location = new System.Drawing.Point(329, 137);
this.cmdCancel.Name = "cmdCancel";
this.cmdCancel.Size = new System.Drawing.Size(62, 23);
this.cmdCancel.TabIndex = 42;
this.cmdCancel.Text = "取消";
this.cmdCancel.UseVisualStyleBackColor = true;
this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
//
// cmdOK
//
this.cmdOK.Location = new System.Drawing.Point(247, 137);
this.cmdOK.Name = "cmdOK";
this.cmdOK.Size = new System.Drawing.Size(68, 23);
this.cmdOK.TabIndex = 41;
this.cmdOK.Text = "汇总";
this.cmdOK.UseVisualStyleBackColor = true;
this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
//
// cmbHyear
//
this.cmbHyear.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"});
this.cmbHyear.Location = new System.Drawing.Point(71, 25);
this.cmbHyear.Name = "cmbHyear";
this.cmbHyear.Size = new System.Drawing.Size(121, 20);
this.cmbHyear.TabIndex = 41;
//
// cmbHmonth
//
this.cmbHmonth.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"});
this.cmbHmonth.Location = new System.Drawing.Point(251, 25);
this.cmbHmonth.Name = "cmbHmonth";
this.cmbHmonth.Size = new System.Drawing.Size(121, 20);
this.cmbHmonth.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "年 份";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(205, 29);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "月 份";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cmbHyear);
this.groupBox2.Controls.Add(this.cmdHGroupID);
this.groupBox2.Controls.Add(this.cmbHmonth);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.txtHGroupID);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Location = new System.Drawing.Point(16, 17);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(402, 104);
this.groupBox2.TabIndex = 43;
this.groupBox2.TabStop = false;
//
// Pay_WorkTimesSumQueryBillListDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(435, 184);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.cmdCancel);
this.Controls.Add(this.cmdOK);
this.Name = "Pay_WorkTimesSumQueryBillListDlg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "过滤条件";
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button cmdHGroupID;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button cmdCancel;
private System.Windows.Forms.Button cmdOK;
public System.Windows.Forms.TextBox txtHGroupID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
public System.Windows.Forms.ComboBox cmbHmonth;
private System.Windows.Forms.Timer timer1;
public System.Windows.Forms.ComboBox cmbHyear;
public System.Windows.Forms.GroupBox groupBox2;
}
}