From e411302bca8857e102443a5250c82b9580ef07a3 Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期五, 28 三月 2025 10:49:48 +0800 Subject: [PATCH] 修改成套设备增加逻辑 --- WinFrmUI/PBS.WinFrmUI/02-facility/00-core/FacilitiesCtrl.Designer.cs | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/WinFrmUI/PBS.WinFrmUI/02-facility/00-core/FacilitiesCtrl.Designer.cs b/WinFrmUI/PBS.WinFrmUI/02-facility/00-core/FacilitiesCtrl.Designer.cs index c4c910f..45a2af2 100644 --- a/WinFrmUI/PBS.WinFrmUI/02-facility/00-core/FacilitiesCtrl.Designer.cs +++ b/WinFrmUI/PBS.WinFrmUI/02-facility/00-core/FacilitiesCtrl.Designer.cs @@ -45,6 +45,7 @@ textEditWaterModel = new DevExpress.XtraEditors.ImageComboBoxEdit(); imageComboBoxConnectionType = new DevExpress.XtraEditors.ImageComboBoxEdit(); textEditConnectionAddress = new DevExpress.XtraEditors.TextEdit(); + textEditMaxHeight = new DevExpress.XtraEditors.TextEdit(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); txtFlooritem = new DevExpress.XtraLayout.LayoutControlItem(); comboBoxCompletePlantitem = new DevExpress.XtraLayout.LayoutControlItem(); @@ -59,9 +60,8 @@ txtWaterPressureitem = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); - dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); - textEditMaxHeight = new DevExpress.XtraEditors.TextEdit(); layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); + dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); ((System.ComponentModel.ISupportInitialize)FacilitiesWizardFormlayoutControl1ConvertedLayout).BeginInit(); FacilitiesWizardFormlayoutControl1ConvertedLayout.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)txtEditPlace.Properties).BeginInit(); @@ -78,6 +78,7 @@ ((System.ComponentModel.ISupportInitialize)textEditWaterModel.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)imageComboBoxConnectionType.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)textEditConnectionAddress.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)textEditMaxHeight.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtFlooritem).BeginInit(); ((System.ComponentModel.ISupportInitialize)comboBoxCompletePlantitem).BeginInit(); @@ -92,9 +93,8 @@ ((System.ComponentModel.ISupportInitialize)txtWaterPressureitem).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit(); - ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); - ((System.ComponentModel.ISupportInitialize)textEditMaxHeight.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem10).BeginInit(); + ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); SuspendLayout(); // // FacilitiesWizardFormlayoutControl1ConvertedLayout @@ -279,6 +279,15 @@ textEditConnectionAddress.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout; textEditConnectionAddress.TabIndex = 13; // + // textEditMaxHeight + // + textEditMaxHeight.Location = new Point(592, 252); + textEditMaxHeight.MinimumSize = new Size(0, 36); + textEditMaxHeight.Name = "textEditMaxHeight"; + textEditMaxHeight.Size = new Size(285, 36); + textEditMaxHeight.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout; + textEditMaxHeight.TabIndex = 14; + // // layoutControlGroup1 // layoutControlGroup1.AppearanceItemCaption.Options.UseTextOptions = true; @@ -426,19 +435,6 @@ layoutControlItem9.Text = "杩炴帴鍦板潃:"; layoutControlItem9.TextSize = new Size(134, 18); // - // dxErrorProvider1 - // - dxErrorProvider1.ContainerControl = this; - // - // textEditMaxHeight - // - textEditMaxHeight.Location = new Point(592, 252); - textEditMaxHeight.MinimumSize = new Size(0, 36); - textEditMaxHeight.Name = "textEditMaxHeight"; - textEditMaxHeight.Size = new Size(285, 36); - textEditMaxHeight.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout; - textEditMaxHeight.TabIndex = 14; - // // layoutControlItem10 // layoutControlItem10.Control = textEditMaxHeight; @@ -447,6 +443,10 @@ layoutControlItem10.Size = new Size(435, 136); layoutControlItem10.Text = "鏈�楂樻ゼ灞傛爣楂�:"; layoutControlItem10.TextSize = new Size(134, 18); + // + // dxErrorProvider1 + // + dxErrorProvider1.ContainerControl = this; // // FacilitiesCtrl // @@ -472,6 +472,7 @@ ((System.ComponentModel.ISupportInitialize)textEditWaterModel.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)imageComboBoxConnectionType.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)textEditConnectionAddress.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)textEditMaxHeight.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit(); ((System.ComponentModel.ISupportInitialize)txtFlooritem).EndInit(); ((System.ComponentModel.ISupportInitialize)comboBoxCompletePlantitem).EndInit(); @@ -486,9 +487,8 @@ ((System.ComponentModel.ISupportInitialize)txtWaterPressureitem).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit(); - ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); - ((System.ComponentModel.ISupportInitialize)textEditMaxHeight.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem10).EndInit(); + ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); ResumeLayout(false); } -- Gitblit v1.9.3