lixiaojun
2024-11-18 a302d7d16e6bed80511cb49813d16829eb933560
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();
@@ -65,6 +74,10 @@
            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();
@@ -99,6 +112,7 @@
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(popupContainerControl1);
            layoutControl1.Controls.Add(BtnOk);
            layoutControl1.Controls.Add(simpleButton1);
            layoutControl1.Controls.Add(textEditBranchThroughCoefficient);
@@ -117,6 +131,70 @@
            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;
            //
            // 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;
            //
            // colRunThroughMinorLoss
            //
            colRunThroughMinorLoss.FieldName = "RunThroughMinorLoss";
            colRunThroughMinorLoss.Name = "colRunThroughMinorLoss";
            colRunThroughMinorLoss.Visible = true;
            colRunThroughMinorLoss.VisibleIndex = 4;
            //
            // colBranchThroughMinorLoss
            //
            colBranchThroughMinorLoss.FieldName = "BranchThroughMinorLoss";
            colBranchThroughMinorLoss.Name = "colBranchThroughMinorLoss";
            colBranchThroughMinorLoss.Visible = true;
            colBranchThroughMinorLoss.VisibleIndex = 5;
            //
            // threelinkCoefficientViewModelBindingSource
            //
            threelinkCoefficientViewModelBindingSource.DataSource = typeof(ThreelinkCoefficientViewModel);
            // 
            // BtnOk
            // 
@@ -166,7 +244,7 @@
            TextEditName.StyleController = layoutControl1;
            TextEditName.TabIndex = 0;
            // 
            // textEditDescription
            // DescriptionTextEdit
            // 
            DescriptionTextEdit.Location = new Point(20, 137);
            DescriptionTextEdit.Name = "DescriptionTextEdit";
@@ -182,6 +260,7 @@
            TextEditCaliber.Size = new Size(218, 20);
            TextEditCaliber.StyleController = layoutControl1;
            TextEditCaliber.TabIndex = 3;
            TextEditCaliber.SelectedIndexChanged += TextEditCaliber_SelectedIndexChanged;
            // 
            // TextEditMaterial
            // 
@@ -191,6 +270,7 @@
            TextEditMaterial.Size = new Size(219, 20);
            TextEditMaterial.StyleController = layoutControl1;
            TextEditMaterial.TabIndex = 4;
            TextEditMaterial.SelectedIndexChanged += TextEditMaterial_SelectedIndexChanged;
            // 
            // TextEditCoefficient
            // 
@@ -413,6 +493,10 @@
            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();
@@ -486,5 +570,14 @@
        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;
    }
}