namespace PayM { partial class Pay_SingleBalBillDlg { /// /// 必需的设计器变量。 /// 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.groupBox2 = new System.Windows.Forms.GroupBox(); this.txtHQ = new System.Windows.Forms.TextBox(); this.label6 = 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.txtHQ); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Location = new System.Drawing.Point(13, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(299, 65); this.groupBox2.TabIndex = 40; this.groupBox2.TabStop = false; // // txtHQ // this.txtHQ.Location = new System.Drawing.Point(89, 20); this.txtHQ.Name = "txtHQ"; this.txtHQ.Size = new System.Drawing.Size(173, 21); this.txtHQ.TabIndex = 83; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(30, 23); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 82; this.label6.Text = "条 数"; // // cmdCancel // this.cmdCancel.Location = new System.Drawing.Point(250, 83); 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(176, 83); 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_SingleBalBillDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(327, 119); this.Controls.Add(this.cmdCancel); this.Controls.Add(this.cmdOK); this.Controls.Add(this.groupBox2); this.Name = "Pay_SingleBalBillDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "拆分"; this.Activated += new System.EventHandler(this.Pay_SingleBalBillDlg_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; public System.Windows.Forms.TextBox txtHQ; private System.Windows.Forms.Label label6; } }