namespace IStation.WinFrmUI.Basic { partial class SetSingleCoordLxpHDlg { /// /// 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.labelNumber = new System.Windows.Forms.Label(); this.textNumber = new DevExpress.XtraEditors.SpinEdit(); this.labelMin = new System.Windows.Forms.Label(); this.labelSpace = new System.Windows.Forms.Label(); this.labelMax = new System.Windows.Forms.Label(); this.comboBoxType = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl1 = new System.Windows.Forms.Label(); this.comboUnit = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelUnit = new System.Windows.Forms.Label(); this.textMin = new DevExpress.XtraEditors.SpinEdit(); this.textSpace = new DevExpress.XtraEditors.SpinEdit(); this.textMax = new DevExpress.XtraEditors.SpinEdit(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnSet = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.textNumber.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboUnit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textMin.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textSpace.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textMax.Properties)).BeginInit(); this.SuspendLayout(); // // labelNumber // this.labelNumber.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelNumber.Location = new System.Drawing.Point(46, 44); this.labelNumber.Name = "labelNumber"; this.labelNumber.Size = new System.Drawing.Size(85, 15); this.labelNumber.TabIndex = 1; this.labelNumber.Text = "刻度数"; this.labelNumber.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textNumber // this.textNumber.EditValue = new decimal(new int[] { 2, 0, 0, 0}); this.textNumber.Location = new System.Drawing.Point(137, 41); this.textNumber.Name = "textNumber"; this.textNumber.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.textNumber.Properties.IsFloatValue = false; this.textNumber.Properties.Mask.EditMask = "N00"; this.textNumber.Properties.MaxValue = new decimal(new int[] { 100, 0, 0, 0}); this.textNumber.Properties.MinValue = new decimal(new int[] { 2, 0, 0, 0}); this.textNumber.Size = new System.Drawing.Size(73, 22); this.textNumber.TabIndex = 3; // // labelMin // this.labelMin.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelMin.Location = new System.Drawing.Point(46, 74); this.labelMin.Name = "labelMin"; this.labelMin.Size = new System.Drawing.Size(85, 15); this.labelMin.TabIndex = 6; this.labelMin.Text = "最小刻度"; this.labelMin.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelSpace // this.labelSpace.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelSpace.Location = new System.Drawing.Point(46, 134); this.labelSpace.Name = "labelSpace"; this.labelSpace.Size = new System.Drawing.Size(85, 15); this.labelSpace.TabIndex = 4; this.labelSpace.Text = "间隔量"; this.labelSpace.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelMax // this.labelMax.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelMax.Location = new System.Drawing.Point(46, 104); this.labelMax.Name = "labelMax"; this.labelMax.Size = new System.Drawing.Size(85, 15); this.labelMax.TabIndex = 6; this.labelMax.Text = "最大刻度"; this.labelMax.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboBoxType // this.comboBoxType.Location = new System.Drawing.Point(137, 13); this.comboBoxType.Name = "comboBoxType"; this.comboBoxType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBoxType.Size = new System.Drawing.Size(133, 22); this.comboBoxType.TabIndex = 7; this.comboBoxType.SelectedIndexChanged += new System.EventHandler(this.comboBoxType_SelectedIndexChanged); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(45, 15); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(86, 18); this.labelControl1.TabIndex = 8; this.labelControl1.Text = "设置方法"; this.labelControl1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboUnit // this.comboUnit.Location = new System.Drawing.Point(137, 161); this.comboUnit.Name = "comboUnit"; this.comboUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboUnit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboUnit.Size = new System.Drawing.Size(73, 22); this.comboUnit.TabIndex = 9; this.comboUnit.SelectedIndexChanged += new System.EventHandler(this.comboUnit_SelectedIndexChanged); // // labelUnit // this.labelUnit.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelUnit.Location = new System.Drawing.Point(46, 164); this.labelUnit.Name = "labelUnit"; this.labelUnit.Size = new System.Drawing.Size(85, 15); this.labelUnit.TabIndex = 10; this.labelUnit.Text = "单位"; this.labelUnit.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textMin // this.textMin.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.textMin.Location = new System.Drawing.Point(137, 71); this.textMin.Name = "textMin"; this.textMin.Properties.MaxValue = new decimal(new int[] { 1000000, 0, 0, 0}); this.textMin.Size = new System.Drawing.Size(73, 22); this.textMin.TabIndex = 11; // // textSpace // this.textSpace.EditValue = new decimal(new int[] { 1, 0, 0, 0}); this.textSpace.Location = new System.Drawing.Point(137, 131); this.textSpace.Name = "textSpace"; this.textSpace.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.textSpace.Properties.MaxValue = new decimal(new int[] { 100000, 0, 0, 0}); this.textSpace.Size = new System.Drawing.Size(73, 22); this.textSpace.TabIndex = 12; // // textMax // this.textMax.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.textMax.Location = new System.Drawing.Point(137, 101); this.textMax.Name = "textMax"; this.textMax.Properties.MaxValue = new decimal(new int[] { 1000000, 0, 0, 0}); this.textMax.Size = new System.Drawing.Size(73, 22); this.textMax.TabIndex = 11; // // btnClose // this.btnClose.Location = new System.Drawing.Point(164, 205); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(73, 25); this.btnClose.TabIndex = 13; this.btnClose.Text = "关闭"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnSet // this.btnSet.Location = new System.Drawing.Point(65, 205); this.btnSet.Name = "btnSet"; this.btnSet.Size = new System.Drawing.Size(72, 25); this.btnSet.TabIndex = 14; this.btnSet.Text = "设定"; this.btnSet.Click += new System.EventHandler(this.btnSet_Click); // // SetSingleCoordLxpHDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(291, 242); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSet); this.Controls.Add(this.textSpace); this.Controls.Add(this.textMax); this.Controls.Add(this.textMin); this.Controls.Add(this.labelUnit); this.Controls.Add(this.comboUnit); this.Controls.Add(this.labelControl1); this.Controls.Add(this.comboBoxType); this.Controls.Add(this.labelMax); this.Controls.Add(this.labelMin); this.Controls.Add(this.labelSpace); this.Controls.Add(this.labelNumber); this.Controls.Add(this.textNumber); this.Name = "SetSingleCoordLxpHDlg"; this.Load += new System.EventHandler(this.LoadWindow); ((System.ComponentModel.ISupportInitialize)(this.textNumber.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboUnit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textMin.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textSpace.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textMax.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label labelNumber; private DevExpress.XtraEditors.SpinEdit textNumber; private System.Windows.Forms.Label labelSpace; private System.Windows.Forms.Label labelMin; private System.Windows.Forms.Label labelMax; private DevExpress.XtraEditors.ComboBoxEdit comboBoxType; private System.Windows.Forms.Label labelControl1; private DevExpress.XtraEditors.ComboBoxEdit comboUnit; private System.Windows.Forms.Label labelUnit; private DevExpress.XtraEditors.SpinEdit textMin; private DevExpress.XtraEditors.SpinEdit textSpace; private DevExpress.XtraEditors.SpinEdit textMax; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.SimpleButton btnSet; } }