namespace PayM { partial class Pay_SumBalBill_JS { /// /// 必需的设计器变量。 /// 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.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); 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.SuspendLayout(); // // button2 // this.button2.Location = new System.Drawing.Point(144, 80); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(76, 23); this.button2.TabIndex = 173; this.button2.Text = "取 消"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(62, 80); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(76, 23); this.button1.TabIndex = 172; this.button1.Text = "计 算"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // cmbHYear // this.cmbHYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbHYear.FormattingEnabled = true; this.cmbHYear.Location = new System.Drawing.Point(96, 12); this.cmbHYear.Name = "cmbHYear"; this.cmbHYear.Size = new System.Drawing.Size(122, 20); this.cmbHYear.TabIndex = 171; // // 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(96, 38); this.cmbHPeriod.Name = "cmbHPeriod"; this.cmbHPeriod.Size = new System.Drawing.Size(122, 20); this.cmbHPeriod.TabIndex = 170; // // 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(24, 16); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 168; 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(24, 41); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 169; this.label4.Text = "月 份"; // // Pay_SumBalBill_JS // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(249, 126); 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_SumBalBill_JS"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "系数计算"; this.Load += new System.EventHandler(this.Pay_SumBalBill_JS_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; public System.Windows.Forms.ComboBox cmbHYear; public System.Windows.Forms.ComboBox cmbHPeriod; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; } }