namespace Grant.Framework { partial class RechargePointForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }