namespace FissionData { partial class CashForm { /// /// 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.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.SuspendLayout(); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(90, 116); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(84, 14); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "兑换扣减人数:"; // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(191, 114); this.numericUpDown1.Maximum = new decimal(new int[] { 999999999, 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(111, 22); this.numericUpDown1.TabIndex = 2; this.numericUpDown1.Value = new decimal(new int[] { 5, 0, 0, 0}); // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(145, 163); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(146, 37); this.simpleButton1.TabIndex = 3; this.simpleButton1.Text = " 兑 换 "; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(90, 23); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(84, 14); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "一共邀请人数:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(90, 54); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(84, 14); this.labelControl3.TabIndex = 1; this.labelControl3.Text = "已经兑换人数:"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(90, 85); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(84, 14); this.labelControl4.TabIndex = 1; this.labelControl4.Text = "可以兑换人数:"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(191, 23); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(7, 14); this.labelControl5.TabIndex = 1; this.labelControl5.Text = "0"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(191, 54); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(7, 14); this.labelControl6.TabIndex = 1; this.labelControl6.Text = "0"; // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(191, 85); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(7, 14); this.labelControl7.TabIndex = 1; this.labelControl7.Text = "0"; // // CashForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(422, 264); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.labelControl7); this.Controls.Add(this.labelControl6); this.Controls.Add(this.labelControl4); this.Controls.Add(this.labelControl5); this.Controls.Add(this.labelControl3); this.Controls.Add(this.labelControl2); this.Controls.Add(this.numericUpDown1); this.Controls.Add(this.labelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CashForm"; this.Text = "兑换"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CashForm_FormClosing); this.Load += new System.EventHandler(this.CashForm_Load); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.NumericUpDown numericUpDown1; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl7; } }