145 lines
6.2 KiB
C#
145 lines
6.2 KiB
C#
|
namespace Grant.Framework
|
|||
|
{
|
|||
|
partial class OnlineRenewalForm
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|||
|
this.groupBox1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// groupBox1
|
|||
|
//
|
|||
|
this.groupBox1.Controls.Add(this.button2);
|
|||
|
this.groupBox1.Controls.Add(this.button1);
|
|||
|
this.groupBox1.Controls.Add(this.textEdit1);
|
|||
|
this.groupBox1.Controls.Add(this.labelControl2);
|
|||
|
this.groupBox1.Controls.Add(this.labelControl1);
|
|||
|
this.groupBox1.Controls.Add(this.comboBox1);
|
|||
|
this.groupBox1.Location = new System.Drawing.Point(38, 33);
|
|||
|
this.groupBox1.Name = "groupBox1";
|
|||
|
this.groupBox1.Size = new System.Drawing.Size(372, 228);
|
|||
|
this.groupBox1.TabIndex = 1;
|
|||
|
this.groupBox1.TabStop = false;
|
|||
|
this.groupBox1.Text = " 基础信息 ";
|
|||
|
//
|
|||
|
// button2
|
|||
|
//
|
|||
|
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|||
|
this.button2.Location = new System.Drawing.Point(207, 162);
|
|||
|
this.button2.Name = "button2";
|
|||
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button2.TabIndex = 16;
|
|||
|
this.button2.Text = " 取 消 ";
|
|||
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|||
|
this.button1.Location = new System.Drawing.Point(92, 162);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button1.TabIndex = 17;
|
|||
|
this.button1.Text = " 确 定 ";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// textEdit1
|
|||
|
//
|
|||
|
this.textEdit1.Location = new System.Drawing.Point(131, 59);
|
|||
|
this.textEdit1.Name = "textEdit1";
|
|||
|
this.textEdit1.Size = new System.Drawing.Size(176, 20);
|
|||
|
this.textEdit1.TabIndex = 14;
|
|||
|
//
|
|||
|
// labelControl2
|
|||
|
//
|
|||
|
this.labelControl2.Location = new System.Drawing.Point(65, 62);
|
|||
|
this.labelControl2.Name = "labelControl2";
|
|||
|
this.labelControl2.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.labelControl2.TabIndex = 11;
|
|||
|
this.labelControl2.Text = "续费账号:";
|
|||
|
//
|
|||
|
// labelControl1
|
|||
|
//
|
|||
|
this.labelControl1.Location = new System.Drawing.Point(65, 105);
|
|||
|
this.labelControl1.Name = "labelControl1";
|
|||
|
this.labelControl1.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.labelControl1.TabIndex = 12;
|
|||
|
this.labelControl1.Text = "续费类型:";
|
|||
|
//
|
|||
|
// comboBox1
|
|||
|
//
|
|||
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.comboBox1.FormattingEnabled = true;
|
|||
|
this.comboBox1.Items.AddRange(new object[] {
|
|||
|
"月卡",
|
|||
|
"年卡"});
|
|||
|
this.comboBox1.Location = new System.Drawing.Point(131, 102);
|
|||
|
this.comboBox1.Name = "comboBox1";
|
|||
|
this.comboBox1.Size = new System.Drawing.Size(121, 22);
|
|||
|
this.comboBox1.TabIndex = 13;
|
|||
|
//
|
|||
|
// OnlineRenewalForm
|
|||
|
//
|
|||
|
this.AcceptButton = this.button1;
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.CancelButton = this.button2;
|
|||
|
this.ClientSize = new System.Drawing.Size(448, 293);
|
|||
|
this.Controls.Add(this.groupBox1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "OnlineRenewalForm";
|
|||
|
this.Text = "在线续费";
|
|||
|
this.Load += new System.EventHandler(this.OnlineRenewalForm_Load);
|
|||
|
this.groupBox1.ResumeLayout(false);
|
|||
|
this.groupBox1.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|||
|
private System.Windows.Forms.ComboBox comboBox1;
|
|||
|
private System.Windows.Forms.Button button2;
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
}
|
|||
|
}
|