duheng
2024-11-19 74706b439194deed9c5fde2d5ed02226fc33fd69
WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/EditThreeLinkMainDlg.Designer.cs
@@ -48,6 +48,7 @@
            TextEditCaliber = new DevExpress.XtraEditors.ImageComboBoxEdit();
            TextEditMaterial = new DevExpress.XtraEditors.ImageComboBoxEdit();
            TextEditKeyWord = new DevExpress.XtraEditors.TextEdit();
            TextEditMinorLoss = new DevExpress.XtraEditors.PopupContainerEdit();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
@@ -73,7 +74,6 @@
            toolTipController1 = new DevExpress.Utils.ToolTipController(components);
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            TextEditMinorLoss = new DevExpress.XtraEditors.PopupContainerEdit();
            ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)popupContainerControl1).BeginInit();
@@ -87,6 +87,7 @@
            ((System.ComponentModel.ISupportInitialize)TextEditCaliber.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)TextEditMaterial.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)TextEditKeyWord.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)TextEditMinorLoss.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
@@ -111,7 +112,6 @@
            ((System.ComponentModel.ISupportInitialize)layoutControlItem27).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
            ((System.ComponentModel.ISupportInitialize)TextEditMinorLoss.Properties).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
@@ -153,9 +153,11 @@
            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;
@@ -163,6 +165,7 @@
            // 
            // colCaliber
            // 
            colCaliber.Caption = "口径";
            colCaliber.FieldName = "Caliber";
            colCaliber.Name = "colCaliber";
            colCaliber.Visible = true;
@@ -170,6 +173,7 @@
            // 
            // colMaterial
            // 
            colMaterial.Caption = "材料";
            colMaterial.FieldName = "Material";
            colMaterial.Name = "colMaterial";
            colMaterial.Visible = true;
@@ -177,6 +181,7 @@
            // 
            // colMinorLoss
            // 
            colMinorLoss.Caption = "局阻系数";
            colMinorLoss.FieldName = "MinorLoss";
            colMinorLoss.Name = "colMinorLoss";
            colMinorLoss.Visible = true;
@@ -184,6 +189,7 @@
            // 
            // colRunThroughMinorLoss
            // 
            colRunThroughMinorLoss.Caption = "运行通过损失系数";
            colRunThroughMinorLoss.FieldName = "RunThroughMinorLoss";
            colRunThroughMinorLoss.Name = "colRunThroughMinorLoss";
            colRunThroughMinorLoss.Visible = true;
@@ -191,6 +197,7 @@
            // 
            // colBranchThroughMinorLoss
            // 
            colBranchThroughMinorLoss.Caption = "支管通过损失系数";
            colBranchThroughMinorLoss.FieldName = "BranchThroughMinorLoss";
            colBranchThroughMinorLoss.Name = "colBranchThroughMinorLoss";
            colBranchThroughMinorLoss.Visible = true;
@@ -225,12 +232,12 @@
            BtnOk.Size = new Size(81, 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(600, 452);
@@ -283,6 +290,16 @@
            TextEditKeyWord.Size = new Size(219, 20);
            TextEditKeyWord.StyleController = layoutControl1;
            TextEditKeyWord.TabIndex = 2;
            //
            // TextEditMinorLoss
            //
            TextEditMinorLoss.Location = new Point(120, 80);
            TextEditMinorLoss.Name = "TextEditMinorLoss";
            TextEditMinorLoss.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            TextEditMinorLoss.Properties.PopupControl = popupContainerControl1;
            TextEditMinorLoss.Size = new Size(553, 20);
            TextEditMinorLoss.StyleController = layoutControl1;
            TextEditMinorLoss.TabIndex = 7;
            // 
            // Root
            // 
@@ -492,16 +509,6 @@
            layoutControlItem3.Text = "损失系数:";
            layoutControlItem3.TextSize = new Size(52, 14);
            // 
            // TextEditMinorLoss
            //
            TextEditMinorLoss.Location = new Point(120, 80);
            TextEditMinorLoss.Name = "TextEditMinorLoss";
            TextEditMinorLoss.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            TextEditMinorLoss.Properties.PopupControl = popupContainerControl1;
            TextEditMinorLoss.Size = new Size(553, 20);
            TextEditMinorLoss.StyleController = layoutControl1;
            TextEditMinorLoss.TabIndex = 7;
            //
            // EditAssetsThreelinkMainDlg
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
@@ -524,6 +531,7 @@
            ((System.ComponentModel.ISupportInitialize)TextEditCaliber.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)TextEditMaterial.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)TextEditKeyWord.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)TextEditMinorLoss.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)Root).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
            ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
@@ -548,7 +556,6 @@
            ((System.ComponentModel.ISupportInitialize)layoutControlItem27).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
            ((System.ComponentModel.ISupportInitialize)TextEditMinorLoss.Properties).EndInit();
            ResumeLayout(false);
        }