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 |  249 +++++++++++++++++++++++++++++++++++--------------
 1 files changed, 176 insertions(+), 73 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 1977f25..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,14 +30,25 @@
         {
             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();
+            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();
+            TextEditCoefficient = new DevExpress.XtraEditors.PopupContainerEdit();
             Root = new DevExpress.XtraLayout.LayoutControlGroup();
             layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
             emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
@@ -49,6 +60,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();
@@ -59,18 +72,20 @@
             layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
             layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
             toolTipController1 = new DevExpress.Utils.ToolTipController(components);
-            textEditRunThroughCoefficient = new DevExpress.XtraEditors.TextEdit();
-            layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
-            textEditBranchThroughCoefficient = new DevExpress.XtraEditors.TextEdit();
-            layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
             ((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)TextEditKeyWord.Properties).BeginInit();
             ((System.ComponentModel.ISupportInitialize)TextEditCoefficient.Properties).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)TextEditKeyWorld.Properties).BeginInit();
             ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
             ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
@@ -82,6 +97,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();
@@ -91,14 +108,11 @@
             ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).BeginInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlGroup4).BeginInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlItem27).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)textEditRunThroughCoefficient.Properties).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)textEditBranchThroughCoefficient.Properties).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
             SuspendLayout();
             // 
             // 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(TextEditKeyWord);
             layoutControl1.Controls.Add(TextEditCoefficient);
-            layoutControl1.Controls.Add(TextEditKeyWorld);
             layoutControl1.Dock = DockStyle.Fill;
             layoutControl1.Location = new Point(0, 0);
             layoutControl1.Name = "layoutControl1";
@@ -118,29 +132,116 @@
             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
             // 
             BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
             BtnOk.Appearance.Options.UseBackColor = true;
-            BtnOk.Location = new Point(231, 452);
+            BtnOk.Location = new Point(504, 452);
             BtnOk.Name = "BtnOk";
-            BtnOk.Size = new Size(219, 22);
+            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(454, 452);
+            simpleButton1.Location = new Point(590, 452);
             simpleButton1.Name = "simpleButton1";
-            simpleButton1.Size = new Size(219, 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
             // 
@@ -166,6 +267,7 @@
             TextEditCaliber.Size = new Size(218, 20);
             TextEditCaliber.StyleController = layoutControl1;
             TextEditCaliber.TabIndex = 3;
+            TextEditCaliber.SelectedIndexChanged += TextEditCaliber_SelectedIndexChanged;
             // 
             // TextEditMaterial
             // 
@@ -175,22 +277,26 @@
             TextEditMaterial.Size = new Size(219, 20);
             TextEditMaterial.StyleController = layoutControl1;
             TextEditMaterial.TabIndex = 4;
+            TextEditMaterial.SelectedIndexChanged += TextEditMaterial_SelectedIndexChanged;
+            // 
+            // TextEditKeyWord
+            // 
+            TextEditKeyWord.Location = new Point(454, 8);
+            TextEditKeyWord.Name = "TextEditKeyWord";
+            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;
-            // 
-            // TextEditKeyWorld
-            // 
-            TextEditKeyWorld.Location = new Point(454, 8);
-            TextEditKeyWorld.Name = "TextEditKeyWorld";
-            TextEditKeyWorld.Size = new Size(219, 20);
-            TextEditKeyWorld.StyleController = layoutControl1;
-            TextEditKeyWorld.TabIndex = 2;
             // 
             // Root
             // 
@@ -207,9 +313,9 @@
             // layoutControlItem4
             // 
             layoutControlItem4.Control = BtnOk;
-            layoutControlItem4.Location = new Point(223, 444);
+            layoutControlItem4.Location = new Point(496, 444);
             layoutControlItem4.Name = "layoutControlItem4";
-            layoutControlItem4.Size = new Size(223, 26);
+            layoutControlItem4.Size = new Size(86, 26);
             layoutControlItem4.TextSize = new Size(0, 0);
             layoutControlItem4.TextVisible = false;
             // 
@@ -218,15 +324,15 @@
             emptySpaceItem1.AllowHotTrack = false;
             emptySpaceItem1.Location = new Point(0, 444);
             emptySpaceItem1.Name = "emptySpaceItem1";
-            emptySpaceItem1.Size = new Size(223, 26);
+            emptySpaceItem1.Size = new Size(496, 26);
             emptySpaceItem1.TextSize = new Size(0, 0);
             // 
             // layoutControlItem8
             // 
             layoutControlItem8.Control = simpleButton1;
-            layoutControlItem8.Location = new Point(446, 444);
+            layoutControlItem8.Location = new Point(582, 444);
             layoutControlItem8.Name = "layoutControlItem8";
-            layoutControlItem8.Size = new Size(223, 26);
+            layoutControlItem8.Size = new Size(87, 26);
             layoutControlItem8.TextSize = new Size(0, 0);
             layoutControlItem8.TextVisible = false;
             // 
@@ -282,7 +388,7 @@
             // 
             // layoutControlItem2
             // 
-            layoutControlItem2.Control = TextEditKeyWorld;
+            layoutControlItem2.Control = TextEditKeyWord;
             layoutControlItem2.Location = new Point(334, 0);
             layoutControlItem2.Name = "layoutControlItem2";
             layoutControlItem2.Size = new Size(335, 24);
@@ -297,6 +403,24 @@
             layoutControlItem3.Size = new Size(669, 24);
             layoutControlItem3.Text = "鎹熷け绯绘暟:";
             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
             // 
@@ -368,40 +492,6 @@
             layoutControlItem27.Text = "璇存槑:";
             layoutControlItem27.TextSize = new Size(59, 14);
             // 
-            // textEditRunThroughCoefficient
-            // 
-            textEditRunThroughCoefficient.Location = new Point(120, 56);
-            textEditRunThroughCoefficient.Name = "textEditRunThroughCoefficient";
-            textEditRunThroughCoefficient.Size = new Size(218, 20);
-            textEditRunThroughCoefficient.StyleController = layoutControl1;
-            textEditRunThroughCoefficient.TabIndex = 0;
-            // 
-            // 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);
-            // 
-            // textEditBranchThroughCoefficient
-            // 
-            textEditBranchThroughCoefficient.Location = new Point(454, 56);
-            textEditBranchThroughCoefficient.Name = "textEditBranchThroughCoefficient";
-            textEditBranchThroughCoefficient.Size = new Size(219, 20);
-            textEditBranchThroughCoefficient.StyleController = layoutControl1;
-            textEditBranchThroughCoefficient.TabIndex = 0;
-            // 
-            // 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);
-            // 
             // AddAssetsThreelinkMainDlg
             // 
             AutoScaleDimensions = new SizeF(7F, 14F);
@@ -413,12 +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)TextEditKeyWord.Properties).EndInit();
             ((System.ComponentModel.ISupportInitialize)TextEditCoefficient.Properties).EndInit();
-            ((System.ComponentModel.ISupportInitialize)TextEditKeyWorld.Properties).EndInit();
             ((System.ComponentModel.ISupportInitialize)Root).EndInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
             ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
@@ -430,6 +526,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();
@@ -439,10 +537,6 @@
             ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).EndInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlGroup4).EndInit();
             ((System.ComponentModel.ISupportInitialize)layoutControlItem27).EndInit();
-            ((System.ComponentModel.ISupportInitialize)textEditRunThroughCoefficient.Properties).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
-            ((System.ComponentModel.ISupportInitialize)textEditBranchThroughCoefficient.Properties).EndInit();
-            ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
             ResumeLayout(false);
         }
 
@@ -478,13 +572,22 @@
         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;
+        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