namespace IStation.WinFrmUI.Basic { partial class SetSingleCoordLxpPDlg { /// /// 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.btnSet = new DevExpress.XtraEditors.SimpleButton(); this.labelNumber = new System.Windows.Forms.Label(); this.textSpace = new System.Windows.Forms.TextBox(); this.textNumber = new DevExpress.XtraEditors.SpinEdit(); this.labelMin = new System.Windows.Forms.Label(); this.textMin = new System.Windows.Forms.TextBox(); this.labelSpace = new System.Windows.Forms.Label(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.textMax = new System.Windows.Forms.TextBox(); this.labelMax = new System.Windows.Forms.Label(); this.comboBoxType = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl1 = new System.Windows.Forms.Label(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.textStart = new DevExpress.XtraEditors.SpinEdit(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.textNumber.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textStart.Properties)).BeginInit(); this.SuspendLayout(); // // btnSet // this.btnSet.Location = new System.Drawing.Point(101, 201); this.btnSet.Name = "btnSet"; this.btnSet.Size = new System.Drawing.Size(72, 25); this.btnSet.TabIndex = 0; this.btnSet.Text = "设定"; this.btnSet.Click += new System.EventHandler(this.btnSet_Click); // // labelNumber // this.labelNumber.AutoSize = true; this.labelNumber.Location = new System.Drawing.Point(93, 76); this.labelNumber.Name = "labelNumber"; this.labelNumber.Size = new System.Drawing.Size(43, 15); this.labelNumber.TabIndex = 1; this.labelNumber.Text = "刻度数"; // // textSpace // this.textSpace.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textSpace.Location = new System.Drawing.Point(151, 164); this.textSpace.Name = "textSpace"; this.textSpace.Size = new System.Drawing.Size(73, 21); this.textSpace.TabIndex = 2; this.textSpace.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textNumber // this.textNumber.EditValue = new decimal(new int[] { 1, 0, 0, 0}); this.textNumber.Location = new System.Drawing.Point(151, 73); this.textNumber.Name = "textNumber"; this.textNumber.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.textNumber.Properties.MaxValue = new decimal(new int[] { 100, 0, 0, 0}); this.textNumber.Properties.MinValue = new decimal(new int[] { 1, 0, 0, 0}); this.textNumber.Size = new System.Drawing.Size(73, 22); this.textNumber.TabIndex = 3; // // labelMin // this.labelMin.AutoSize = true; this.labelMin.Location = new System.Drawing.Point(87, 106); this.labelMin.Name = "labelMin"; this.labelMin.Size = new System.Drawing.Size(55, 15); this.labelMin.TabIndex = 6; this.labelMin.Text = "最小刻度"; // // textMin // this.textMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textMin.Location = new System.Drawing.Point(151, 102); this.textMin.Name = "textMin"; this.textMin.Size = new System.Drawing.Size(73, 21); this.textMin.TabIndex = 5; this.textMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // labelSpace // this.labelSpace.AutoSize = true; this.labelSpace.Location = new System.Drawing.Point(93, 168); this.labelSpace.Name = "labelSpace"; this.labelSpace.Size = new System.Drawing.Size(43, 15); this.labelSpace.TabIndex = 4; this.labelSpace.Text = "间隔量"; // // btnClose // this.btnClose.Location = new System.Drawing.Point(218, 201); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(73, 25); this.btnClose.TabIndex = 0; this.btnClose.Text = "关闭"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // textMax // this.textMax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textMax.Location = new System.Drawing.Point(151, 133); this.textMax.Name = "textMax"; this.textMax.Size = new System.Drawing.Size(73, 21); this.textMax.TabIndex = 5; this.textMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // labelMax // this.labelMax.AutoSize = true; this.labelMax.Location = new System.Drawing.Point(86, 137); this.labelMax.Name = "labelMax"; this.labelMax.Size = new System.Drawing.Size(55, 15); this.labelMax.TabIndex = 6; this.labelMax.Text = "最大刻度"; // // comboBoxType // this.comboBoxType.Location = new System.Drawing.Point(152, 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(139, 22); this.comboBoxType.TabIndex = 7; this.comboBoxType.SelectedIndexChanged += new System.EventHandler(this.comboBoxType_SelectedIndexChanged); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(89, 16); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(48, 15); this.labelControl1.TabIndex = 8; this.labelControl1.Text = "设置方法"; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(230, 45); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(86, 19); this.checkBox1.TabIndex = 9; this.checkBox1.Text = "从底部开始"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // textStart // this.textStart.EditValue = new decimal(new int[] { 1, 0, 0, 0}); this.textStart.Location = new System.Drawing.Point(151, 43); this.textStart.Name = "textStart"; this.textStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.textStart.Properties.MaxValue = new decimal(new int[] { 100, 0, 0, 0}); this.textStart.Properties.MinValue = new decimal(new int[] { 1, 0, 0, 0}); this.textStart.Size = new System.Drawing.Size(73, 22); this.textStart.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(78, 46); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 15); this.label1.TabIndex = 1; this.label1.Text = "开始刻度号"; // // SetSingleCoordLxpPDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(340, 235); this.Controls.Add(this.checkBox1); this.Controls.Add(this.labelControl1); this.Controls.Add(this.comboBoxType); this.Controls.Add(this.labelMax); this.Controls.Add(this.textMax); this.Controls.Add(this.labelMin); this.Controls.Add(this.textMin); this.Controls.Add(this.labelSpace); this.Controls.Add(this.btnClose); this.Controls.Add(this.label1); this.Controls.Add(this.labelNumber); this.Controls.Add(this.btnSet); this.Controls.Add(this.textSpace); this.Controls.Add(this.textStart); this.Controls.Add(this.textNumber); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.IconOptions.ShowIcon = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SetSingleCoordLxpPDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "设置坐标"; 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.textStart.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.SimpleButton btnSet; private System.Windows.Forms.Label labelNumber; private System.Windows.Forms.TextBox textSpace; private DevExpress.XtraEditors.SpinEdit textNumber; private System.Windows.Forms.Label labelSpace; private DevExpress.XtraEditors.SimpleButton btnClose; private System.Windows.Forms.Label labelMin; private System.Windows.Forms.TextBox textMin; private System.Windows.Forms.TextBox textMax; private System.Windows.Forms.Label labelMax; private DevExpress.XtraEditors.ComboBoxEdit comboBoxType; private System.Windows.Forms.Label labelControl1; private System.Windows.Forms.CheckBox checkBox1; private DevExpress.XtraEditors.SpinEdit textStart; private System.Windows.Forms.Label label1; } }