231 lines
10 KiB
C#
231 lines
10 KiB
C#
|
namespace Grant.Framework
|
|||
|
{
|
|||
|
partial class CreateCardForm
|
|||
|
{
|
|||
|
/// <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.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
|||
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|||
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
|
|||
|
this.groupBox1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// groupBox1
|
|||
|
//
|
|||
|
this.groupBox1.Controls.Add(this.memoEdit1);
|
|||
|
this.groupBox1.Controls.Add(this.textEdit1);
|
|||
|
this.groupBox1.Controls.Add(this.numericUpDown1);
|
|||
|
this.groupBox1.Controls.Add(this.button2);
|
|||
|
this.groupBox1.Controls.Add(this.button1);
|
|||
|
this.groupBox1.Controls.Add(this.labelControl4);
|
|||
|
this.groupBox1.Controls.Add(this.labelControl2);
|
|||
|
this.groupBox1.Controls.Add(this.labelControl3);
|
|||
|
this.groupBox1.Controls.Add(this.labelControl5);
|
|||
|
this.groupBox1.Controls.Add(this.labelControl1);
|
|||
|
this.groupBox1.Controls.Add(this.comboBox2);
|
|||
|
this.groupBox1.Controls.Add(this.comboBox1);
|
|||
|
this.groupBox1.Location = new System.Drawing.Point(57, 36);
|
|||
|
this.groupBox1.Name = "groupBox1";
|
|||
|
this.groupBox1.Size = new System.Drawing.Size(441, 337);
|
|||
|
this.groupBox1.TabIndex = 2;
|
|||
|
this.groupBox1.TabStop = false;
|
|||
|
this.groupBox1.Text = " 基础信息 ";
|
|||
|
//
|
|||
|
// textEdit1
|
|||
|
//
|
|||
|
this.textEdit1.Location = new System.Drawing.Point(173, 45);
|
|||
|
this.textEdit1.Name = "textEdit1";
|
|||
|
this.textEdit1.Size = new System.Drawing.Size(183, 20);
|
|||
|
this.textEdit1.TabIndex = 35;
|
|||
|
//
|
|||
|
// numericUpDown1
|
|||
|
//
|
|||
|
this.numericUpDown1.Location = new System.Drawing.Point(173, 111);
|
|||
|
this.numericUpDown1.Maximum = new decimal(new int[] {
|
|||
|
99999999,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.numericUpDown1.Minimum = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.numericUpDown1.Name = "numericUpDown1";
|
|||
|
this.numericUpDown1.Size = new System.Drawing.Size(182, 22);
|
|||
|
this.numericUpDown1.TabIndex = 34;
|
|||
|
this.numericUpDown1.Value = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
//
|
|||
|
// button2
|
|||
|
//
|
|||
|
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|||
|
this.button2.Location = new System.Drawing.Point(253, 276);
|
|||
|
this.button2.Name = "button2";
|
|||
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button2.TabIndex = 32;
|
|||
|
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(138, 276);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button1.TabIndex = 33;
|
|||
|
this.button1.Text = " 确 定 ";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// labelControl4
|
|||
|
//
|
|||
|
this.labelControl4.Location = new System.Drawing.Point(107, 48);
|
|||
|
this.labelControl4.Name = "labelControl4";
|
|||
|
this.labelControl4.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.labelControl4.TabIndex = 26;
|
|||
|
this.labelControl4.Text = "用户账号:";
|
|||
|
//
|
|||
|
// labelControl2
|
|||
|
//
|
|||
|
this.labelControl2.Location = new System.Drawing.Point(83, 114);
|
|||
|
this.labelControl2.Name = "labelControl2";
|
|||
|
this.labelControl2.Size = new System.Drawing.Size(84, 14);
|
|||
|
this.labelControl2.TabIndex = 27;
|
|||
|
this.labelControl2.Text = "生成卡密数量:";
|
|||
|
//
|
|||
|
// labelControl3
|
|||
|
//
|
|||
|
this.labelControl3.Location = new System.Drawing.Point(107, 81);
|
|||
|
this.labelControl3.Name = "labelControl3";
|
|||
|
this.labelControl3.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.labelControl3.TabIndex = 28;
|
|||
|
this.labelControl3.Text = "软件类型:";
|
|||
|
//
|
|||
|
// labelControl1
|
|||
|
//
|
|||
|
this.labelControl1.Location = new System.Drawing.Point(107, 147);
|
|||
|
this.labelControl1.Name = "labelControl1";
|
|||
|
this.labelControl1.Size = new System.Drawing.Size(60, 14);
|
|||
|
this.labelControl1.TabIndex = 29;
|
|||
|
this.labelControl1.Text = "续费类型:";
|
|||
|
//
|
|||
|
// comboBox2
|
|||
|
//
|
|||
|
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.comboBox2.FormattingEnabled = true;
|
|||
|
this.comboBox2.Items.AddRange(new object[] {
|
|||
|
"月卡",
|
|||
|
"年卡"});
|
|||
|
this.comboBox2.Location = new System.Drawing.Point(173, 77);
|
|||
|
this.comboBox2.Name = "comboBox2";
|
|||
|
this.comboBox2.Size = new System.Drawing.Size(183, 22);
|
|||
|
this.comboBox2.TabIndex = 30;
|
|||
|
//
|
|||
|
// 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(173, 145);
|
|||
|
this.comboBox1.Name = "comboBox1";
|
|||
|
this.comboBox1.Size = new System.Drawing.Size(183, 22);
|
|||
|
this.comboBox1.TabIndex = 31;
|
|||
|
//
|
|||
|
// labelControl5
|
|||
|
//
|
|||
|
this.labelControl5.Location = new System.Drawing.Point(131, 180);
|
|||
|
this.labelControl5.Name = "labelControl5";
|
|||
|
this.labelControl5.Size = new System.Drawing.Size(36, 14);
|
|||
|
this.labelControl5.TabIndex = 29;
|
|||
|
this.labelControl5.Text = "备注:";
|
|||
|
//
|
|||
|
// memoEdit1
|
|||
|
//
|
|||
|
this.memoEdit1.Location = new System.Drawing.Point(173, 179);
|
|||
|
this.memoEdit1.Name = "memoEdit1";
|
|||
|
this.memoEdit1.Size = new System.Drawing.Size(183, 69);
|
|||
|
this.memoEdit1.TabIndex = 36;
|
|||
|
//
|
|||
|
// CreateCardForm
|
|||
|
//
|
|||
|
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(555, 420);
|
|||
|
this.Controls.Add(this.groupBox1);
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "CreateCardForm";
|
|||
|
this.Text = "生成卡密";
|
|||
|
this.Load += new System.EventHandler(this.CreateCardForm_Load);
|
|||
|
this.groupBox1.ResumeLayout(false);
|
|||
|
this.groupBox1.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|||
|
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
|||
|
private System.Windows.Forms.Button button2;
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|||
|
private System.Windows.Forms.ComboBox comboBox2;
|
|||
|
private System.Windows.Forms.ComboBox comboBox1;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|||
|
private DevExpress.XtraEditors.MemoEdit memoEdit1;
|
|||
|
}
|
|||
|
}
|