From 0f99d4d12f2eae29bbe343f4b3131f2faeccda5d Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期二, 14 一月 2025 17:31:20 +0800 Subject: [PATCH] 泵曲线修改 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/SetValveCoefficientDlg.Designer.cs | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/SetValveCoefficientDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/SetValveCoefficientDlg.Designer.cs index 35cdcbc..194259e 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/SetValveCoefficientDlg.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/SetValveCoefficientDlg.Designer.cs @@ -95,7 +95,7 @@ // // btnCancel // - btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger; + btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; btnCancel.Appearance.Options.UseBackColor = true; btnCancel.DialogResult = DialogResult.Cancel; btnCancel.Location = new Point(565, 386); @@ -150,7 +150,7 @@ ColDelete.OptionsColumn.AllowEdit = false; ColDelete.Visible = true; ColDelete.VisibleIndex = 4; - ColDelete.Width = 50; + ColDelete.Width = 47; // // repositoryItemButtonEdit1 // @@ -168,7 +168,7 @@ colCaliber.Name = "colCaliber"; colCaliber.Visible = true; colCaliber.VisibleIndex = 1; - colCaliber.Width = 175; + colCaliber.Width = 134; // // colMaterial // @@ -178,7 +178,7 @@ colMaterial.Name = "colMaterial"; colMaterial.Visible = true; colMaterial.VisibleIndex = 2; - colMaterial.Width = 175; + colMaterial.Width = 134; // // colMinorLoss // @@ -188,7 +188,7 @@ colMinorLoss.Name = "colMinorLoss"; colMinorLoss.Visible = true; colMinorLoss.VisibleIndex = 3; - colMinorLoss.Width = 175; + colMinorLoss.Width = 134; // // colName // @@ -198,7 +198,7 @@ colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; - colName.Width = 282; + colName.Width = 259; // // Root // @@ -261,7 +261,7 @@ Controls.Add(layoutControl1); Name = "SetValveCoefficientDlg"; StartPosition = FormStartPosition.CenterScreen; - Text = "璁剧疆灞炴�ч�夐」"; + Text = "璁剧疆灞�闃荤郴鏁�"; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit(); -- Gitblit v1.9.3