namespace TProduct.WinFrmUI.TValve
|
{
|
partial class SetValveCoordinateDlg
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param nameLogin="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.btnSet = new DevExpress.XtraEditors.SimpleButton();
|
this.labelScaleNumberQ = new System.Windows.Forms.Label();
|
this.textCoordSpaceX = new DevExpress.XtraEditors.SpinEdit();
|
this.textGridNumberX = new DevExpress.XtraEditors.SpinEdit();
|
this.groupBoxQ = new System.Windows.Forms.GroupBox();
|
this.labelCoordSpaceQ = new System.Windows.Forms.Label();
|
this.label6 = new System.Windows.Forms.Label();
|
this.textMinDispX = new DevExpress.XtraEditors.SpinEdit();
|
this.groupBoxH = new System.Windows.Forms.GroupBox();
|
this.labelCoordSpaceH = new System.Windows.Forms.Label();
|
this.labelMaxHead = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.labelScaleNumberH = new System.Windows.Forms.Label();
|
this.textCoordSpaceKv = new DevExpress.XtraEditors.SpinEdit();
|
this.textEndLineNoKv = new DevExpress.XtraEditors.SpinEdit();
|
this.textMaxDispKv = new DevExpress.XtraEditors.SpinEdit();
|
this.textStartLineNoKv = new DevExpress.XtraEditors.SpinEdit();
|
this.groupBoxE = new System.Windows.Forms.GroupBox();
|
this.textStartLineNoRc = new DevExpress.XtraEditors.SpinEdit();
|
this.textEndLineNoRc = new DevExpress.XtraEditors.SpinEdit();
|
this.label2 = new System.Windows.Forms.Label();
|
this.labelCoordSpaceE = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
this.labelScaleNumberE = new System.Windows.Forms.Label();
|
this.textCoordSpaceRc = new DevExpress.XtraEditors.SpinEdit();
|
this.textMaxDispRc = new DevExpress.XtraEditors.SpinEdit();
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
this.groupBox纵坐标 = new System.Windows.Forms.GroupBox();
|
this.labelScaleNumberY = new System.Windows.Forms.Label();
|
this.textGridNumberY = new DevExpress.XtraEditors.SpinEdit();
|
((System.ComponentModel.ISupportInitialize)(this.textCoordSpaceX.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.textGridNumberX.Properties)).BeginInit();
|
this.groupBoxQ.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.textMinDispX.Properties)).BeginInit();
|
this.groupBoxH.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.textCoordSpaceKv.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEndLineNoKv.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.textMaxDispKv.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.textStartLineNoKv.Properties)).BeginInit();
|
this.groupBoxE.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.textStartLineNoRc.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEndLineNoRc.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.textCoordSpaceRc.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.textMaxDispRc.Properties)).BeginInit();
|
this.groupBox纵坐标.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.textGridNumberY.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// btnSet
|
//
|
this.btnSet.Location = new System.Drawing.Point(86, 309);
|
this.btnSet.Name = "btnSet";
|
this.btnSet.Size = new System.Drawing.Size(111, 36);
|
this.btnSet.TabIndex = 0;
|
this.btnSet.Text = "设定";
|
this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
|
//
|
// labelScaleNumberQ
|
//
|
this.labelScaleNumberQ.Location = new System.Drawing.Point(5, 19);
|
this.labelScaleNumberQ.Name = "labelScaleNumberQ";
|
this.labelScaleNumberQ.Size = new System.Drawing.Size(110, 15);
|
this.labelScaleNumberQ.TabIndex = 1;
|
this.labelScaleNumberQ.Text = "刻度数";
|
this.labelScaleNumberQ.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// textCoordSpaceX
|
//
|
this.textCoordSpaceX.EditValue = new decimal(new int[] {
|
0,
|
0,
|
0,
|
0});
|
this.textCoordSpaceX.Location = new System.Drawing.Point(121, 74);
|
this.textCoordSpaceX.Name = "textCoordSpaceX";
|
this.textCoordSpaceX.Size = new System.Drawing.Size(73, 22);
|
this.textCoordSpaceX.TabIndex = 2;
|
//
|
// textGridNumberX
|
//
|
this.textGridNumberX.EditValue = new decimal(new int[] {
|
2,
|
0,
|
0,
|
0});
|
this.textGridNumberX.Location = new System.Drawing.Point(121, 16);
|
this.textGridNumberX.Name = "textGridNumberX";
|
this.textGridNumberX.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.textGridNumberX.Properties.IsFloatValue = false;
|
this.textGridNumberX.Properties.Mask.EditMask = "N00";
|
this.textGridNumberX.Properties.MaxValue = new decimal(new int[] {
|
100,
|
0,
|
0,
|
0});
|
this.textGridNumberX.Properties.MinValue = new decimal(new int[] {
|
2,
|
0,
|
0,
|
0});
|
this.textGridNumberX.Size = new System.Drawing.Size(73, 22);
|
this.textGridNumberX.TabIndex = 3;
|
//
|
// groupBoxQ
|
//
|
this.groupBoxQ.Controls.Add(this.labelCoordSpaceQ);
|
this.groupBoxQ.Controls.Add(this.labelScaleNumberQ);
|
this.groupBoxQ.Controls.Add(this.textCoordSpaceX);
|
this.groupBoxQ.Controls.Add(this.label6);
|
this.groupBoxQ.Controls.Add(this.textGridNumberX);
|
this.groupBoxQ.Controls.Add(this.textMinDispX);
|
this.groupBoxQ.Location = new System.Drawing.Point(3, 3);
|
this.groupBoxQ.Name = "groupBoxQ";
|
this.groupBoxQ.Size = new System.Drawing.Size(200, 107);
|
this.groupBoxQ.TabIndex = 4;
|
this.groupBoxQ.TabStop = false;
|
this.groupBoxQ.Text = "开度";
|
//
|
// labelCoordSpaceQ
|
//
|
this.labelCoordSpaceQ.Location = new System.Drawing.Point(5, 76);
|
this.labelCoordSpaceQ.Name = "labelCoordSpaceQ";
|
this.labelCoordSpaceQ.Size = new System.Drawing.Size(110, 15);
|
this.labelCoordSpaceQ.TabIndex = 4;
|
this.labelCoordSpaceQ.Text = "流量/刻度";
|
this.labelCoordSpaceQ.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// label6
|
//
|
this.label6.Location = new System.Drawing.Point(5, 46);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(110, 15);
|
this.label6.TabIndex = 4;
|
this.label6.Text = "最小刻度流量";
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// textMinDispX
|
//
|
this.textMinDispX.EditValue = new decimal(new int[] {
|
0,
|
0,
|
0,
|
0});
|
this.textMinDispX.Location = new System.Drawing.Point(121, 44);
|
this.textMinDispX.Name = "textMinDispX";
|
this.textMinDispX.Size = new System.Drawing.Size(73, 22);
|
this.textMinDispX.TabIndex = 2;
|
//
|
// groupBoxH
|
//
|
this.groupBoxH.Controls.Add(this.labelCoordSpaceH);
|
this.groupBoxH.Controls.Add(this.labelMaxHead);
|
this.groupBoxH.Controls.Add(this.label1);
|
this.groupBoxH.Controls.Add(this.labelScaleNumberH);
|
this.groupBoxH.Controls.Add(this.textCoordSpaceKv);
|
this.groupBoxH.Controls.Add(this.textEndLineNoKv);
|
this.groupBoxH.Controls.Add(this.textMaxDispKv);
|
this.groupBoxH.Controls.Add(this.textStartLineNoKv);
|
this.groupBoxH.Location = new System.Drawing.Point(3, 117);
|
this.groupBoxH.Name = "groupBoxH";
|
this.groupBoxH.Size = new System.Drawing.Size(200, 151);
|
this.groupBoxH.TabIndex = 5;
|
this.groupBoxH.TabStop = false;
|
this.groupBoxH.Text = "流量系数Kv";
|
//
|
// labelCoordSpaceH
|
//
|
this.labelCoordSpaceH.Location = new System.Drawing.Point(5, 56);
|
this.labelCoordSpaceH.Name = "labelCoordSpaceH";
|
this.labelCoordSpaceH.Size = new System.Drawing.Size(110, 15);
|
this.labelCoordSpaceH.TabIndex = 4;
|
this.labelCoordSpaceH.Text = "Kv/刻度";
|
this.labelCoordSpaceH.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// labelMaxHead
|
//
|
this.labelMaxHead.Location = new System.Drawing.Point(5, 25);
|
this.labelMaxHead.Name = "labelMaxHead";
|
this.labelMaxHead.Size = new System.Drawing.Size(110, 15);
|
this.labelMaxHead.TabIndex = 4;
|
this.labelMaxHead.Text = "最大刻度Kv";
|
this.labelMaxHead.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// label1
|
//
|
this.label1.Location = new System.Drawing.Point(5, 117);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(110, 15);
|
this.label1.TabIndex = 1;
|
this.label1.Text = "结束刻度数";
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// labelScaleNumberH
|
//
|
this.labelScaleNumberH.Location = new System.Drawing.Point(5, 87);
|
this.labelScaleNumberH.Name = "labelScaleNumberH";
|
this.labelScaleNumberH.Size = new System.Drawing.Size(110, 15);
|
this.labelScaleNumberH.TabIndex = 1;
|
this.labelScaleNumberH.Text = "开始刻度数";
|
this.labelScaleNumberH.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// textCoordSpaceKv
|
//
|
this.textCoordSpaceKv.EditValue = new decimal(new int[] {
|
0,
|
0,
|
0,
|
0});
|
this.textCoordSpaceKv.Location = new System.Drawing.Point(121, 54);
|
this.textCoordSpaceKv.Name = "textCoordSpaceKv";
|
this.textCoordSpaceKv.Size = new System.Drawing.Size(73, 22);
|
this.textCoordSpaceKv.TabIndex = 2;
|
//
|
// textEndLineNoKv
|
//
|
this.textEndLineNoKv.EditValue = new decimal(new int[] {
|
2,
|
0,
|
0,
|
0});
|
this.textEndLineNoKv.Location = new System.Drawing.Point(121, 114);
|
this.textEndLineNoKv.Name = "textEndLineNoKv";
|
this.textEndLineNoKv.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.textEndLineNoKv.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
this.textEndLineNoKv.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
this.textEndLineNoKv.Properties.IsFloatValue = false;
|
this.textEndLineNoKv.Properties.MaskSettings.Set("mask", "N00");
|
this.textEndLineNoKv.Properties.MaxValue = new decimal(new int[] {
|
100,
|
0,
|
0,
|
0});
|
this.textEndLineNoKv.Properties.MinValue = new decimal(new int[] {
|
2,
|
0,
|
0,
|
0});
|
this.textEndLineNoKv.Size = new System.Drawing.Size(73, 22);
|
this.textEndLineNoKv.TabIndex = 3;
|
//
|
// textMaxDispKv
|
//
|
this.textMaxDispKv.EditValue = new decimal(new int[] {
|
0,
|
0,
|
0,
|
0});
|
this.textMaxDispKv.Location = new System.Drawing.Point(121, 22);
|
this.textMaxDispKv.Name = "textMaxDispKv";
|
this.textMaxDispKv.Size = new System.Drawing.Size(73, 22);
|
this.textMaxDispKv.TabIndex = 2;
|
//
|
// textStartLineNoKv
|
//
|
this.textStartLineNoKv.EditValue = new decimal(new int[] {
|
2,
|
0,
|
0,
|
0});
|
this.textStartLineNoKv.Location = new System.Drawing.Point(121, 84);
|
this.textStartLineNoKv.Name = "textStartLineNoKv";
|
this.textStartLineNoKv.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.textStartLineNoKv.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
this.textStartLineNoKv.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
this.textStartLineNoKv.Properties.IsFloatValue = false;
|
this.textStartLineNoKv.Properties.MaskSettings.Set("mask", "N00");
|
this.textStartLineNoKv.Properties.MaxValue = new decimal(new int[] {
|
100,
|
0,
|
0,
|
0});
|
this.textStartLineNoKv.Size = new System.Drawing.Size(73, 22);
|
this.textStartLineNoKv.TabIndex = 3;
|
//
|
// groupBoxE
|
//
|
this.groupBoxE.Controls.Add(this.textStartLineNoRc);
|
this.groupBoxE.Controls.Add(this.textEndLineNoRc);
|
this.groupBoxE.Controls.Add(this.label2);
|
this.groupBoxE.Controls.Add(this.labelCoordSpaceE);
|
this.groupBoxE.Controls.Add(this.label3);
|
this.groupBoxE.Controls.Add(this.labelScaleNumberE);
|
this.groupBoxE.Controls.Add(this.textCoordSpaceRc);
|
this.groupBoxE.Controls.Add(this.textMaxDispRc);
|
this.groupBoxE.Location = new System.Drawing.Point(219, 117);
|
this.groupBoxE.Name = "groupBoxE";
|
this.groupBoxE.Size = new System.Drawing.Size(208, 151);
|
this.groupBoxE.TabIndex = 6;
|
this.groupBoxE.TabStop = false;
|
this.groupBoxE.Text = "阻尼系数Rc";
|
//
|
// textStartLineNoRc
|
//
|
this.textStartLineNoRc.EditValue = new decimal(new int[] {
|
2,
|
0,
|
0,
|
0});
|
this.textStartLineNoRc.Location = new System.Drawing.Point(121, 84);
|
this.textStartLineNoRc.Name = "textStartLineNoRc";
|
this.textStartLineNoRc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.textStartLineNoRc.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
this.textStartLineNoRc.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
this.textStartLineNoRc.Properties.IsFloatValue = false;
|
this.textStartLineNoRc.Properties.MaskSettings.Set("mask", "N00");
|
this.textStartLineNoRc.Properties.MaxValue = new decimal(new int[] {
|
100,
|
0,
|
0,
|
0});
|
this.textStartLineNoRc.Size = new System.Drawing.Size(73, 22);
|
this.textStartLineNoRc.TabIndex = 5;
|
//
|
// textEndLineNoRc
|
//
|
this.textEndLineNoRc.EditValue = new decimal(new int[] {
|
2,
|
0,
|
0,
|
0});
|
this.textEndLineNoRc.Location = new System.Drawing.Point(121, 114);
|
this.textEndLineNoRc.Name = "textEndLineNoRc";
|
this.textEndLineNoRc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.textEndLineNoRc.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
this.textEndLineNoRc.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
this.textEndLineNoRc.Properties.IsFloatValue = false;
|
this.textEndLineNoRc.Properties.MaskSettings.Set("mask", "N00");
|
this.textEndLineNoRc.Properties.MaxValue = new decimal(new int[] {
|
100,
|
0,
|
0,
|
0});
|
this.textEndLineNoRc.Properties.MinValue = new decimal(new int[] {
|
2,
|
0,
|
0,
|
0});
|
this.textEndLineNoRc.Size = new System.Drawing.Size(73, 22);
|
this.textEndLineNoRc.TabIndex = 5;
|
//
|
// label2
|
//
|
this.label2.Location = new System.Drawing.Point(5, 25);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(110, 15);
|
this.label2.TabIndex = 4;
|
this.label2.Text = "最大刻度Rc";
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// labelCoordSpaceE
|
//
|
this.labelCoordSpaceE.Location = new System.Drawing.Point(5, 56);
|
this.labelCoordSpaceE.Name = "labelCoordSpaceE";
|
this.labelCoordSpaceE.Size = new System.Drawing.Size(110, 15);
|
this.labelCoordSpaceE.TabIndex = 4;
|
this.labelCoordSpaceE.Text = "Rc/刻度";
|
this.labelCoordSpaceE.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// label3
|
//
|
this.label3.Location = new System.Drawing.Point(5, 87);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(110, 15);
|
this.label3.TabIndex = 1;
|
this.label3.Text = "开始刻度数";
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// labelScaleNumberE
|
//
|
this.labelScaleNumberE.Location = new System.Drawing.Point(5, 117);
|
this.labelScaleNumberE.Name = "labelScaleNumberE";
|
this.labelScaleNumberE.Size = new System.Drawing.Size(110, 15);
|
this.labelScaleNumberE.TabIndex = 1;
|
this.labelScaleNumberE.Text = "结束刻度数";
|
this.labelScaleNumberE.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// textCoordSpaceRc
|
//
|
this.textCoordSpaceRc.EditValue = new decimal(new int[] {
|
0,
|
0,
|
0,
|
0});
|
this.textCoordSpaceRc.Location = new System.Drawing.Point(121, 54);
|
this.textCoordSpaceRc.Name = "textCoordSpaceRc";
|
this.textCoordSpaceRc.Size = new System.Drawing.Size(73, 22);
|
this.textCoordSpaceRc.TabIndex = 2;
|
//
|
// textMaxDispRc
|
//
|
this.textMaxDispRc.EditValue = new decimal(new int[] {
|
0,
|
0,
|
0,
|
0});
|
this.textMaxDispRc.Location = new System.Drawing.Point(121, 22);
|
this.textMaxDispRc.Name = "textMaxDispRc";
|
this.textMaxDispRc.Size = new System.Drawing.Size(73, 22);
|
this.textMaxDispRc.TabIndex = 2;
|
//
|
// btnClose
|
//
|
this.btnClose.Location = new System.Drawing.Point(213, 309);
|
this.btnClose.Name = "btnClose";
|
this.btnClose.Size = new System.Drawing.Size(108, 36);
|
this.btnClose.TabIndex = 0;
|
this.btnClose.Text = "关闭";
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
//
|
// groupBox纵坐标
|
//
|
this.groupBox纵坐标.Controls.Add(this.labelScaleNumberY);
|
this.groupBox纵坐标.Controls.Add(this.textGridNumberY);
|
this.groupBox纵坐标.Location = new System.Drawing.Point(218, 3);
|
this.groupBox纵坐标.Name = "groupBox纵坐标";
|
this.groupBox纵坐标.Size = new System.Drawing.Size(200, 107);
|
this.groupBox纵坐标.TabIndex = 8;
|
this.groupBox纵坐标.TabStop = false;
|
this.groupBox纵坐标.Text = "纵坐标";
|
//
|
// labelScaleNumberY
|
//
|
this.labelScaleNumberY.Location = new System.Drawing.Point(5, 26);
|
this.labelScaleNumberY.Name = "labelScaleNumberY";
|
this.labelScaleNumberY.Size = new System.Drawing.Size(110, 15);
|
this.labelScaleNumberY.TabIndex = 1;
|
this.labelScaleNumberY.Text = "刻度数";
|
this.labelScaleNumberY.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// textGridNumberY
|
//
|
this.textGridNumberY.EditValue = new decimal(new int[] {
|
2,
|
0,
|
0,
|
0});
|
this.textGridNumberY.Location = new System.Drawing.Point(121, 22);
|
this.textGridNumberY.Name = "textGridNumberY";
|
this.textGridNumberY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.textGridNumberY.Properties.IsFloatValue = false;
|
this.textGridNumberY.Properties.Mask.EditMask = "N00";
|
this.textGridNumberY.Properties.MaxValue = new decimal(new int[] {
|
100,
|
0,
|
0,
|
0});
|
this.textGridNumberY.Properties.MinValue = new decimal(new int[] {
|
2,
|
0,
|
0,
|
0});
|
this.textGridNumberY.Size = new System.Drawing.Size(73, 22);
|
this.textGridNumberY.TabIndex = 3;
|
//
|
// SetValveCoordinateDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(430, 365);
|
this.Controls.Add(this.groupBox纵坐标);
|
this.Controls.Add(this.groupBoxE);
|
this.Controls.Add(this.groupBoxH);
|
this.Controls.Add(this.groupBoxQ);
|
this.Controls.Add(this.btnClose);
|
this.Controls.Add(this.btnSet);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.IconOptions.ShowIcon = false;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "SetValveCoordinateDlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "设置坐标";
|
this.Load += new System.EventHandler(this.LoadWindow);
|
((System.ComponentModel.ISupportInitialize)(this.textCoordSpaceX.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textGridNumberX.Properties)).EndInit();
|
this.groupBoxQ.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.textMinDispX.Properties)).EndInit();
|
this.groupBoxH.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.textCoordSpaceKv.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEndLineNoKv.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textMaxDispKv.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textStartLineNoKv.Properties)).EndInit();
|
this.groupBoxE.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.textStartLineNoRc.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textEndLineNoRc.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textCoordSpaceRc.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textMaxDispRc.Properties)).EndInit();
|
this.groupBox纵坐标.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.textGridNumberY.Properties)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.SimpleButton btnSet;
|
private System.Windows.Forms.Label labelScaleNumberQ;
|
private DevExpress.XtraEditors.SpinEdit textCoordSpaceX;
|
private DevExpress.XtraEditors.SpinEdit textGridNumberX;
|
private System.Windows.Forms.GroupBox groupBoxQ;
|
private System.Windows.Forms.Label labelCoordSpaceQ;
|
private System.Windows.Forms.GroupBox groupBoxH;
|
private System.Windows.Forms.Label labelCoordSpaceH;
|
private System.Windows.Forms.Label labelMaxHead;
|
private System.Windows.Forms.Label labelScaleNumberH;
|
private DevExpress.XtraEditors.SpinEdit textMaxDispKv;
|
private DevExpress.XtraEditors.SpinEdit textCoordSpaceKv;
|
private DevExpress.XtraEditors.SpinEdit textStartLineNoKv;
|
private System.Windows.Forms.GroupBox groupBoxE;
|
private System.Windows.Forms.Label labelCoordSpaceE;
|
private System.Windows.Forms.Label labelScaleNumberE;
|
private DevExpress.XtraEditors.SpinEdit textCoordSpaceRc;
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
private DevExpress.XtraEditors.SpinEdit textEndLineNoRc;
|
private System.Windows.Forms.Label label1;
|
private DevExpress.XtraEditors.SpinEdit textEndLineNoKv;
|
private DevExpress.XtraEditors.SpinEdit textStartLineNoRc;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label label3;
|
private DevExpress.XtraEditors.SpinEdit textMaxDispRc;
|
private System.Windows.Forms.Label label6;
|
private DevExpress.XtraEditors.SpinEdit textMinDispX;
|
private System.Windows.Forms.GroupBox groupBox纵坐标;
|
private System.Windows.Forms.Label labelScaleNumberY;
|
private DevExpress.XtraEditors.SpinEdit textGridNumberY;
|
}
|
}
|