namespace PayM { partial class Pay_EmpPayMentSumReportDlg { /// /// 必需的设计器变量。 /// 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_EmpPayMentSumReportDlg)); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.cmbPeriod = new System.Windows.Forms.ComboBox(); this.cmbYear = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.cmdHEGroup = new System.Windows.Forms.Button(); this.txtHEGroup = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.cmdHGroup = new System.Windows.Forms.Button(); this.txtHGroup = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.cmdHEDeptID = new System.Windows.Forms.Button(); this.txtHEDeptID = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.cmdHDeptID = new System.Windows.Forms.Button(); this.txtHDeptID = 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.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Controls.Add(this.cmbPeriod); this.groupBox2.Controls.Add(this.cmbYear); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.cmdHEGroup); this.groupBox2.Controls.Add(this.txtHEGroup); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.cmdHGroup); this.groupBox2.Controls.Add(this.txtHGroup); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.cmdHEDeptID); this.groupBox2.Controls.Add(this.txtHEDeptID); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.cmdHDeptID); this.groupBox2.Controls.Add(this.txtHDeptID); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Location = new System.Drawing.Point(13, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(428, 110); this.groupBox2.TabIndex = 40; this.groupBox2.TabStop = false; // // cmbPeriod // this.cmbPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPeriod.FormattingEnabled = true; this.cmbPeriod.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"}); this.cmbPeriod.Location = new System.Drawing.Point(267, 20); this.cmbPeriod.Name = "cmbPeriod"; this.cmbPeriod.Size = new System.Drawing.Size(133, 20); this.cmbPeriod.TabIndex = 91; // // cmbYear // this.cmbYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbYear.FormattingEnabled = true; this.cmbYear.Items.AddRange(new object[] { "2014"}); this.cmbYear.Location = new System.Drawing.Point(71, 20); this.cmbYear.Name = "cmbYear"; this.cmbYear.Size = new System.Drawing.Size(137, 20); this.cmbYear.TabIndex = 90; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 88; this.label1.Text = "会计年"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(220, 23); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 89; this.label4.Text = "会计月"; // // cmdHEGroup // this.cmdHEGroup.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEGroup.Image"))); this.cmdHEGroup.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHEGroup.Location = new System.Drawing.Point(382, 75); this.cmdHEGroup.Name = "cmdHEGroup"; this.cmdHEGroup.Size = new System.Drawing.Size(22, 22); this.cmdHEGroup.TabIndex = 87; this.cmdHEGroup.UseVisualStyleBackColor = true; this.cmdHEGroup.Click += new System.EventHandler(this.cmdHEGroup_Click); // // txtHEGroup // this.txtHEGroup.Location = new System.Drawing.Point(267, 75); this.txtHEGroup.Name = "txtHEGroup"; this.txtHEGroup.Size = new System.Drawing.Size(118, 21); this.txtHEGroup.TabIndex = 86; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(229, 80); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(17, 12); this.label5.TabIndex = 85; this.label5.Text = "至"; // // cmdHGroup // this.cmdHGroup.Image = ((System.Drawing.Image)(resources.GetObject("cmdHGroup.Image"))); this.cmdHGroup.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHGroup.Location = new System.Drawing.Point(186, 75); this.cmdHGroup.Name = "cmdHGroup"; this.cmdHGroup.Size = new System.Drawing.Size(22, 22); this.cmdHGroup.TabIndex = 84; this.cmdHGroup.UseVisualStyleBackColor = true; this.cmdHGroup.Click += new System.EventHandler(this.cmdHGroup_Click); // // txtHGroup // this.txtHGroup.Location = new System.Drawing.Point(71, 75); this.txtHGroup.Name = "txtHGroup"; this.txtHGroup.Size = new System.Drawing.Size(118, 21); this.txtHGroup.TabIndex = 83; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(24, 80); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(41, 12); this.label6.TabIndex = 82; this.label6.Text = "班 组"; // // cmdHEDeptID // this.cmdHEDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEDeptID.Image"))); this.cmdHEDeptID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHEDeptID.Location = new System.Drawing.Point(382, 47); this.cmdHEDeptID.Name = "cmdHEDeptID"; this.cmdHEDeptID.Size = new System.Drawing.Size(22, 22); this.cmdHEDeptID.TabIndex = 81; this.cmdHEDeptID.UseVisualStyleBackColor = true; this.cmdHEDeptID.Click += new System.EventHandler(this.cmdHEDeptID_Click); // // txtHEDeptID // this.txtHEDeptID.Location = new System.Drawing.Point(267, 47); this.txtHEDeptID.Name = "txtHEDeptID"; this.txtHEDeptID.Size = new System.Drawing.Size(118, 21); this.txtHEDeptID.TabIndex = 80; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(229, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 12); this.label2.TabIndex = 79; this.label2.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(186, 47); this.cmdHDeptID.Name = "cmdHDeptID"; this.cmdHDeptID.Size = new System.Drawing.Size(22, 22); this.cmdHDeptID.TabIndex = 78; this.cmdHDeptID.UseVisualStyleBackColor = true; this.cmdHDeptID.Click += new System.EventHandler(this.cmdHDeptID_Click); // // txtHDeptID // this.txtHDeptID.Location = new System.Drawing.Point(71, 47); this.txtHDeptID.Name = "txtHDeptID"; this.txtHDeptID.Size = new System.Drawing.Size(118, 21); this.txtHDeptID.TabIndex = 77; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(24, 52); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 76; this.label3.Text = "部 门"; // // cmdCancel // this.cmdCancel.Location = new System.Drawing.Point(363, 128); 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(269, 128); 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); // // Pay_EmpPayMentSumReportDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(455, 161); this.Controls.Add(this.cmdCancel); this.Controls.Add(this.cmdOK); this.Controls.Add(this.groupBox2); this.Name = "Pay_EmpPayMentSumReportDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "过滤条件"; this.Load += new System.EventHandler(this.Pay_EmpPayMentSumReportDlg_Load); this.Activated += new System.EventHandler(this.Pay_EmpPayMentSumReportDlg_Activated); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button cmdCancel; private System.Windows.Forms.Button cmdOK; private System.Windows.Forms.Button cmdHEDeptID; public System.Windows.Forms.TextBox txtHEDeptID; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button cmdHDeptID; public System.Windows.Forms.TextBox txtHDeptID; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button cmdHEGroup; public System.Windows.Forms.TextBox txtHEGroup; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button cmdHGroup; public System.Windows.Forms.TextBox txtHGroup; private System.Windows.Forms.Label label6; public System.Windows.Forms.ComboBox cmbPeriod; public System.Windows.Forms.ComboBox cmbYear; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; } }