| | |
| | | colCaliber = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
| | | colMaterial = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
| | | colMinorLoss = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
| | | colValveType = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)popupContainerControl1).BeginInit(); |
| | |
| | | // popupContainerControl1 |
| | | // |
| | | popupContainerControl1.Controls.Add(treeList1); |
| | | popupContainerControl1.Location = new Point(10, 158); |
| | | popupContainerControl1.Location = new Point(20, 214); |
| | | popupContainerControl1.Name = "popupContainerControl1"; |
| | | popupContainerControl1.Size = new Size(200, 100); |
| | | popupContainerControl1.TabIndex = 12; |
| | | // |
| | | // treeList1 |
| | | // |
| | | treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName1, colCaliber1, colMaterial1, colMinorLoss1, colValveType }); |
| | | treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName1, colCaliber1, colMaterial1, colMinorLoss1 }); |
| | | treeList1.DataSource = valveCoefficientViewModelBindingSource; |
| | | treeList1.Dock = DockStyle.Fill; |
| | | treeList1.Location = new Point(0, 0); |
| | |
| | | colCaliber1.FieldName = "Caliber"; |
| | | colCaliber1.Name = "colCaliber1"; |
| | | colCaliber1.Visible = true; |
| | | colCaliber1.VisibleIndex = 2; |
| | | colCaliber1.VisibleIndex = 1; |
| | | colCaliber1.Width = 151; |
| | | // |
| | | // colMaterial1 |
| | |
| | | colMaterial1.FieldName = "Material"; |
| | | colMaterial1.Name = "colMaterial1"; |
| | | colMaterial1.Visible = true; |
| | | colMaterial1.VisibleIndex = 3; |
| | | colMaterial1.VisibleIndex = 2; |
| | | colMaterial1.Width = 152; |
| | | // |
| | | // colMinorLoss1 |
| | |
| | | colMinorLoss1.FieldName = "MinorLoss"; |
| | | colMinorLoss1.Name = "colMinorLoss1"; |
| | | colMinorLoss1.Visible = true; |
| | | colMinorLoss1.VisibleIndex = 4; |
| | | colMinorLoss1.VisibleIndex = 3; |
| | | colMinorLoss1.Width = 152; |
| | | // |
| | | // valveCoefficientViewModelBindingSource |
| | |
| | | TextEditType.Size = new Size(594, 20); |
| | | TextEditType.StyleController = layoutControl1; |
| | | TextEditType.TabIndex = 4; |
| | | TextEditType.SelectedIndexChanged += TextEditType_SelectedIndexChanged; |
| | | // |
| | | // BtnOk |
| | | // |
| | | BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; |
| | | BtnOk.Appearance.Options.UseBackColor = true; |
| | | BtnOk.Location = new Point(507, 452); |
| | | BtnOk.Location = new Point(513, 452); |
| | | BtnOk.Name = "BtnOk"; |
| | | BtnOk.Size = new Size(82, 22); |
| | | BtnOk.Size = new Size(76, 22); |
| | | BtnOk.StyleController = layoutControl1; |
| | | BtnOk.TabIndex = 10; |
| | | BtnOk.Text = "确定"; |
| | |
| | | TextEditValveSetting.StyleController = layoutControl1; |
| | | TextEditValveSetting.TabIndex = 7; |
| | | // |
| | | // TextEditCoefficient |
| | | // TextEditMinorLoss |
| | | // |
| | | TextEditCoefficient.Location = new Point(79, 104); |
| | | TextEditCoefficient.Name = "TextEditCoefficient"; |
| | |
| | | // layoutControlItem4 |
| | | // |
| | | layoutControlItem4.Control = BtnOk; |
| | | layoutControlItem4.Location = new Point(499, 444); |
| | | layoutControlItem4.Location = new Point(505, 444); |
| | | layoutControlItem4.Name = "layoutControlItem4"; |
| | | layoutControlItem4.Size = new Size(86, 26); |
| | | layoutControlItem4.Size = new Size(80, 26); |
| | | layoutControlItem4.TextSize = new Size(0, 0); |
| | | layoutControlItem4.TextVisible = false; |
| | | // |
| | |
| | | emptySpaceItem1.AllowHotTrack = false; |
| | | emptySpaceItem1.Location = new Point(0, 444); |
| | | emptySpaceItem1.Name = "emptySpaceItem1"; |
| | | emptySpaceItem1.Size = new Size(499, 26); |
| | | emptySpaceItem1.Size = new Size(505, 26); |
| | | emptySpaceItem1.TextSize = new Size(0, 0); |
| | | // |
| | | // layoutControlItem8 |
| | |
| | | colMinorLoss.Visible = true; |
| | | colMinorLoss.VisibleIndex = 3; |
| | | // |
| | | // colValveType |
| | | // |
| | | colValveType.Caption = "阀门类型"; |
| | | colValveType.FieldName = "ValveType"; |
| | | colValveType.Name = "colValveType"; |
| | | colValveType.Visible = true; |
| | | colValveType.VisibleIndex = 1; |
| | | colValveType.Width = 158; |
| | | // |
| | | // AddAssetsValveMainDlg |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | |
| | | private DevExpress.XtraTreeList.Columns.TreeListColumn colCaliber1; |
| | | private DevExpress.XtraTreeList.Columns.TreeListColumn colMaterial1; |
| | | private DevExpress.XtraTreeList.Columns.TreeListColumn colMinorLoss1; |
| | | private DevExpress.XtraTreeList.Columns.TreeListColumn colValveType; |
| | | } |
| | | } |