From ca1ccd0dd9f2d6936368f07d14a2b29b309fd151 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 04 十二月 2024 15:59:25 +0800 Subject: [PATCH] 增加单独匹配界面 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/AddThreeLinkMainDlg.Designer.cs | 135 +++++++++++++++++++++++++++++++++++++++----- 1 files changed, 119 insertions(+), 16 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 432ee45..89868b6 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 @@ -30,6 +30,15 @@ { 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(); + colRunThroughMinorLoss = new DevExpress.XtraTreeList.Columns.TreeListColumn(); + colBranchThroughMinorLoss = new DevExpress.XtraTreeList.Columns.TreeListColumn(); + threelinkCoefficientViewModelBindingSource = new BindingSource(components); BtnOk = new DevExpress.XtraEditors.SimpleButton(); simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); textEditBranchThroughCoefficient = new DevExpress.XtraEditors.TextEdit(); @@ -38,8 +47,8 @@ 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(); @@ -65,14 +74,18 @@ toolTipController1 = new DevExpress.Utils.ToolTipController(components); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)popupContainerControl1).BeginInit(); + popupContainerControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)treeList1).BeginInit(); + ((System.ComponentModel.ISupportInitialize)threelinkCoefficientViewModelBindingSource).BeginInit(); ((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)TextEditKeyWord.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)TextEditCoefficient.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); @@ -99,6 +112,7 @@ // // layoutControl1 // + layoutControl1.Controls.Add(popupContainerControl1); layoutControl1.Controls.Add(BtnOk); layoutControl1.Controls.Add(simpleButton1); layoutControl1.Controls.Add(textEditBranchThroughCoefficient); @@ -107,8 +121,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"; @@ -117,6 +131,77 @@ layoutControl1.Size = new Size(681, 482); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; + // + // popupContainerControl1 + // + popupContainerControl1.Controls.Add(treeList1); + popupContainerControl1.Location = new Point(42, 145); + popupContainerControl1.Name = "popupContainerControl1"; + popupContainerControl1.Size = new Size(215, 124); + popupContainerControl1.TabIndex = 12; + // + // treeList1 + // + treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName, colCaliber, colMaterial, colMinorLoss, colRunThroughMinorLoss, colBranchThroughMinorLoss }); + treeList1.DataSource = threelinkCoefficientViewModelBindingSource; + 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; + // + // colRunThroughMinorLoss + // + colRunThroughMinorLoss.Caption = "杩愯閫氳繃鎹熷け绯绘暟"; + colRunThroughMinorLoss.FieldName = "RunThroughMinorLoss"; + colRunThroughMinorLoss.Name = "colRunThroughMinorLoss"; + colRunThroughMinorLoss.Visible = true; + colRunThroughMinorLoss.VisibleIndex = 4; + // + // colBranchThroughMinorLoss + // + colBranchThroughMinorLoss.Caption = "鏀閫氳繃鎹熷け绯绘暟"; + colBranchThroughMinorLoss.FieldName = "BranchThroughMinorLoss"; + colBranchThroughMinorLoss.Name = "colBranchThroughMinorLoss"; + colBranchThroughMinorLoss.Visible = true; + colBranchThroughMinorLoss.VisibleIndex = 5; + // + // threelinkCoefficientViewModelBindingSource + // + threelinkCoefficientViewModelBindingSource.DataSource = typeof(ThreelinkCoefficientViewModel); // // BtnOk // @@ -127,12 +212,12 @@ BtnOk.Size = new Size(82, 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(590, 452); @@ -166,7 +251,7 @@ TextEditName.StyleController = layoutControl1; TextEditName.TabIndex = 0; // - // textEditDescription + // DescriptionTextEdit // DescriptionTextEdit.Location = new Point(20, 137); DescriptionTextEdit.Name = "DescriptionTextEdit"; @@ -182,6 +267,7 @@ TextEditCaliber.Size = new Size(218, 20); TextEditCaliber.StyleController = layoutControl1; TextEditCaliber.TabIndex = 3; + TextEditCaliber.SelectedIndexChanged += TextEditCaliber_SelectedIndexChanged; // // TextEditMaterial // @@ -191,14 +277,7 @@ TextEditMaterial.Size = new Size(219, 20); TextEditMaterial.StyleController = layoutControl1; TextEditMaterial.TabIndex = 4; - // - // TextEditCoefficient - // - TextEditCoefficient.Location = new Point(120, 80); - TextEditCoefficient.Name = "TextEditCoefficient"; - TextEditCoefficient.Size = new Size(553, 20); - TextEditCoefficient.StyleController = layoutControl1; - TextEditCoefficient.TabIndex = 2; + TextEditMaterial.SelectedIndexChanged += TextEditMaterial_SelectedIndexChanged; // // TextEditKeyWord // @@ -207,6 +286,17 @@ TextEditKeyWord.Size = new Size(219, 20); TextEditKeyWord.StyleController = layoutControl1; TextEditKeyWord.TabIndex = 2; + // + // TextEditCoefficient + // + TextEditCoefficient.Location = new Point(120, 80); + 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.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; + TextEditCoefficient.Size = new Size(553, 20); + TextEditCoefficient.StyleController = layoutControl1; + TextEditCoefficient.TabIndex = 2; // // Root // @@ -413,14 +503,18 @@ 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)threelinkCoefficientViewModelBindingSource).EndInit(); ((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)TextEditKeyWord.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)TextEditCoefficient.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); @@ -480,11 +574,20 @@ 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.TextEdit textEditBranchThroughCoefficient; private DevExpress.XtraEditors.TextEdit textEditRunThroughCoefficient; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; + private DevExpress.XtraEditors.PopupContainerControl popupContainerControl1; + private DevExpress.XtraTreeList.TreeList treeList1; + private DevExpress.XtraTreeList.Columns.TreeListColumn colName; + private DevExpress.XtraTreeList.Columns.TreeListColumn colCaliber; + private DevExpress.XtraTreeList.Columns.TreeListColumn colMaterial; + private DevExpress.XtraTreeList.Columns.TreeListColumn colMinorLoss; + private DevExpress.XtraTreeList.Columns.TreeListColumn colRunThroughMinorLoss; + private DevExpress.XtraTreeList.Columns.TreeListColumn colBranchThroughMinorLoss; + private BindingSource threelinkCoefficientViewModelBindingSource; + private DevExpress.XtraEditors.PopupContainerEdit TextEditCoefficient; } } \ No newline at end of file -- Gitblit v1.9.3