namespace Lskj.Control { partial class LabelIntExtendEdit { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton(); this.txtEdit = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).BeginInit(); this.SuspendLayout(); // // simpleButton1 // this.simpleButton1.Appearance.Font = new System.Drawing.Font("宋体", 12F); this.simpleButton1.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.simpleButton1.Appearance.Options.UseFont = true; this.simpleButton1.Dock = System.Windows.Forms.DockStyle.Left; this.simpleButton1.Location = new System.Drawing.Point(0, 0); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(60, 21); this.simpleButton1.TabIndex = 15; this.simpleButton1.Text = "默认"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click_1); // // simpleButton2 // this.simpleButton2.Appearance.Font = new System.Drawing.Font("宋体", 12F); this.simpleButton2.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.simpleButton2.Appearance.Options.UseFont = true; this.simpleButton2.Dock = System.Windows.Forms.DockStyle.Left; this.simpleButton2.Location = new System.Drawing.Point(60, 0); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(60, 21); this.simpleButton2.TabIndex = 16; this.simpleButton2.Text = "-10"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // simpleButton3 // this.simpleButton3.Appearance.Font = new System.Drawing.Font("宋体", 12F); this.simpleButton3.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.simpleButton3.Appearance.Options.UseFont = true; this.simpleButton3.Dock = System.Windows.Forms.DockStyle.Left; this.simpleButton3.Location = new System.Drawing.Point(120, 0); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(60, 21); this.simpleButton3.TabIndex = 17; this.simpleButton3.Text = "-"; this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click); // // simpleButton4 // this.simpleButton4.Appearance.Font = new System.Drawing.Font("宋体", 12F); this.simpleButton4.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.simpleButton4.Appearance.Options.UseFont = true; this.simpleButton4.Dock = System.Windows.Forms.DockStyle.Right; this.simpleButton4.Location = new System.Drawing.Point(274, 0); this.simpleButton4.Name = "simpleButton4"; this.simpleButton4.Size = new System.Drawing.Size(60, 21); this.simpleButton4.TabIndex = 20; this.simpleButton4.Text = "+"; this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click); // // simpleButton5 // this.simpleButton5.Appearance.Font = new System.Drawing.Font("宋体", 12F); this.simpleButton5.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.simpleButton5.Appearance.Options.UseFont = true; this.simpleButton5.Dock = System.Windows.Forms.DockStyle.Right; this.simpleButton5.Location = new System.Drawing.Point(334, 0); this.simpleButton5.Name = "simpleButton5"; this.simpleButton5.Size = new System.Drawing.Size(60, 21); this.simpleButton5.TabIndex = 19; this.simpleButton5.Text = "+10"; this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click); // // simpleButton6 // this.simpleButton6.Appearance.Font = new System.Drawing.Font("宋体", 12F); this.simpleButton6.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; this.simpleButton6.Appearance.Options.UseFont = true; this.simpleButton6.Dock = System.Windows.Forms.DockStyle.Right; this.simpleButton6.Location = new System.Drawing.Point(394, 0); this.simpleButton6.Name = "simpleButton6"; this.simpleButton6.Size = new System.Drawing.Size(60, 21); this.simpleButton6.TabIndex = 18; this.simpleButton6.Text = "清零"; this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click); // // txtEdit // this.txtEdit.Dock = System.Windows.Forms.DockStyle.Fill; this.txtEdit.EditValue = ""; this.txtEdit.Location = new System.Drawing.Point(180, 0); this.txtEdit.Name = "txtEdit"; this.txtEdit.Properties.Appearance.Options.UseTextOptions = true; this.txtEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.txtEdit.Properties.AutoHeight = false; this.txtEdit.Size = new System.Drawing.Size(94, 21); this.txtEdit.TabIndex = 21; // // LabelIntExtendEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtEdit); this.Controls.Add(this.simpleButton4); this.Controls.Add(this.simpleButton5); this.Controls.Add(this.simpleButton6); this.Controls.Add(this.simpleButton3); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.simpleButton1); this.Name = "LabelIntExtendEdit"; this.Size = new System.Drawing.Size(454, 21); ((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.SimpleButton simpleButton3; private DevExpress.XtraEditors.SimpleButton simpleButton4; private DevExpress.XtraEditors.SimpleButton simpleButton5; private DevExpress.XtraEditors.SimpleButton simpleButton6; private DevExpress.XtraEditors.TextEdit txtEdit; } }