86 lines
3.3 KiB
C#
86 lines
3.3 KiB
C#
|
namespace Grant.Framework
|
|||
|
{
|
|||
|
partial class GetCardForm
|
|||
|
{
|
|||
|
/// <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.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// simpleButton1
|
|||
|
//
|
|||
|
this.simpleButton1.Location = new System.Drawing.Point(486, 49);
|
|||
|
this.simpleButton1.Name = "simpleButton1";
|
|||
|
this.simpleButton1.Size = new System.Drawing.Size(94, 29);
|
|||
|
this.simpleButton1.TabIndex = 5;
|
|||
|
this.simpleButton1.Text = " 确 定 ";
|
|||
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|||
|
//
|
|||
|
// textEdit1
|
|||
|
//
|
|||
|
this.textEdit1.Location = new System.Drawing.Point(179, 52);
|
|||
|
this.textEdit1.Name = "textEdit1";
|
|||
|
this.textEdit1.Size = new System.Drawing.Size(291, 24);
|
|||
|
this.textEdit1.TabIndex = 4;
|
|||
|
//
|
|||
|
// labelControl1
|
|||
|
//
|
|||
|
this.labelControl1.Location = new System.Drawing.Point(83, 55);
|
|||
|
this.labelControl1.Name = "labelControl1";
|
|||
|
this.labelControl1.Size = new System.Drawing.Size(75, 18);
|
|||
|
this.labelControl1.TabIndex = 6;
|
|||
|
this.labelControl1.Text = "输入卡号:";
|
|||
|
//
|
|||
|
// GetCardForm
|
|||
|
//
|
|||
|
this.AcceptButton = this.simpleButton1;
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(651, 133);
|
|||
|
this.Controls.Add(this.labelControl1);
|
|||
|
this.Controls.Add(this.simpleButton1);
|
|||
|
this.Controls.Add(this.textEdit1);
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "GetCardForm";
|
|||
|
this.Text = "输入卡号";
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|||
|
}
|
|||
|
}
|