From 74706b439194deed9c5fde2d5ed02226fc33fd69 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 19 十一月 2024 16:43:56 +0800 Subject: [PATCH] 优化资产界面文字及颜色 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/02-main/AddFourLinkMainDlg.Designer.cs | 169 +++++++++++++++++++++++++++++-------------------------- 1 files changed, 89 insertions(+), 80 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/02-main/AddFourLinkMainDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/02-main/AddFourLinkMainDlg.Designer.cs index 29601ec..c435878 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/02-main/AddFourLinkMainDlg.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/02-main/AddFourLinkMainDlg.Designer.cs @@ -30,14 +30,21 @@ { components = new System.ComponentModel.Container(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); + popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl(); + treeList1 = new DevExpress.XtraTreeList.TreeList(); + colName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); + colCaliber = new DevExpress.XtraTreeList.Columns.TreeListColumn(); + colMaterial = new DevExpress.XtraTreeList.Columns.TreeListColumn(); + colMinorLoss = new DevExpress.XtraTreeList.Columns.TreeListColumn(); + fourlinkCoefficientViewModelBindingSource = new BindingSource(components); BtnOk = new DevExpress.XtraEditors.SimpleButton(); simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); 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(); TextEditKeyWord = new DevExpress.XtraEditors.TextEdit(); + TextEditCoefficient = new DevExpress.XtraEditors.PopupContainerEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); @@ -59,21 +66,18 @@ layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem(); toolTipController1 = new DevExpress.Utils.ToolTipController(components); - popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl(); - treeList1 = new DevExpress.XtraTreeList.TreeList(); - fourlinkCoefficientViewModelBindingSource = new BindingSource(components); - colName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); - colCaliber = new DevExpress.XtraTreeList.Columns.TreeListColumn(); - colMaterial = new DevExpress.XtraTreeList.Columns.TreeListColumn(); - colMinorLoss = new DevExpress.XtraTreeList.Columns.TreeListColumn(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)popupContainerControl1).BeginInit(); + popupContainerControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)treeList1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)fourlinkCoefficientViewModelBindingSource).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)TextEditKeyWord.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)TextEditCoefficient.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); @@ -94,10 +98,6 @@ ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup4).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem27).BeginInit(); - ((System.ComponentModel.ISupportInitialize)popupContainerControl1).BeginInit(); - popupContainerControl1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)treeList1).BeginInit(); - ((System.ComponentModel.ISupportInitialize)fourlinkCoefficientViewModelBindingSource).BeginInit(); SuspendLayout(); // // layoutControl1 @@ -109,8 +109,8 @@ layoutControl1.Controls.Add(DescriptionTextEdit); layoutControl1.Controls.Add(TextEditCaliber); layoutControl1.Controls.Add(TextEditMaterial); - layoutControl1.Controls.Add(TextEditCoefficient); layoutControl1.Controls.Add(TextEditKeyWord); + layoutControl1.Controls.Add(TextEditCoefficient); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; @@ -119,6 +119,61 @@ layoutControl1.Size = new Size(681, 482); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; + // + // popupContainerControl1 + // + popupContainerControl1.Controls.Add(treeList1); + popupContainerControl1.Location = new Point(108, 170); + popupContainerControl1.Name = "popupContainerControl1"; + popupContainerControl1.Size = new Size(215, 124); + popupContainerControl1.TabIndex = 13; + // + // treeList1 + // + treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName, colCaliber, colMaterial, colMinorLoss }); + treeList1.DataSource = fourlinkCoefficientViewModelBindingSource; + treeList1.Dock = DockStyle.Fill; + treeList1.Location = new Point(0, 0); + treeList1.Name = "treeList1"; + treeList1.Size = new Size(215, 124); + treeList1.TabIndex = 0; + treeList1.FocusedNodeChanged += treeList1_FocusedNodeChanged; + // + // colName + // + colName.Caption = "鍚嶇О"; + colName.FieldName = "Name"; + colName.Name = "colName"; + colName.Visible = true; + colName.VisibleIndex = 0; + // + // colCaliber + // + colCaliber.Caption = "鍙e緞"; + colCaliber.FieldName = "Caliber"; + colCaliber.Name = "colCaliber"; + colCaliber.Visible = true; + colCaliber.VisibleIndex = 1; + // + // colMaterial + // + colMaterial.Caption = "鏉愭枡"; + colMaterial.FieldName = "Material"; + colMaterial.Name = "colMaterial"; + colMaterial.Visible = true; + colMaterial.VisibleIndex = 2; + // + // colMinorLoss + // + colMinorLoss.Caption = "灞�闃荤郴鏁�"; + colMinorLoss.FieldName = "MinorLoss"; + colMinorLoss.Name = "colMinorLoss"; + colMinorLoss.Visible = true; + colMinorLoss.VisibleIndex = 3; + // + // fourlinkCoefficientViewModelBindingSource + // + fourlinkCoefficientViewModelBindingSource.DataSource = typeof(FourlinkCoefficientViewModel); // // BtnOk // @@ -129,12 +184,12 @@ BtnOk.Size = new Size(89, 22); BtnOk.StyleController = layoutControl1; BtnOk.TabIndex = 9; - BtnOk.Text = "瀹屾垚"; + BtnOk.Text = "纭畾"; BtnOk.Click += BtnOk_ClickAsync; // // simpleButton1 // - simpleButton1.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger; + simpleButton1.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; simpleButton1.Appearance.Options.UseBackColor = true; simpleButton1.DialogResult = DialogResult.Cancel; simpleButton1.Location = new Point(588, 452); @@ -168,6 +223,7 @@ TextEditCaliber.Size = new Size(266, 20); TextEditCaliber.StyleController = layoutControl1; TextEditCaliber.TabIndex = 3; + TextEditCaliber.SelectedIndexChanged += TextEditCaliber_SelectedIndexChanged; // // TextEditMaterial // @@ -177,14 +233,7 @@ TextEditMaterial.Size = new Size(267, 20); TextEditMaterial.StyleController = layoutControl1; TextEditMaterial.TabIndex = 4; - // - // TextEditCoefficient - // - TextEditCoefficient.Location = new Point(72, 56); - TextEditCoefficient.Name = "TextEditCoefficient"; - TextEditCoefficient.Size = new Size(601, 20); - TextEditCoefficient.StyleController = layoutControl1; - TextEditCoefficient.TabIndex = 2; + TextEditMaterial.SelectedIndexChanged += TextEditMaterial_SelectedIndexChanged; // // TextEditKeyWord // @@ -193,6 +242,16 @@ TextEditKeyWord.Size = new Size(267, 20); TextEditKeyWord.StyleController = layoutControl1; TextEditKeyWord.TabIndex = 2; + // + // TextEditCoefficient + // + TextEditCoefficient.Location = new Point(72, 56); + TextEditCoefficient.Name = "TextEditCoefficient"; + TextEditCoefficient.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + TextEditCoefficient.Properties.PopupControl = popupContainerControl1; + TextEditCoefficient.Size = new Size(601, 20); + TextEditCoefficient.StyleController = layoutControl1; + TextEditCoefficient.TabIndex = 2; // // Root // @@ -370,56 +429,6 @@ layoutControlItem27.Text = "璇存槑:"; layoutControlItem27.TextSize = new Size(59, 14); // - // popupContainerControl1 - // - popupContainerControl1.Controls.Add(treeList1); - popupContainerControl1.Location = new Point(108, 170); - popupContainerControl1.Name = "popupContainerControl1"; - popupContainerControl1.Size = new Size(215, 124); - popupContainerControl1.TabIndex = 13; - // - // treeList1 - // - treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName, colCaliber, colMaterial, colMinorLoss }); - treeList1.DataSource = fourlinkCoefficientViewModelBindingSource; - treeList1.Dock = DockStyle.Fill; - treeList1.Location = new Point(0, 0); - treeList1.Name = "treeList1"; - treeList1.Size = new Size(215, 124); - treeList1.TabIndex = 0; - // - // fourlinkCoefficientViewModelBindingSource - // - fourlinkCoefficientViewModelBindingSource.DataSource = typeof(FourlinkCoefficientViewModel); - // - // colName - // - colName.FieldName = "Name"; - colName.Name = "colName"; - colName.Visible = true; - colName.VisibleIndex = 0; - // - // colCaliber - // - colCaliber.FieldName = "Caliber"; - colCaliber.Name = "colCaliber"; - colCaliber.Visible = true; - colCaliber.VisibleIndex = 1; - // - // colMaterial - // - colMaterial.FieldName = "Material"; - colMaterial.Name = "colMaterial"; - colMaterial.Visible = true; - colMaterial.VisibleIndex = 2; - // - // colMinorLoss - // - colMinorLoss.FieldName = "MinorLoss"; - colMinorLoss.Name = "colMinorLoss"; - colMinorLoss.Visible = true; - colMinorLoss.VisibleIndex = 3; - // // AddAssetsFourlinkMainDlg // AutoScaleDimensions = new SizeF(7F, 14F); @@ -431,12 +440,16 @@ Text = "娣诲姞鍥涢��"; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)popupContainerControl1).EndInit(); + popupContainerControl1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)treeList1).EndInit(); + ((System.ComponentModel.ISupportInitialize)fourlinkCoefficientViewModelBindingSource).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)TextEditKeyWord.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)TextEditCoefficient.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); @@ -457,10 +470,6 @@ ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup4).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem27).EndInit(); - ((System.ComponentModel.ISupportInitialize)popupContainerControl1).EndInit(); - popupContainerControl1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)treeList1).EndInit(); - ((System.ComponentModel.ISupportInitialize)fourlinkCoefficientViewModelBindingSource).EndInit(); ResumeLayout(false); } @@ -498,7 +507,6 @@ private DevExpress.Utils.ToolTipController toolTipController1; private DevExpress.XtraEditors.TextEdit TextEditKeyWord; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; - private DevExpress.XtraEditors.TextEdit TextEditCoefficient; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.PopupContainerControl popupContainerControl1; private DevExpress.XtraTreeList.TreeList treeList1; @@ -507,5 +515,6 @@ private DevExpress.XtraTreeList.Columns.TreeListColumn colMaterial; private DevExpress.XtraTreeList.Columns.TreeListColumn colMinorLoss; private BindingSource fourlinkCoefficientViewModelBindingSource; + private DevExpress.XtraEditors.PopupContainerEdit TextEditCoefficient; } } \ No newline at end of file -- Gitblit v1.9.3