From f460fd2c628ab56db7450d70f3b7ad4b3524e6c8 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 02 十二月 2024 14:33:48 +0800 Subject: [PATCH] 水泵界面控件 --- WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/17-valve/SetHydroValveDlg.Designer.cs | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/17-valve/SetHydroValveDlg.Designer.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/17-valve/SetHydroValveDlg.Designer.cs index 6ff8217..cf7fb0a 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/17-valve/SetHydroValveDlg.Designer.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/17-valve/SetHydroValveDlg.Designer.cs @@ -28,7 +28,6 @@ /// </summary> private void InitializeComponent() { - components = new Container(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl(); txtMaterial = new DevExpress.XtraEditors.TextEdit(); @@ -41,7 +40,6 @@ layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); - dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)txtMaterial.Properties).BeginInit(); @@ -54,7 +52,6 @@ ((ISupportInitialize)layoutControlItem4).BeginInit(); ((ISupportInitialize)layoutControlItem5).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); - ((ISupportInitialize)dxErrorProvider1).BeginInit(); SuspendLayout(); // // layoutControl1 @@ -88,7 +85,6 @@ // txtMaterial.Location = new Point(297, 12); txtMaterial.Name = "txtMaterial"; - txtMaterial.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtMaterial.Size = new Size(154, 20); txtMaterial.StyleController = layoutControl1; txtMaterial.TabIndex = 2; @@ -97,7 +93,6 @@ // txtMinorLoss.Location = new Point(297, 36); txtMinorLoss.Name = "txtMinorLoss"; - txtMinorLoss.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtMinorLoss.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtMinorLoss.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False"); txtMinorLoss.Size = new Size(154, 20); @@ -108,7 +103,6 @@ // txtDiameter.Location = new Point(76, 36); txtDiameter.Name = "txtDiameter"; - txtDiameter.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtDiameter.Properties.DisplayFormat.FormatString = "{0}mm"; txtDiameter.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; txtDiameter.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); @@ -122,7 +116,6 @@ // imgCmbLinkStatus.Location = new Point(76, 12); imgCmbLinkStatus.Name = "imgCmbLinkStatus"; - imgCmbLinkStatus.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; imgCmbLinkStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); imgCmbLinkStatus.Size = new Size(153, 20); imgCmbLinkStatus.StyleController = layoutControl1; @@ -184,10 +177,6 @@ layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // - // dxErrorProvider1 - // - dxErrorProvider1.ContainerControl = this; - // // SetHydroValveDlg // AutoScaleDimensions = new SizeF(7F, 14F); @@ -210,7 +199,6 @@ ((ISupportInitialize)layoutControlItem4).EndInit(); ((ISupportInitialize)layoutControlItem5).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); - ((ISupportInitialize)dxErrorProvider1).EndInit(); ResumeLayout(false); } @@ -218,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