From 5c14c9686d2bd7c99fdd6cc6fc19404e6e4b8e4d Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 29 十一月 2024 15:02:20 +0800 Subject: [PATCH] 增加用水当量和用水器具界面 --- WinFrmUI/HStation.WinFrmUI.WE.Core/WaterUtensil/EditWaterUtensilDlg.designer.cs | 387 +++++++++++++++++++++++++++++------------------------- 1 files changed, 207 insertions(+), 180 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.WE.Core/WaterUtensil/EditWaterUtensilDlg.designer.cs b/WinFrmUI/HStation.WinFrmUI.WE.Core/WaterUtensil/EditWaterUtensilDlg.designer.cs index 0439b71..17fa1be 100644 --- a/WinFrmUI/HStation.WinFrmUI.WE.Core/WaterUtensil/EditWaterUtensilDlg.designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.WE.Core/WaterUtensil/EditWaterUtensilDlg.designer.cs @@ -34,236 +34,260 @@ /// </summary> private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); - this.btnOk = new DevExpress.XtraEditors.SimpleButton(); - this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); - this.NameTextEdit = new DevExpress.XtraEditors.TextEdit(); - this.DescriptionTextEdit = new DevExpress.XtraEditors.MemoEdit(); - this.TagNameTextEdit = new DevExpress.XtraEditors.TextEdit(); - this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); - this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); - this.ItemForName = new DevExpress.XtraLayout.LayoutControlItem(); - this.ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); - this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); - this.ItemForTagName = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); - this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components); - ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit(); - this.dataLayoutControl1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.DescriptionTextEdit.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.TagNameTextEdit.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ItemForName)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ItemForTagName)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit(); - this.SuspendLayout(); + components = new Container(); + dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); + textEditRatedFlow = new TextEdit(); + textEditMinRatedFlow = new TextEdit(); + btnOk = new SimpleButton(); + btnCancel = new SimpleButton(); + NameTextEdit = new TextEdit(); + DescriptionTextEdit = new MemoEdit(); + TagNameTextEdit = new TextEdit(); + Root = new DevExpress.XtraLayout.LayoutControlGroup(); + layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); + ItemForName = new DevExpress.XtraLayout.LayoutControlItem(); + ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); + emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); + ItemForTagName = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); + dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); + ((ISupportInitialize)dataLayoutControl1).BeginInit(); + dataLayoutControl1.SuspendLayout(); + ((ISupportInitialize)textEditRatedFlow.Properties).BeginInit(); + ((ISupportInitialize)textEditMinRatedFlow.Properties).BeginInit(); + ((ISupportInitialize)NameTextEdit.Properties).BeginInit(); + ((ISupportInitialize)DescriptionTextEdit.Properties).BeginInit(); + ((ISupportInitialize)TagNameTextEdit.Properties).BeginInit(); + ((ISupportInitialize)Root).BeginInit(); + ((ISupportInitialize)layoutControlGroup1).BeginInit(); + ((ISupportInitialize)ItemForName).BeginInit(); + ((ISupportInitialize)ItemForDescription).BeginInit(); + ((ISupportInitialize)layoutControlItem1).BeginInit(); + ((ISupportInitialize)layoutControlItem2).BeginInit(); + ((ISupportInitialize)emptySpaceItem1).BeginInit(); + ((ISupportInitialize)ItemForTagName).BeginInit(); + ((ISupportInitialize)layoutControlItem3).BeginInit(); + ((ISupportInitialize)layoutControlItem4).BeginInit(); + ((ISupportInitialize)dxErrorProvider1).BeginInit(); + SuspendLayout(); // // dataLayoutControl1 // - this.dataLayoutControl1.Controls.Add(this.btnOk); - this.dataLayoutControl1.Controls.Add(this.btnCancel); - this.dataLayoutControl1.Controls.Add(this.NameTextEdit); - this.dataLayoutControl1.Controls.Add(this.DescriptionTextEdit); - this.dataLayoutControl1.Controls.Add(this.TagNameTextEdit); - this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0); - this.dataLayoutControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.dataLayoutControl1.Name = "dataLayoutControl1"; - this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(900, 230, 650, 400); - this.dataLayoutControl1.Root = this.Root; - this.dataLayoutControl1.Size = new System.Drawing.Size(498, 253); - this.dataLayoutControl1.TabIndex = 0; - this.dataLayoutControl1.Text = "dataLayoutControl1"; + dataLayoutControl1.Controls.Add(textEditRatedFlow); + dataLayoutControl1.Controls.Add(textEditMinRatedFlow); + dataLayoutControl1.Controls.Add(btnOk); + dataLayoutControl1.Controls.Add(btnCancel); + dataLayoutControl1.Controls.Add(NameTextEdit); + dataLayoutControl1.Controls.Add(DescriptionTextEdit); + dataLayoutControl1.Controls.Add(TagNameTextEdit); + dataLayoutControl1.Dock = DockStyle.Fill; + dataLayoutControl1.Location = new Point(0, 0); + dataLayoutControl1.Name = "dataLayoutControl1"; + dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(900, 230, 650, 400); + dataLayoutControl1.Root = Root; + dataLayoutControl1.Size = new Size(428, 249); + dataLayoutControl1.TabIndex = 0; + dataLayoutControl1.Text = "dataLayoutControl1"; + // + // textEditRatedFlow + // + textEditRatedFlow.Location = new Point(107, 36); + textEditRatedFlow.Name = "textEditRatedFlow"; + textEditRatedFlow.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); + textEditRatedFlow.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False"); + textEditRatedFlow.Size = new Size(309, 20); + textEditRatedFlow.StyleController = dataLayoutControl1; + textEditRatedFlow.TabIndex = 2; + // + // textEditMinRatedFlow + // + textEditMinRatedFlow.Location = new Point(107, 60); + textEditMinRatedFlow.Name = "textEditMinRatedFlow"; + textEditMinRatedFlow.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); + textEditMinRatedFlow.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False"); + textEditMinRatedFlow.Size = new Size(309, 20); + textEditMinRatedFlow.StyleController = dataLayoutControl1; + textEditMinRatedFlow.TabIndex = 3; // // btnOk // - this.btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; - this.btnOk.Appearance.Options.UseBackColor = true; - this.btnOk.Location = new System.Drawing.Point(285, 209); - this.btnOk.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.btnOk.Name = "btnOk"; - this.btnOk.Size = new System.Drawing.Size(98, 32); - this.btnOk.StyleController = this.dataLayoutControl1; - this.btnOk.TabIndex = 7; - 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(245, 215); + btnOk.Name = "btnOk"; + btnOk.Size = new Size(83, 22); + btnOk.StyleController = dataLayoutControl1; + btnOk.TabIndex = 6; + btnOk.Text = "纭畾"; + btnOk.Click += btnOk_Click; // // 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(387, 209); - this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(99, 32); - this.btnCancel.StyleController = this.dataLayoutControl1; - this.btnCancel.TabIndex = 8; - this.btnCancel.Text = "鍙栨秷"; + btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; + btnCancel.Appearance.Options.UseBackColor = true; + btnCancel.DialogResult = DialogResult.Cancel; + btnCancel.Location = new Point(332, 215); + btnCancel.Name = "btnCancel"; + btnCancel.Size = new Size(84, 22); + btnCancel.StyleController = dataLayoutControl1; + btnCancel.TabIndex = 7; + btnCancel.Text = "鍙栨秷"; // // NameTextEdit // - this.NameTextEdit.Location = new System.Drawing.Point(102, 12); - this.NameTextEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.NameTextEdit.Name = "NameTextEdit"; - this.NameTextEdit.Size = new System.Drawing.Size(384, 28); - this.NameTextEdit.StyleController = this.dataLayoutControl1; - this.NameTextEdit.TabIndex = 0; + NameTextEdit.Location = new Point(107, 12); + NameTextEdit.Name = "NameTextEdit"; + NameTextEdit.Size = new Size(309, 20); + NameTextEdit.StyleController = dataLayoutControl1; + NameTextEdit.TabIndex = 0; // // DescriptionTextEdit // - this.DescriptionTextEdit.Location = new System.Drawing.Point(102, 108); - this.DescriptionTextEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.DescriptionTextEdit.Name = "DescriptionTextEdit"; - this.DescriptionTextEdit.Size = new System.Drawing.Size(384, 97); - this.DescriptionTextEdit.StyleController = this.dataLayoutControl1; - this.DescriptionTextEdit.TabIndex = 6; + DescriptionTextEdit.Location = new Point(107, 108); + DescriptionTextEdit.Name = "DescriptionTextEdit"; + DescriptionTextEdit.Size = new Size(309, 103); + DescriptionTextEdit.StyleController = dataLayoutControl1; + DescriptionTextEdit.TabIndex = 5; // // TagNameTextEdit // - this.TagNameTextEdit.Location = new System.Drawing.Point(102, 76); - this.TagNameTextEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.TagNameTextEdit.Name = "TagNameTextEdit"; - this.TagNameTextEdit.Size = new System.Drawing.Size(384, 28); - this.TagNameTextEdit.StyleController = this.dataLayoutControl1; - this.TagNameTextEdit.TabIndex = 4; + TagNameTextEdit.Location = new Point(107, 84); + TagNameTextEdit.Name = "TagNameTextEdit"; + TagNameTextEdit.Size = new Size(309, 20); + TagNameTextEdit.StyleController = dataLayoutControl1; + TagNameTextEdit.TabIndex = 4; // - // // Root // - this.Root.AppearanceItemCaption.Options.UseTextOptions = true; - this.Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; - this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; - this.Root.GroupBordersVisible = false; - this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { - this.layoutControlGroup1}); - this.Root.Name = "Root"; - this.Root.Size = new System.Drawing.Size(498, 253); - this.Root.TextVisible = false; + Root.AppearanceItemCaption.Options.UseTextOptions = true; + Root.AppearanceItemCaption.TextOptions.HAlignment = HorzAlignment.Far; + Root.EnableIndentsWithoutBorders = DefaultBoolean.True; + Root.GroupBordersVisible = false; + Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 }); + Root.Name = "Root"; + Root.Size = new Size(428, 249); + Root.TextVisible = false; // // layoutControlGroup1 // - this.layoutControlGroup1.AllowDrawBackground = false; - this.layoutControlGroup1.GroupBordersVisible = false; - this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { - this.ItemForName, - this.ItemForDescription, - this.layoutControlItem1, - this.layoutControlItem2, - this.emptySpaceItem1, - this.ItemForTagName, - this.layoutControlItem3}); - this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); - this.layoutControlGroup1.Name = "autoGeneratedGroup0"; - this.layoutControlGroup1.Size = new System.Drawing.Size(478, 233); + layoutControlGroup1.AllowDrawBackground = false; + layoutControlGroup1.GroupBordersVisible = false; + layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, ItemForDescription, layoutControlItem1, layoutControlItem2, emptySpaceItem1, ItemForTagName, layoutControlItem3, layoutControlItem4 }); + layoutControlGroup1.Location = new Point(0, 0); + layoutControlGroup1.Name = "autoGeneratedGroup0"; + layoutControlGroup1.Size = new Size(408, 229); // // ItemForName // - this.ItemForName.AllowHtmlStringInCaption = true; - this.ItemForName.Control = this.NameTextEdit; - this.ItemForName.Location = new System.Drawing.Point(0, 0); - this.ItemForName.Name = "ItemForName"; - this.ItemForName.Size = new System.Drawing.Size(478, 32); - this.ItemForName.Text = "<color=red>*</color>鍚嶇О:"; - this.ItemForName.TextSize = new System.Drawing.Size(78, 22); + ItemForName.AllowHtmlStringInCaption = true; + ItemForName.Control = NameTextEdit; + ItemForName.Location = new Point(0, 0); + ItemForName.Name = "ItemForName"; + ItemForName.Size = new Size(408, 24); + ItemForName.Text = "<color=red>*</color>鍚嶇О:"; + ItemForName.TextSize = new Size(83, 14); // // ItemForDescription // - this.ItemForDescription.Control = this.DescriptionTextEdit; - this.ItemForDescription.Location = new System.Drawing.Point(0, 96); - this.ItemForDescription.Name = "ItemForDescription"; - this.ItemForDescription.Size = new System.Drawing.Size(478, 101); - this.ItemForDescription.Text = "璇存槑:"; - this.ItemForDescription.TextSize = new System.Drawing.Size(78, 22); + ItemForDescription.Control = DescriptionTextEdit; + ItemForDescription.Location = new Point(0, 96); + ItemForDescription.Name = "ItemForDescription"; + ItemForDescription.Size = new Size(408, 107); + ItemForDescription.Text = "璇存槑:"; + ItemForDescription.TextSize = new Size(83, 14); // // layoutControlItem1 // - this.layoutControlItem1.Control = this.btnCancel; - this.layoutControlItem1.Location = new System.Drawing.Point(375, 197); - this.layoutControlItem1.Name = "layoutControlItem1"; - this.layoutControlItem1.Size = new System.Drawing.Size(103, 36); - this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem1.TextVisible = false; + layoutControlItem1.Control = btnCancel; + layoutControlItem1.Location = new Point(320, 203); + layoutControlItem1.Name = "layoutControlItem1"; + layoutControlItem1.Size = new Size(88, 26); + layoutControlItem1.TextSize = new Size(0, 0); + layoutControlItem1.TextVisible = false; // // layoutControlItem2 // - this.layoutControlItem2.Control = this.btnOk; - this.layoutControlItem2.Location = new System.Drawing.Point(273, 197); - this.layoutControlItem2.Name = "layoutControlItem2"; - this.layoutControlItem2.Size = new System.Drawing.Size(102, 36); - this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); - this.layoutControlItem2.TextVisible = false; + layoutControlItem2.Control = btnOk; + layoutControlItem2.Location = new Point(233, 203); + layoutControlItem2.Name = "layoutControlItem2"; + layoutControlItem2.Size = new Size(87, 26); + layoutControlItem2.TextSize = new Size(0, 0); + layoutControlItem2.TextVisible = false; // // emptySpaceItem1 // - this.emptySpaceItem1.AllowHotTrack = false; - this.emptySpaceItem1.Location = new System.Drawing.Point(0, 197); - this.emptySpaceItem1.Name = "emptySpaceItem1"; - this.emptySpaceItem1.Size = new System.Drawing.Size(273, 36); - this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); + emptySpaceItem1.AllowHotTrack = false; + emptySpaceItem1.Location = new Point(0, 203); + emptySpaceItem1.Name = "emptySpaceItem1"; + emptySpaceItem1.Size = new Size(233, 26); + emptySpaceItem1.TextSize = new Size(0, 0); // // ItemForTagName // - this.ItemForTagName.AppearanceItemCaption.Options.UseTextOptions = true; - this.ItemForTagName.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; - this.ItemForTagName.Control = this.TagNameTextEdit; - this.ItemForTagName.Location = new System.Drawing.Point(0, 64); - this.ItemForTagName.Name = "ItemForTagName"; - this.ItemForTagName.Size = new System.Drawing.Size(478, 32); - this.ItemForTagName.Text = "鏍囩鍚嶇О:"; - this.ItemForTagName.TextSize = new System.Drawing.Size(78, 22); + ItemForTagName.AppearanceItemCaption.Options.UseTextOptions = true; + ItemForTagName.AppearanceItemCaption.TextOptions.HAlignment = HorzAlignment.Far; + ItemForTagName.Control = TagNameTextEdit; + ItemForTagName.Location = new Point(0, 72); + ItemForTagName.Name = "ItemForTagName"; + ItemForTagName.Size = new Size(408, 24); + ItemForTagName.Text = "鏍囩鍚嶇О:"; + ItemForTagName.TextSize = new Size(83, 14); // // layoutControlItem3 // - this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; - this.layoutControlItem3.CustomizationFormText = "鏍囩鍒楄〃:"; - this.layoutControlItem3.Location = new System.Drawing.Point(0, 32); - this.layoutControlItem3.Name = "layoutControlItem3"; - this.layoutControlItem3.Size = new System.Drawing.Size(478, 32); - this.layoutControlItem3.Text = "鏍囩鍒楄〃:"; - this.layoutControlItem3.TextSize = new System.Drawing.Size(78, 22); + layoutControlItem3.AllowHtmlStringInCaption = true; + layoutControlItem3.Control = textEditRatedFlow; + layoutControlItem3.Location = new Point(0, 24); + layoutControlItem3.Name = "layoutControlItem3"; + layoutControlItem3.Size = new Size(408, 24); + layoutControlItem3.Text = "<color=red>*</color>棰濆畾娴侀噺:"; + layoutControlItem3.TextSize = new Size(83, 14); + // + // layoutControlItem4 + // + layoutControlItem4.AllowHtmlStringInCaption = true; + layoutControlItem4.Control = textEditMinRatedFlow; + layoutControlItem4.Location = new Point(0, 48); + layoutControlItem4.Name = "layoutControlItem4"; + layoutControlItem4.Size = new Size(408, 24); + layoutControlItem4.Text = "<color=red>*</color>鏈�灏忛瀹氭祦閲�:"; + layoutControlItem4.TextSize = new Size(83, 14); // // dxErrorProvider1 // - this.dxErrorProvider1.ContainerControl = this; + dxErrorProvider1.ContainerControl = this; // // EditWaterUtensilDlg // - this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(498, 253); - this.Controls.Add(this.dataLayoutControl1); - this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.Name = "EditWaterUtensilDlg"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "缂栬緫"; - ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit(); - this.dataLayoutControl1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.DescriptionTextEdit.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.TagNameTextEdit.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ItemForName)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ItemForTagName)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit(); - this.ResumeLayout(false); - + AutoScaleDimensions = new SizeF(7F, 14F); + AutoScaleMode = AutoScaleMode.Font; + ClientSize = new Size(428, 249); + Controls.Add(dataLayoutControl1); + Name = "EditWaterUtensilDlg"; + StartPosition = FormStartPosition.CenterParent; + Text = "缂栬緫"; + ((ISupportInitialize)dataLayoutControl1).EndInit(); + dataLayoutControl1.ResumeLayout(false); + ((ISupportInitialize)textEditRatedFlow.Properties).EndInit(); + ((ISupportInitialize)textEditMinRatedFlow.Properties).EndInit(); + ((ISupportInitialize)NameTextEdit.Properties).EndInit(); + ((ISupportInitialize)DescriptionTextEdit.Properties).EndInit(); + ((ISupportInitialize)TagNameTextEdit.Properties).EndInit(); + ((ISupportInitialize)Root).EndInit(); + ((ISupportInitialize)layoutControlGroup1).EndInit(); + ((ISupportInitialize)ItemForName).EndInit(); + ((ISupportInitialize)ItemForDescription).EndInit(); + ((ISupportInitialize)layoutControlItem1).EndInit(); + ((ISupportInitialize)layoutControlItem2).EndInit(); + ((ISupportInitialize)emptySpaceItem1).EndInit(); + ((ISupportInitialize)ItemForTagName).EndInit(); + ((ISupportInitialize)layoutControlItem3).EndInit(); + ((ISupportInitialize)layoutControlItem4).EndInit(); + ((ISupportInitialize)dxErrorProvider1).EndInit(); + ResumeLayout(false); } #endregion @@ -283,6 +307,9 @@ private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private DevExpress.XtraEditors.TextEdit TagNameTextEdit; private DevExpress.XtraLayout.LayoutControlItem ItemForTagName; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; + private TextEdit textEditRatedFlow; + private TextEdit textEditMinRatedFlow; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; } } \ No newline at end of file -- Gitblit v1.9.3