namespace IStation.WinFrmUI.Basic { partial class PumpMgrListCtrl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.barRoot = new DevExpress.XtraBars.BarSubItem(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.treeList1 = new DevExpress.XtraTreeList.TreeList(); this.colQr = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colHr = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colNr = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colPr = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colEr = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colNPSHr = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colStNumr = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colIc = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colOc = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colIOd = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colIsBp = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colIsSxp = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colRatedParas = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colBelongType = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colBelongID = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colCatalog = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colGroupID = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colSupplier = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colNO = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colSpecification = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colUnitName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colQuantity = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colTagName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colUseStatus = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.colSortCode = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.barRootBasicInfoMgr = new DevExpress.XtraBars.BarSubItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); this.SuspendLayout(); // // barRoot // this.barRoot.Caption = "barSubItem1"; this.barRoot.Id = 17; this.barRoot.Name = "barRoot"; // // layoutControl1 // this.layoutControl1.Controls.Add(this.treeList1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(1015, 569); this.layoutControl1.TabIndex = 6; this.layoutControl1.Text = "layoutControl1"; // // treeList1 // this.treeList1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.colQr, this.colHr, this.colNr, this.colPr, this.colEr, this.colNPSHr, this.colStNumr, this.colIc, this.colOc, this.colIOd, this.colIsBp, this.colIsSxp, this.colRatedParas, this.colBelongType, this.colBelongID, this.colCatalog, this.colGroupID, this.colSupplier, this.colNO, this.colName, this.colSpecification, this.colUnitName, this.colQuantity, this.colTagName, this.colUseStatus, this.colSortCode}); this.treeList1.DataSource = this.currentViewModelBindingSource; this.treeList1.Location = new System.Drawing.Point(0, 0); this.treeList1.Name = "treeList1"; this.treeList1.OptionsBehavior.PopulateServiceColumns = true; this.treeList1.Size = new System.Drawing.Size(1015, 569); this.treeList1.TabIndex = 4; this.treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeList; this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged); // // colQr // this.colQr.Caption = "流量(m³/h)"; this.colQr.FieldName = "Qr"; this.colQr.Name = "colQr"; this.colQr.Visible = true; this.colQr.VisibleIndex = 2; this.colQr.Width = 85; // // colHr // this.colHr.Caption = "扬程(m)"; this.colHr.FieldName = "Hr"; this.colHr.Name = "colHr"; this.colHr.SortOrder = System.Windows.Forms.SortOrder.Ascending; this.colHr.Visible = true; this.colHr.VisibleIndex = 3; // // colNr // this.colNr.Caption = "转速(r/min)"; this.colNr.FieldName = "Nr"; this.colNr.Name = "colNr"; this.colNr.Visible = true; this.colNr.VisibleIndex = 4; // // colPr // this.colPr.Caption = "功率(kw)"; this.colPr.FieldName = "Pr"; this.colPr.Name = "colPr"; this.colPr.Visible = true; this.colPr.VisibleIndex = 5; // // colEr // this.colEr.Caption = "效率(%)"; this.colEr.FieldName = "Er"; this.colEr.Name = "colEr"; this.colEr.Visible = true; this.colEr.VisibleIndex = 6; // // colNPSHr // this.colNPSHr.FieldName = "NPSHr"; this.colNPSHr.Name = "colNPSHr"; // // colStNumr // this.colStNumr.Caption = "级数"; this.colStNumr.FieldName = "StNumr"; this.colStNumr.Name = "colStNumr"; this.colStNumr.Visible = true; this.colStNumr.VisibleIndex = 7; // // colIc // this.colIc.Caption = "进口口径(mm)"; this.colIc.FieldName = "Ic"; this.colIc.Name = "colIc"; this.colIc.Visible = true; this.colIc.VisibleIndex = 10; // // colOc // this.colOc.Caption = "出口口径(mm)"; this.colOc.FieldName = "Oc"; this.colOc.Name = "colOc"; this.colOc.Visible = true; this.colOc.VisibleIndex = 11; // // colIOd // this.colIOd.FieldName = "IOd"; this.colIOd.Name = "colIOd"; // // colIsBp // this.colIsBp.Caption = "是否变频"; this.colIsBp.FieldName = "IsBp"; this.colIsBp.Name = "colIsBp"; this.colIsBp.Visible = true; this.colIsBp.VisibleIndex = 8; // // colIsSxp // this.colIsSxp.Caption = "是否是双吸泵"; this.colIsSxp.FieldName = "IsSxp"; this.colIsSxp.Name = "colIsSxp"; this.colIsSxp.Visible = true; this.colIsSxp.VisibleIndex = 9; // // colRatedParas // this.colRatedParas.FieldName = "RatedParas"; this.colRatedParas.Name = "colRatedParas"; // // colBelongType // this.colBelongType.FieldName = "BelongType"; this.colBelongType.Name = "colBelongType"; // // colBelongID // this.colBelongID.FieldName = "BelongID"; this.colBelongID.Name = "colBelongID"; // // colCatalog // this.colCatalog.FieldName = "Catalog"; this.colCatalog.Name = "colCatalog"; // // colGroupID // this.colGroupID.FieldName = "GroupID"; this.colGroupID.Name = "colGroupID"; // // colSupplier // this.colSupplier.Caption = "厂商"; this.colSupplier.FieldName = "Supplier"; this.colSupplier.Name = "colSupplier"; this.colSupplier.Visible = true; this.colSupplier.VisibleIndex = 1; // // colNO // this.colNO.FieldName = "NO"; this.colNO.Name = "colNO"; // // colName // this.colName.Caption = "泵"; this.colName.FieldName = "Name"; this.colName.Name = "colName"; this.colName.Visible = true; this.colName.VisibleIndex = 0; // // colSpecification // this.colSpecification.FieldName = "Specification"; this.colSpecification.Name = "colSpecification"; // // colUnitName // this.colUnitName.FieldName = "UnitName"; this.colUnitName.Name = "colUnitName"; // // colQuantity // this.colQuantity.FieldName = "Quantity"; this.colQuantity.Name = "colQuantity"; // // colTagName // this.colTagName.FieldName = "TagName"; this.colTagName.Name = "colTagName"; // // colUseStatus // this.colUseStatus.FieldName = "UseStatus"; this.colUseStatus.Name = "colUseStatus"; // // colSortCode // this.colSortCode.FieldName = "SortCode"; this.colSortCode.Name = "colSortCode"; // // currentViewModelBindingSource // this.currentViewModelBindingSource.DataSource = typeof(IStation.WinFrmUI.Basic.PumpMgrListCtrl.CurrentViewModel); // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1}); this.Root.Name = "Root"; this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.Root.Size = new System.Drawing.Size(1015, 569); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.treeList1; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlItem1.Size = new System.Drawing.Size(1015, 569); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // barRootBasicInfoMgr // this.barRootBasicInfoMgr.Caption = "barSubItem1"; this.barRootBasicInfoMgr.Id = 20; this.barRootBasicInfoMgr.Name = "barRootBasicInfoMgr"; // // PumpMgrListCtrl // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Name = "PumpMgrListCtrl"; this.Size = new System.Drawing.Size(1015, 569); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraBars.BarSubItem barRoot; private DevExpress.XtraBars.BarSubItem barRootBasicInfoMgr; private DevExpress.XtraTreeList.TreeList treeList1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraTreeList.Columns.TreeListColumn colQr; private DevExpress.XtraTreeList.Columns.TreeListColumn colHr; private DevExpress.XtraTreeList.Columns.TreeListColumn colNr; private DevExpress.XtraTreeList.Columns.TreeListColumn colPr; private DevExpress.XtraTreeList.Columns.TreeListColumn colEr; private DevExpress.XtraTreeList.Columns.TreeListColumn colNPSHr; private DevExpress.XtraTreeList.Columns.TreeListColumn colStNumr; private DevExpress.XtraTreeList.Columns.TreeListColumn colIc; private DevExpress.XtraTreeList.Columns.TreeListColumn colOc; private DevExpress.XtraTreeList.Columns.TreeListColumn colIOd; private DevExpress.XtraTreeList.Columns.TreeListColumn colIsBp; private DevExpress.XtraTreeList.Columns.TreeListColumn colIsSxp; private DevExpress.XtraTreeList.Columns.TreeListColumn colRatedParas; private DevExpress.XtraTreeList.Columns.TreeListColumn colBelongType; private DevExpress.XtraTreeList.Columns.TreeListColumn colBelongID; private DevExpress.XtraTreeList.Columns.TreeListColumn colCatalog; private DevExpress.XtraTreeList.Columns.TreeListColumn colGroupID; private DevExpress.XtraTreeList.Columns.TreeListColumn colSupplier; private DevExpress.XtraTreeList.Columns.TreeListColumn colNO; private DevExpress.XtraTreeList.Columns.TreeListColumn colName; private DevExpress.XtraTreeList.Columns.TreeListColumn colSpecification; private DevExpress.XtraTreeList.Columns.TreeListColumn colUnitName; private DevExpress.XtraTreeList.Columns.TreeListColumn colQuantity; private DevExpress.XtraTreeList.Columns.TreeListColumn colTagName; private DevExpress.XtraTreeList.Columns.TreeListColumn colUseStatus; private DevExpress.XtraTreeList.Columns.TreeListColumn colSortCode; private System.Windows.Forms.BindingSource currentViewModelBindingSource; } }