From 0bc0468692ad7b16cd2d49d20c4689ddcd6fb212 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 12 十一月 2024 17:43:14 +0800 Subject: [PATCH] 修改资产界面 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/AddThreeLinkMainDlg.Designer.cs | 134 +++++++++++++++++++++++++++++++------------- 1 files changed, 93 insertions(+), 41 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/AddThreeLinkMainDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/AddThreeLinkMainDlg.Designer.cs index 5fb90e0..fdd1ca9 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/AddThreeLinkMainDlg.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/AddThreeLinkMainDlg.Designer.cs @@ -32,12 +32,14 @@ layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); BtnOk = new DevExpress.XtraEditors.SimpleButton(); simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); + textEditBranchThroughCoefficient = new DevExpress.XtraEditors.TextEdit(); + textEditRunThroughCoefficient = new DevExpress.XtraEditors.TextEdit(); TextEditName = new DevExpress.XtraEditors.TextEdit(); DescriptionTextEdit = new DevExpress.XtraEditors.MemoEdit(); TextEditCaliber = new DevExpress.XtraEditors.ImageComboBoxEdit(); TextEditMaterial = new DevExpress.XtraEditors.ImageComboBoxEdit(); TextEditCoefficient = new DevExpress.XtraEditors.TextEdit(); - TextEditKeyWorld = new DevExpress.XtraEditors.TextEdit(); + TextEditKeyWord = new DevExpress.XtraEditors.TextEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); @@ -49,6 +51,8 @@ layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem(); imageComboBoxEdit1 = new DevExpress.XtraEditors.ImageComboBoxEdit(); @@ -61,12 +65,14 @@ toolTipController1 = new DevExpress.Utils.ToolTipController(components); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)textEditBranchThroughCoefficient.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)textEditRunThroughCoefficient.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)TextEditName.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)DescriptionTextEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)TextEditCaliber.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)TextEditMaterial.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)TextEditCoefficient.Properties).BeginInit(); - ((System.ComponentModel.ISupportInitialize)TextEditKeyWorld.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)TextEditKeyWord.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); @@ -78,6 +84,8 @@ ((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem13).BeginInit(); ((System.ComponentModel.ISupportInitialize)imageComboBoxEdit1.Properties).BeginInit(); @@ -93,12 +101,14 @@ // layoutControl1.Controls.Add(BtnOk); layoutControl1.Controls.Add(simpleButton1); + layoutControl1.Controls.Add(textEditBranchThroughCoefficient); + layoutControl1.Controls.Add(textEditRunThroughCoefficient); layoutControl1.Controls.Add(TextEditName); layoutControl1.Controls.Add(DescriptionTextEdit); layoutControl1.Controls.Add(TextEditCaliber); layoutControl1.Controls.Add(TextEditMaterial); layoutControl1.Controls.Add(TextEditCoefficient); - layoutControl1.Controls.Add(TextEditKeyWorld); + layoutControl1.Controls.Add(TextEditKeyWord); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; @@ -112,9 +122,9 @@ // BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; BtnOk.Appearance.Options.UseBackColor = true; - BtnOk.Location = new Point(495, 452); + BtnOk.Location = new Point(504, 452); BtnOk.Name = "BtnOk"; - BtnOk.Size = new Size(89, 22); + BtnOk.Size = new Size(82, 22); BtnOk.StyleController = layoutControl1; BtnOk.TabIndex = 9; BtnOk.Text = "瀹屾垚"; @@ -125,62 +135,78 @@ simpleButton1.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger; simpleButton1.Appearance.Options.UseBackColor = true; simpleButton1.DialogResult = DialogResult.Cancel; - simpleButton1.Location = new Point(588, 452); + simpleButton1.Location = new Point(590, 452); simpleButton1.Name = "simpleButton1"; - simpleButton1.Size = new Size(85, 22); + simpleButton1.Size = new Size(83, 22); simpleButton1.StyleController = layoutControl1; simpleButton1.TabIndex = 10; simpleButton1.Text = "鍙栨秷"; // + // textEditBranchThroughCoefficient + // + textEditBranchThroughCoefficient.Location = new Point(454, 56); + textEditBranchThroughCoefficient.Name = "textEditBranchThroughCoefficient"; + textEditBranchThroughCoefficient.Size = new Size(219, 20); + textEditBranchThroughCoefficient.StyleController = layoutControl1; + textEditBranchThroughCoefficient.TabIndex = 0; + // + // textEditRunThroughCoefficient + // + textEditRunThroughCoefficient.Location = new Point(120, 56); + textEditRunThroughCoefficient.Name = "textEditRunThroughCoefficient"; + textEditRunThroughCoefficient.Size = new Size(218, 20); + textEditRunThroughCoefficient.StyleController = layoutControl1; + textEditRunThroughCoefficient.TabIndex = 0; + // // TextEditName // - TextEditName.Location = new Point(72, 8); + TextEditName.Location = new Point(120, 8); TextEditName.Name = "TextEditName"; - TextEditName.Size = new Size(266, 20); + TextEditName.Size = new Size(218, 20); TextEditName.StyleController = layoutControl1; TextEditName.TabIndex = 0; // // DescriptionTextEdit // - DescriptionTextEdit.Location = new Point(20, 113); + DescriptionTextEdit.Location = new Point(20, 137); DescriptionTextEdit.Name = "DescriptionTextEdit"; - DescriptionTextEdit.Size = new Size(641, 323); + DescriptionTextEdit.Size = new Size(641, 299); DescriptionTextEdit.StyleController = layoutControl1; DescriptionTextEdit.TabIndex = 8; // // TextEditCaliber // - TextEditCaliber.Location = new Point(72, 32); + TextEditCaliber.Location = new Point(120, 32); TextEditCaliber.Name = "TextEditCaliber"; TextEditCaliber.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); - TextEditCaliber.Size = new Size(266, 20); + TextEditCaliber.Size = new Size(218, 20); TextEditCaliber.StyleController = layoutControl1; TextEditCaliber.TabIndex = 3; // // TextEditMaterial // - TextEditMaterial.Location = new Point(406, 32); + TextEditMaterial.Location = new Point(454, 32); TextEditMaterial.Name = "TextEditMaterial"; TextEditMaterial.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); - TextEditMaterial.Size = new Size(267, 20); + TextEditMaterial.Size = new Size(219, 20); TextEditMaterial.StyleController = layoutControl1; TextEditMaterial.TabIndex = 4; // // TextEditCoefficient // - TextEditCoefficient.Location = new Point(72, 56); + TextEditCoefficient.Location = new Point(120, 80); TextEditCoefficient.Name = "TextEditCoefficient"; - TextEditCoefficient.Size = new Size(601, 20); + TextEditCoefficient.Size = new Size(553, 20); TextEditCoefficient.StyleController = layoutControl1; TextEditCoefficient.TabIndex = 2; // - // TextEditKeyWorld + // TextEditKeyWord // - TextEditKeyWorld.Location = new Point(406, 8); - TextEditKeyWorld.Name = "TextEditKeyWorld"; - TextEditKeyWorld.Size = new Size(267, 20); - TextEditKeyWorld.StyleController = layoutControl1; - TextEditKeyWorld.TabIndex = 2; + TextEditKeyWord.Location = new Point(454, 8); + TextEditKeyWord.Name = "TextEditKeyWord"; + TextEditKeyWord.Size = new Size(219, 20); + TextEditKeyWord.StyleController = layoutControl1; + TextEditKeyWord.TabIndex = 2; // // Root // @@ -188,7 +214,7 @@ Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; - Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4, emptySpaceItem1, layoutControlItem8, layoutControlItem1, layoutControlItem12, layoutControlGroup5, layoutControlItem9, layoutControlItem2, layoutControlItem3 }); + Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4, emptySpaceItem1, layoutControlItem8, layoutControlItem1, layoutControlItem12, layoutControlGroup5, layoutControlItem9, layoutControlItem2, layoutControlItem3, layoutControlItem6, layoutControlItem7 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6); Root.Size = new Size(681, 482); @@ -197,9 +223,9 @@ // layoutControlItem4 // layoutControlItem4.Control = BtnOk; - layoutControlItem4.Location = new Point(487, 444); + layoutControlItem4.Location = new Point(496, 444); layoutControlItem4.Name = "layoutControlItem4"; - layoutControlItem4.Size = new Size(93, 26); + layoutControlItem4.Size = new Size(86, 26); layoutControlItem4.TextSize = new Size(0, 0); layoutControlItem4.TextVisible = false; // @@ -208,15 +234,15 @@ emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(0, 444); emptySpaceItem1.Name = "emptySpaceItem1"; - emptySpaceItem1.Size = new Size(487, 26); + emptySpaceItem1.Size = new Size(496, 26); emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlItem8 // layoutControlItem8.Control = simpleButton1; - layoutControlItem8.Location = new Point(580, 444); + layoutControlItem8.Location = new Point(582, 444); layoutControlItem8.Name = "layoutControlItem8"; - layoutControlItem8.Size = new Size(89, 26); + layoutControlItem8.Size = new Size(87, 26); layoutControlItem8.TextSize = new Size(0, 0); layoutControlItem8.TextVisible = false; // @@ -228,7 +254,7 @@ layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(334, 24); layoutControlItem1.Text = "<color=red>*</color>鍨嬪彿:"; - layoutControlItem1.TextSize = new Size(52, 14); + layoutControlItem1.TextSize = new Size(100, 14); // // layoutControlItem12 // @@ -237,16 +263,16 @@ layoutControlItem12.Name = "layoutControlItem12"; layoutControlItem12.Size = new Size(335, 24); layoutControlItem12.Text = "鏉愭枡:"; - layoutControlItem12.TextSize = new Size(52, 14); + layoutControlItem12.TextSize = new Size(100, 14); // // layoutControlGroup5 // layoutControlGroup5.AppearanceGroup.FontSizeDelta = 1; layoutControlGroup5.AppearanceGroup.Options.UseFont = true; layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5 }); - layoutControlGroup5.Location = new Point(0, 72); + layoutControlGroup5.Location = new Point(0, 96); layoutControlGroup5.Name = "layoutControlGroup5"; - layoutControlGroup5.Size = new Size(669, 372); + layoutControlGroup5.Size = new Size(669, 348); layoutControlGroup5.Text = "璇存槑"; // // layoutControlItem5 @@ -254,7 +280,7 @@ layoutControlItem5.Control = DescriptionTextEdit; layoutControlItem5.Location = new Point(0, 0); layoutControlItem5.Name = "layoutControlItem5"; - layoutControlItem5.Size = new Size(645, 327); + layoutControlItem5.Size = new Size(645, 303); layoutControlItem5.Text = "璇存槑:"; layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize; layoutControlItem5.TextSize = new Size(0, 0); @@ -268,25 +294,43 @@ layoutControlItem9.Name = "layoutControlItem9"; layoutControlItem9.Size = new Size(334, 24); layoutControlItem9.Text = "鍙e緞:"; - layoutControlItem9.TextSize = new Size(52, 14); + layoutControlItem9.TextSize = new Size(100, 14); // // layoutControlItem2 // - layoutControlItem2.Control = TextEditKeyWorld; + layoutControlItem2.Control = TextEditKeyWord; layoutControlItem2.Location = new Point(334, 0); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(335, 24); layoutControlItem2.Text = "鍏抽敭瀛�:"; - layoutControlItem2.TextSize = new Size(52, 14); + layoutControlItem2.TextSize = new Size(100, 14); // // layoutControlItem3 // layoutControlItem3.Control = TextEditCoefficient; - layoutControlItem3.Location = new Point(0, 48); + layoutControlItem3.Location = new Point(0, 72); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(669, 24); layoutControlItem3.Text = "鎹熷け绯绘暟:"; - layoutControlItem3.TextSize = new Size(52, 14); + layoutControlItem3.TextSize = new Size(100, 14); + // + // layoutControlItem6 + // + layoutControlItem6.Control = textEditRunThroughCoefficient; + layoutControlItem6.Location = new Point(0, 48); + layoutControlItem6.Name = "layoutControlItem6"; + layoutControlItem6.Size = new Size(334, 24); + layoutControlItem6.Text = "杩愯閫氳繃鎹熷け绯绘暟:"; + layoutControlItem6.TextSize = new Size(100, 14); + // + // layoutControlItem7 + // + layoutControlItem7.Control = textEditBranchThroughCoefficient; + layoutControlItem7.Location = new Point(334, 48); + layoutControlItem7.Name = "layoutControlItem7"; + layoutControlItem7.Size = new Size(335, 24); + layoutControlItem7.Text = "鏀閫氳繃鎹熷け绯绘暟:"; + layoutControlItem7.TextSize = new Size(100, 14); // // dxErrorProvider1 // @@ -369,12 +413,14 @@ Text = "娣诲姞涓夐��"; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)textEditBranchThroughCoefficient.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)textEditRunThroughCoefficient.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)TextEditName.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)DescriptionTextEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)TextEditCaliber.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)TextEditMaterial.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)TextEditCoefficient.Properties).EndInit(); - ((System.ComponentModel.ISupportInitialize)TextEditKeyWorld.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)TextEditKeyWord.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); @@ -386,6 +432,8 @@ ((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem13).EndInit(); ((System.ComponentModel.ISupportInitialize)imageComboBoxEdit1.Properties).EndInit(); @@ -430,9 +478,13 @@ private DevExpress.XtraEditors.ImageComboBoxEdit TextEditMaterial; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5; private DevExpress.Utils.ToolTipController toolTipController1; - private DevExpress.XtraEditors.TextEdit TextEditKeyWorld; + private DevExpress.XtraEditors.TextEdit TextEditKeyWord; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraEditors.TextEdit TextEditCoefficient; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; + private DevExpress.XtraEditors.TextEdit textEditBranchThroughCoefficient; + private DevExpress.XtraEditors.TextEdit textEditRunThroughCoefficient; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; } } \ No newline at end of file -- Gitblit v1.9.3