old_flsystem/类库/Grant.Framework/RechargePointForm.Designer.cs

153 lines
6.2 KiB
C#
Raw Normal View History

2022-09-20 03:10:29 +00:00
namespace Grant.Framework
{
partial class RechargePointForm
{
/// <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.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.textBox1 = new System.Windows.Forms.TextBox();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.simpleButton2);
this.groupBox1.Controls.Add(this.simpleButton1);
this.groupBox1.Controls.Add(this.numericUpDown1);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.labelControl2);
this.groupBox1.Controls.Add(this.labelControl1);
this.groupBox1.Location = new System.Drawing.Point(30, 22);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(403, 220);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " 基础信息 ";
//
// simpleButton2
//
this.simpleButton2.Location = new System.Drawing.Point(92, 155);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(83, 35);
this.simpleButton2.TabIndex = 4;
this.simpleButton2.Text = " 确 定 ";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(237, 155);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(83, 35);
this.simpleButton1.TabIndex = 5;
this.simpleButton1.Text = " 取 消 ";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// numericUpDown1
//
this.numericUpDown1.Increment = new decimal(new int[] {
100,
0,
0,
0});
this.numericUpDown1.Location = new System.Drawing.Point(137, 95);
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(186, 22);
this.numericUpDown1.TabIndex = 2;
this.numericUpDown1.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(137, 55);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(186, 22);
this.textBox1.TabIndex = 1;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(71, 99);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 14);
this.labelControl2.TabIndex = 0;
this.labelControl2.Text = "充值金额:";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(71, 59);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 14);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "充值账号:";
//
// RechargePointForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(461, 271);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "RechargePointForm";
this.Text = "积分充值";
this.Load += new System.EventHandler(this.RechargePointForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.TextBox textBox1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
}
}