From 7995765ee80e2772a20db9a7687048e6d5e12950 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 05 十二月 2024 21:58:26 +0800 Subject: [PATCH] 修复阀门类型 --- WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/18-exchanger/SetHydroExchangerDlg.Designer.cs | 35 ++++++++++++----------------------- 1 files changed, 12 insertions(+), 23 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/18-exchanger/SetHydroExchangerDlg.Designer.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/18-exchanger/SetHydroExchangerDlg.Designer.cs index 1e64d6d..48ed747 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/18-exchanger/SetHydroExchangerDlg.Designer.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/18-exchanger/SetHydroExchangerDlg.Designer.cs @@ -28,8 +28,8 @@ /// </summary> private void InitializeComponent() { - components = new Container(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); + generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl(); txtMaterial = new DevExpress.XtraEditors.TextEdit(); txtMinorLoss = new DevExpress.XtraEditors.TextEdit(); txtDiameter = new DevExpress.XtraEditors.TextEdit(); @@ -39,8 +39,6 @@ layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); - dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); - generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); @@ -53,7 +51,6 @@ ((ISupportInitialize)layoutControlItem8).BeginInit(); ((ISupportInitialize)layoutControlItem4).BeginInit(); ((ISupportInitialize)layoutControlItem5).BeginInit(); - ((ISupportInitialize)dxErrorProvider1).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); SuspendLayout(); // @@ -73,6 +70,17 @@ layoutControl1.TabIndex = 1; layoutControl1.Text = "layoutControl1"; // + // generalOkAndCancelCtrl1 + // + generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26); + generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26); + generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26); + generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26); + generalOkAndCancelCtrl1.Location = new Point(12, 60); + generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1"; + generalOkAndCancelCtrl1.Size = new Size(432, 28); + generalOkAndCancelCtrl1.TabIndex = 5; + // // txtMaterial // txtMaterial.Location = new Point(293, 12); @@ -85,7 +93,6 @@ // txtMinorLoss.Location = new Point(293, 36); txtMinorLoss.Name = "txtMinorLoss"; - txtMinorLoss.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; txtMinorLoss.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtMinorLoss.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False"); txtMinorLoss.Size = new Size(151, 20); @@ -96,7 +103,6 @@ // txtDiameter.Location = new Point(76, 36); txtDiameter.Name = "txtDiameter"; - txtDiameter.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; txtDiameter.Properties.DisplayFormat.FormatString = "{0}mm"; txtDiameter.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; txtDiameter.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); @@ -162,21 +168,6 @@ layoutControlItem5.Text = "灞�闃荤郴鏁�:"; layoutControlItem5.TextSize = new Size(52, 14); // - // dxErrorProvider1 - // - dxErrorProvider1.ContainerControl = this; - // - // generalOkAndCancelCtrl1 - // - generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26); - generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26); - generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26); - generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26); - generalOkAndCancelCtrl1.Location = new Point(12, 60); - generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1"; - generalOkAndCancelCtrl1.Size = new Size(432, 28); - generalOkAndCancelCtrl1.TabIndex = 5; - // // layoutControlItem1 // layoutControlItem1.Control = generalOkAndCancelCtrl1; @@ -207,7 +198,6 @@ ((ISupportInitialize)layoutControlItem8).EndInit(); ((ISupportInitialize)layoutControlItem4).EndInit(); ((ISupportInitialize)layoutControlItem5).EndInit(); - ((ISupportInitialize)dxErrorProvider1).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ResumeLayout(false); } @@ -216,7 +206,6 @@ private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; - private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraEditors.ImageComboBoxEdit imgCmbLinkStatus; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; -- Gitblit v1.9.3