| | |
| | | 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(); |
| | |
| | | layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | toolTipController1 = new DevExpress.Utils.ToolTipController(components); |
| | | selectFlagsPopupCtrl1 = new SelectFlagsPopupCtrl(); |
| | | layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)popupContainerControl1).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(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup4).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem27).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem10).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // layoutControl1 |
| | | // |
| | | layoutControl1.Controls.Add(selectFlagsPopupCtrl1); |
| | | layoutControl1.Controls.Add(popupContainerControl1); |
| | | layoutControl1.Controls.Add(BtnOk); |
| | | layoutControl1.Controls.Add(simpleButton1); |
| | |
| | | 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"; |
| | |
| | | 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; |
| | |
| | | // |
| | | // colCaliber |
| | | // |
| | | colCaliber.Caption = "口径"; |
| | | colCaliber.FieldName = "Caliber"; |
| | | colCaliber.Name = "colCaliber"; |
| | | colCaliber.Visible = true; |
| | |
| | | // |
| | | // colMaterial |
| | | // |
| | | colMaterial.Caption = "材料"; |
| | | colMaterial.FieldName = "Material"; |
| | | colMaterial.Name = "colMaterial"; |
| | | colMaterial.Visible = true; |
| | |
| | | // |
| | | // colMinorLoss |
| | | // |
| | | colMinorLoss.Caption = "局阻系数"; |
| | | colMinorLoss.FieldName = "MinorLoss"; |
| | | colMinorLoss.Name = "colMinorLoss"; |
| | | colMinorLoss.Visible = true; |
| | |
| | | // |
| | | // colRunThroughMinorLoss |
| | | // |
| | | colRunThroughMinorLoss.Caption = "运行通过损失系数"; |
| | | colRunThroughMinorLoss.FieldName = "RunThroughMinorLoss"; |
| | | colRunThroughMinorLoss.Name = "colRunThroughMinorLoss"; |
| | | colRunThroughMinorLoss.Visible = true; |
| | |
| | | // |
| | | // colBranchThroughMinorLoss |
| | | // |
| | | colBranchThroughMinorLoss.Caption = "支管通过损失系数"; |
| | | colBranchThroughMinorLoss.FieldName = "BranchThroughMinorLoss"; |
| | | colBranchThroughMinorLoss.Name = "colBranchThroughMinorLoss"; |
| | | colBranchThroughMinorLoss.Visible = true; |
| | |
| | | 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); |
| | |
| | | textEditBranchThroughCoefficient.Name = "textEditBranchThroughCoefficient"; |
| | | textEditBranchThroughCoefficient.Size = new Size(219, 20); |
| | | textEditBranchThroughCoefficient.StyleController = layoutControl1; |
| | | textEditBranchThroughCoefficient.TabIndex = 0; |
| | | textEditBranchThroughCoefficient.TabIndex = 6; |
| | | // |
| | | // textEditRunThroughCoefficient |
| | | // |
| | |
| | | textEditRunThroughCoefficient.Name = "textEditRunThroughCoefficient"; |
| | | textEditRunThroughCoefficient.Size = new Size(218, 20); |
| | | textEditRunThroughCoefficient.StyleController = layoutControl1; |
| | | textEditRunThroughCoefficient.TabIndex = 0; |
| | | textEditRunThroughCoefficient.TabIndex = 5; |
| | | // |
| | | // TextEditName |
| | | // |
| | |
| | | DescriptionTextEdit.Name = "DescriptionTextEdit"; |
| | | DescriptionTextEdit.Size = new Size(641, 299); |
| | | DescriptionTextEdit.StyleController = layoutControl1; |
| | | DescriptionTextEdit.TabIndex = 8; |
| | | DescriptionTextEdit.TabIndex = 9; |
| | | // |
| | | // TextEditCaliber |
| | | // |
| | |
| | | TextEditMaterial.TabIndex = 4; |
| | | TextEditMaterial.SelectedIndexChanged += TextEditMaterial_SelectedIndexChanged; |
| | | // |
| | | // TextEditCoefficient |
| | | // |
| | | TextEditCoefficient.Location = new Point(120, 80); |
| | | TextEditCoefficient.Name = "TextEditCoefficient"; |
| | | TextEditCoefficient.Size = new Size(553, 20); |
| | | TextEditCoefficient.StyleController = layoutControl1; |
| | | TextEditCoefficient.TabIndex = 2; |
| | | // |
| | | // TextEditKeyWord |
| | | // |
| | | TextEditKeyWord.Location = new Point(454, 8); |
| | |
| | | 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(218, 20); |
| | | TextEditCoefficient.StyleController = layoutControl1; |
| | | TextEditCoefficient.TabIndex = 7; |
| | | // |
| | | // Root |
| | | // |
| | | Root.AppearanceItemCaption.Options.UseTextOptions = true; |
| | | Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; |
| | | Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | Root.GroupBordersVisible = false; |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4, emptySpaceItem1, layoutControlItem8, layoutControlItem1, layoutControlItem12, layoutControlGroup5, layoutControlItem9, layoutControlItem2, layoutControlItem3, layoutControlItem6, layoutControlItem7 }); |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4, emptySpaceItem1, layoutControlItem8, layoutControlItem1, layoutControlItem12, layoutControlGroup5, layoutControlItem9, layoutControlItem2, layoutControlItem3, layoutControlItem6, layoutControlItem7, layoutControlItem10 }); |
| | | Root.Name = "Root"; |
| | | Root.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6); |
| | | Root.Size = new Size(681, 482); |
| | |
| | | layoutControlItem3.Control = TextEditCoefficient; |
| | | layoutControlItem3.Location = new Point(0, 72); |
| | | layoutControlItem3.Name = "layoutControlItem3"; |
| | | layoutControlItem3.Size = new Size(669, 24); |
| | | layoutControlItem3.Size = new Size(334, 24); |
| | | layoutControlItem3.Text = "损失系数:"; |
| | | layoutControlItem3.TextSize = new Size(100, 14); |
| | | // |
| | |
| | | layoutControlItem27.Text = "说明:"; |
| | | layoutControlItem27.TextSize = new Size(59, 14); |
| | | // |
| | | // selectFlagsPopupCtrl1 |
| | | // |
| | | selectFlagsPopupCtrl1.Location = new Point(454, 80); |
| | | selectFlagsPopupCtrl1.Name = "selectFlagsPopupCtrl1"; |
| | | selectFlagsPopupCtrl1.Size = new Size(219, 20); |
| | | selectFlagsPopupCtrl1.TabIndex = 8; |
| | | // |
| | | // layoutControlItem10 |
| | | // |
| | | layoutControlItem10.Control = selectFlagsPopupCtrl1; |
| | | layoutControlItem10.Location = new Point(334, 72); |
| | | layoutControlItem10.Name = "layoutControlItem10"; |
| | | layoutControlItem10.Size = new Size(335, 24); |
| | | layoutControlItem10.Text = "标签列表:"; |
| | | layoutControlItem10.TextSize = new Size(100, 14); |
| | | // |
| | | // AddAssetsThreelinkMainDlg |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | |
| | | ((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(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup3).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlGroup4).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem27).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem10).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | |
| | | 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.XtraTreeList.Columns.TreeListColumn colRunThroughMinorLoss; |
| | | private DevExpress.XtraTreeList.Columns.TreeListColumn colBranchThroughMinorLoss; |
| | | private BindingSource threelinkCoefficientViewModelBindingSource; |
| | | private DevExpress.XtraEditors.PopupContainerEdit TextEditCoefficient; |
| | | private SelectFlagsPopupCtrl selectFlagsPopupCtrl1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; |
| | | } |
| | | } |