namespace Uninpho.Tools.components.DataManager { partial class CheckBoxInput { /// /// 必需的设计器变量。 /// 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.checkEdit1 = new DevExpress.XtraEditors.CheckEdit(); this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // checkEdit1 // this.checkEdit1.Location = new System.Drawing.Point(3, 3); this.checkEdit1.Name = "checkEdit1"; this.checkEdit1.Properties.Caption = "侧踢升价峰峰值"; this.checkEdit1.Size = new System.Drawing.Size(130, 19); this.checkEdit1.TabIndex = 7; // // spinEdit1 // this.spinEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.spinEdit1.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.spinEdit1.Location = new System.Drawing.Point(139, 4); this.spinEdit1.Name = "spinEdit1"; this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.spinEdit1.Size = new System.Drawing.Size(63, 20); this.spinEdit1.TabIndex = 8; // // CheckBoxInput // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.spinEdit1); this.Controls.Add(this.checkEdit1); this.Name = "CheckBoxInput"; this.Size = new System.Drawing.Size(205, 28); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.CheckEdit checkEdit1; private DevExpress.XtraEditors.SpinEdit spinEdit1; } }