namespace PayM { partial class Pay_MonthSubsidyEntryBillAdd { /// /// 必需的设计器变量。 /// 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_MonthSubsidyEntryBillAdd)); 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.txtHEmpID = new System.Windows.Forms.TextBox(); this.cmdHEmpID = new System.Windows.Forms.Button(); this.label32 = new System.Windows.Forms.Label(); this.txtHQty = new System.Windows.Forms.TextBox(); this.label20 = new System.Windows.Forms.Label(); this.txtHPrice = 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.txtHEmpNumber = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // 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(71, 38); this.cmbPeriod.Name = "cmbPeriod"; this.cmbPeriod.Size = new System.Drawing.Size(187, 20); this.cmbPeriod.TabIndex = 99; // // 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, 12); this.cmbYear.Name = "cmbYear"; this.cmbYear.Size = new System.Drawing.Size(187, 20); this.cmbYear.TabIndex = 98; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 96; this.label1.Text = "会 计 年"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 41); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 97; this.label4.Text = "会 计 月"; // // txtHEmpID // this.txtHEmpID.BackColor = System.Drawing.Color.Beige; this.txtHEmpID.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHEmpID.Location = new System.Drawing.Point(71, 64); this.txtHEmpID.Name = "txtHEmpID"; this.txtHEmpID.Size = new System.Drawing.Size(166, 21); this.txtHEmpID.TabIndex = 251; this.txtHEmpID.Tag = "0"; this.txtHEmpID.TextChanged += new System.EventHandler(this.txtHEmpID_TextChanged); // // cmdHEmpID // this.cmdHEmpID.BackColor = System.Drawing.Color.Transparent; this.cmdHEmpID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEmpID.Image"))); this.cmdHEmpID.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.cmdHEmpID.Location = new System.Drawing.Point(236, 63); this.cmdHEmpID.Name = "cmdHEmpID"; this.cmdHEmpID.Size = new System.Drawing.Size(22, 22); this.cmdHEmpID.TabIndex = 252; this.cmdHEmpID.UseVisualStyleBackColor = false; this.cmdHEmpID.Click += new System.EventHandler(this.cmdHEmpID_Click); // // label32 // this.label32.AutoSize = true; this.label32.ForeColor = System.Drawing.Color.Black; this.label32.Location = new System.Drawing.Point(9, 67); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(53, 12); this.label32.TabIndex = 250; this.label32.Text = "职 员"; // // txtHQty // this.txtHQty.BackColor = System.Drawing.SystemColors.Window; this.txtHQty.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHQty.Location = new System.Drawing.Point(70, 117); this.txtHQty.Name = "txtHQty"; this.txtHQty.Size = new System.Drawing.Size(188, 21); this.txtHQty.TabIndex = 254; this.txtHQty.Tag = "0"; this.txtHQty.TextChanged += new System.EventHandler(this.txtHQty_TextChanged); // // label20 // this.label20.AutoSize = true; this.label20.ForeColor = System.Drawing.Color.Black; this.label20.Location = new System.Drawing.Point(9, 121); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(53, 12); this.label20.TabIndex = 253; this.label20.Text = "次 数"; // // txtHPrice // this.txtHPrice.BackColor = System.Drawing.SystemColors.Window; this.txtHPrice.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHPrice.Location = new System.Drawing.Point(70, 144); this.txtHPrice.Name = "txtHPrice"; this.txtHPrice.Size = new System.Drawing.Size(188, 21); this.txtHPrice.TabIndex = 256; this.txtHPrice.Tag = "0"; this.txtHPrice.TextChanged += new System.EventHandler(this.txtHPrice_TextChanged); // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(9, 148); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 255; this.label2.Text = "单 价"; // // txtHMoney // this.txtHMoney.BackColor = System.Drawing.SystemColors.Window; this.txtHMoney.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHMoney.Location = new System.Drawing.Point(70, 171); this.txtHMoney.Name = "txtHMoney"; this.txtHMoney.Size = new System.Drawing.Size(188, 21); this.txtHMoney.TabIndex = 258; this.txtHMoney.Tag = "0"; // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.Black; this.label3.Location = new System.Drawing.Point(9, 175); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 257; this.label3.Text = "金 额"; // // button1 // this.button1.Location = new System.Drawing.Point(102, 198); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 259; this.button1.Text = "保存"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(183, 198); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 260; this.button2.Text = "取消"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // txtHEmpNumber // this.txtHEmpNumber.BackColor = System.Drawing.SystemColors.Window; this.txtHEmpNumber.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHEmpNumber.Location = new System.Drawing.Point(72, 91); this.txtHEmpNumber.Name = "txtHEmpNumber"; this.txtHEmpNumber.Size = new System.Drawing.Size(188, 21); this.txtHEmpNumber.TabIndex = 262; this.txtHEmpNumber.Tag = "0"; // // label5 // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.Color.Black; this.label5.Location = new System.Drawing.Point(11, 95); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 261; this.label5.Text = "代 码"; // // Pay_MonthSubsidyEntryBillAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(272, 233); this.Controls.Add(this.txtHEmpNumber); this.Controls.Add(this.label5); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.txtHMoney); this.Controls.Add(this.label3); this.Controls.Add(this.txtHPrice); this.Controls.Add(this.label2); this.Controls.Add(this.txtHQty); this.Controls.Add(this.label20); this.Controls.Add(this.txtHEmpID); this.Controls.Add(this.cmdHEmpID); this.Controls.Add(this.label32); this.Controls.Add(this.cmbPeriod); this.Controls.Add(this.cmbYear); this.Controls.Add(this.label1); this.Controls.Add(this.label4); this.Name = "Pay_MonthSubsidyEntryBillAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Pay_MonthSubsidyEntryBillAdd"; this.ResumeLayout(false); this.PerformLayout(); } #endregion public System.Windows.Forms.ComboBox cmbPeriod; public System.Windows.Forms.ComboBox cmbYear; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtHEmpID; private System.Windows.Forms.Button cmdHEmpID; private System.Windows.Forms.Label label32; private System.Windows.Forms.TextBox txtHQty; private System.Windows.Forms.Label label20; private System.Windows.Forms.TextBox txtHPrice; 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.TextBox txtHEmpNumber; private System.Windows.Forms.Label label5; } }