From bbb06d0528afee5b00b09d93ced23d990398feb5 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期二, 24 十二月 2024 21:21:14 +0800 Subject: [PATCH] 等效线 --- WinFrmUI/Yw.WinFrmUI.Phart.Core/02-pump/04-special/04-variable-speed/SetPointDlg.designer.cs | 258 +++++++++++++++++++++++++-------------------------- 1 files changed, 126 insertions(+), 132 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Phart.Core/02-pump/04-special/04-variable-speed/SetPointDlg.designer.cs b/WinFrmUI/Yw.WinFrmUI.Phart.Core/02-pump/04-special/04-variable-speed/SetPointDlg.designer.cs index c39432c..a8199c4 100644 --- a/WinFrmUI/Yw.WinFrmUI.Phart.Core/02-pump/04-special/04-variable-speed/SetPointDlg.designer.cs +++ b/WinFrmUI/Yw.WinFrmUI.Phart.Core/02-pump/04-special/04-variable-speed/SetPointDlg.designer.cs @@ -28,177 +28,171 @@ /// </summary> private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); - this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); - this.btnOk = new DevExpress.XtraEditors.SimpleButton(); - this.txtX = new DevExpress.XtraEditors.TextEdit(); - this.txtY = new DevExpress.XtraEditors.TextEdit(); - this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); - this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); - this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); - this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); - this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components); - ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); - this.layoutControl1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.txtX.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtY.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit(); - this.SuspendLayout(); + components = new System.ComponentModel.Container(); + layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); + btnCancel = new DevExpress.XtraEditors.SimpleButton(); + btnOk = new DevExpress.XtraEditors.SimpleButton(); + txtX = new DevExpress.XtraEditors.TextEdit(); + txtY = new DevExpress.XtraEditors.TextEdit(); + Root = new DevExpress.XtraLayout.LayoutControlGroup(); + layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); + emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); + layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); + dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); + ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); + layoutControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)txtX.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)txtY.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); + ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); + ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); + SuspendLayout(); // // layoutControl1 // - this.layoutControl1.Controls.Add(this.btnCancel); - this.layoutControl1.Controls.Add(this.btnOk); - this.layoutControl1.Controls.Add(this.txtX); - this.layoutControl1.Controls.Add(this.txtY); - this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.layoutControl1.Location = new System.Drawing.Point(0, 0); - this.layoutControl1.Name = "layoutControl1"; - this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(924, 0, 975, 600); - this.layoutControl1.Root = this.Root; - this.layoutControl1.Size = new System.Drawing.Size(316, 126); - this.layoutControl1.TabIndex = 2; - this.layoutControl1.Text = "layoutControl1"; + layoutControl1.Controls.Add(btnCancel); + layoutControl1.Controls.Add(btnOk); + layoutControl1.Controls.Add(txtX); + layoutControl1.Controls.Add(txtY); + layoutControl1.Dock = DockStyle.Fill; + layoutControl1.Location = new Point(0, 0); + layoutControl1.Name = "layoutControl1"; + layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(924, 0, 975, 600); + layoutControl1.Root = Root; + layoutControl1.Size = new Size(319, 120); + layoutControl1.TabIndex = 2; + layoutControl1.Text = "layoutControl1"; // // btnCancel // - this.btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; - this.btnCancel.Appearance.Options.UseBackColor = true; - this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.btnCancel.Location = new System.Drawing.Point(233, 76); - this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(71, 32); - this.btnCancel.StyleController = this.layoutControl1; - this.btnCancel.TabIndex = 10; - this.btnCancel.Text = "鍙栨秷"; + btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; + btnCancel.Appearance.Options.UseBackColor = true; + btnCancel.DialogResult = DialogResult.Cancel; + btnCancel.Location = new Point(235, 76); + btnCancel.Margin = new Padding(4, 5, 4, 5); + btnCancel.Name = "btnCancel"; + btnCancel.Size = new Size(72, 32); + btnCancel.StyleController = layoutControl1; + btnCancel.TabIndex = 10; + btnCancel.Text = "鍙栨秷"; // // btnOk // - this.btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; - this.btnOk.Appearance.Options.UseBackColor = true; - this.btnOk.Location = new System.Drawing.Point(160, 76); - this.btnOk.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.btnOk.Name = "btnOk"; - this.btnOk.Size = new System.Drawing.Size(69, 32); - this.btnOk.StyleController = this.layoutControl1; - this.btnOk.TabIndex = 9; - this.btnOk.Text = "纭畾"; - this.btnOk.Click += new System.EventHandler(this.btnOk_Click); + btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; + btnOk.Appearance.Options.UseBackColor = true; + btnOk.Location = new Point(161, 76); + btnOk.Margin = new Padding(4, 5, 4, 5); + btnOk.Name = "btnOk"; + btnOk.Size = new Size(70, 32); + btnOk.StyleController = layoutControl1; + btnOk.TabIndex = 9; + btnOk.Text = "纭畾"; + btnOk.Click += btnOk_Click; // // txtX // - this.txtX.Location = new System.Drawing.Point(78, 12); - this.txtX.Name = "txtX"; - this.txtX.Size = new System.Drawing.Size(226, 28); - this.txtX.StyleController = this.layoutControl1; - this.txtX.TabIndex = 4; + txtX.Location = new Point(78, 12); + txtX.Name = "txtX"; + txtX.Size = new Size(229, 28); + txtX.StyleController = layoutControl1; + txtX.TabIndex = 4; // // txtY // - this.txtY.Location = new System.Drawing.Point(78, 44); - this.txtY.Name = "txtY"; - this.txtY.Size = new System.Drawing.Size(226, 28); - this.txtY.StyleController = this.layoutControl1; - this.txtY.TabIndex = 5; + txtY.Location = new Point(78, 44); + txtY.Name = "txtY"; + txtY.Size = new Size(229, 28); + txtY.StyleController = layoutControl1; + txtY.TabIndex = 5; // // Root // - this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; - this.Root.GroupBordersVisible = false; - this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { - this.layoutControlItem1, - this.layoutControlItem2, - this.layoutControlItem3, - this.emptySpaceItem1, - this.layoutControlItem4}); - this.Root.Name = "Root"; - this.Root.Size = new System.Drawing.Size(316, 126); - this.Root.TextVisible = false; + Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; + Root.GroupBordersVisible = false; + Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, emptySpaceItem1, layoutControlItem4 }); + Root.Name = "Root"; + Root.Size = new Size(319, 120); + Root.TextVisible = false; // // layoutControlItem1 // - this.layoutControlItem1.Control = this.txtX; - this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); - this.layoutControlItem1.Name = "layoutControlItem1"; - this.layoutControlItem1.Size = new System.Drawing.Size(296, 32); - this.layoutControlItem1.Text = "娴侀噺锛�"; - this.layoutControlItem1.TextSize = new System.Drawing.Size(54, 22); + layoutControlItem1.Control = txtX; + layoutControlItem1.Location = new Point(0, 0); + layoutControlItem1.Name = "layoutControlItem1"; + layoutControlItem1.Size = new Size(299, 32); + layoutControlItem1.Text = "娴侀噺锛�"; + layoutControlItem1.TextSize = new Size(54, 22); // // layoutControlItem2 // - this.layoutControlItem2.Control = this.txtY; - this.layoutControlItem2.Location = new System.Drawing.Point(0, 32); - this.layoutControlItem2.Name = "layoutControlItem2"; - this.layoutControlItem2.Size = new System.Drawing.Size(296, 32); - this.layoutControlItem2.Text = "鎵▼:"; - this.layoutControlItem2.TextSize = new System.Drawing.Size(54, 22); + layoutControlItem2.Control = txtY; + layoutControlItem2.Location = new Point(0, 32); + layoutControlItem2.Name = "layoutControlItem2"; + layoutControlItem2.Size = new Size(299, 32); + layoutControlItem2.Text = "鎵▼:"; + layoutControlItem2.TextSize = new Size(54, 22); // // layoutControlItem3 // - this.layoutControlItem3.Control = this.btnCancel; - this.layoutControlItem3.Location = new System.Drawing.Point(221, 64); - this.layoutControlItem3.Name = "layoutControlItem3"; - this.layoutControlItem3.Size = new System.Drawing.Size(75, 42); - this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem3.TextVisible = false; + layoutControlItem3.Control = btnCancel; + layoutControlItem3.Location = new Point(223, 64); + layoutControlItem3.Name = "layoutControlItem3"; + layoutControlItem3.Size = new Size(76, 36); + layoutControlItem3.TextSize = new Size(0, 0); + layoutControlItem3.TextVisible = false; // // emptySpaceItem1 // - this.emptySpaceItem1.AllowHotTrack = false; - this.emptySpaceItem1.Location = new System.Drawing.Point(0, 64); - this.emptySpaceItem1.Name = "emptySpaceItem1"; - this.emptySpaceItem1.Size = new System.Drawing.Size(148, 42); - this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); + emptySpaceItem1.AllowHotTrack = false; + emptySpaceItem1.Location = new Point(0, 64); + emptySpaceItem1.Name = "emptySpaceItem1"; + emptySpaceItem1.Size = new Size(149, 36); + emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlItem4 // - this.layoutControlItem4.Control = this.btnOk; - this.layoutControlItem4.Location = new System.Drawing.Point(148, 64); - this.layoutControlItem4.Name = "layoutControlItem4"; - this.layoutControlItem4.Size = new System.Drawing.Size(73, 42); - this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem4.TextVisible = false; + layoutControlItem4.Control = btnOk; + layoutControlItem4.Location = new Point(149, 64); + layoutControlItem4.Name = "layoutControlItem4"; + layoutControlItem4.Size = new Size(74, 36); + layoutControlItem4.TextSize = new Size(0, 0); + layoutControlItem4.TextVisible = false; // // dxErrorProvider1 // - this.dxErrorProvider1.ContainerControl = this; + dxErrorProvider1.ContainerControl = this; // // SetPointDlg // - this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(316, 126); - this.Controls.Add(this.layoutControl1); - this.IconOptions.ShowIcon = false; - this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.MaximizeBox = false; - this.MinimizeBox = false; - this.Name = "SetPointDlg"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "鐐�"; - ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); - this.layoutControl1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.txtX.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtY.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit(); - this.ResumeLayout(false); - + AutoScaleDimensions = new SizeF(10F, 22F); + AutoScaleMode = AutoScaleMode.Font; + ClientSize = new Size(319, 120); + Controls.Add(layoutControl1); + IconOptions.ShowIcon = false; + Margin = new Padding(4, 5, 4, 5); + MaximizeBox = false; + MinimizeBox = false; + Name = "SetPointDlg"; + StartPosition = FormStartPosition.CenterScreen; + Text = "鐐�"; + ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); + layoutControl1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)txtX.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)txtY.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)Root).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); + ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); + ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); + ResumeLayout(false); } #endregion -- Gitblit v1.9.3