| | |
| | | colEquipmentCount = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colUseCount = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colNO = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colManufacturer = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); |
| | | dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); |
| | | dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); |
| | | EquipmentTreeListCtrl1 = new PackageTreeListCtrl(); |
| | | colManufacturer = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit(); |
| | | sidePanel1.SuspendLayout(); |
| | |
| | | colNO.Visible = true; |
| | | colNO.VisibleIndex = 2; |
| | | // |
| | | // colManufacturer |
| | | // |
| | | colManufacturer.FieldName = "Manufacturer"; |
| | | colManufacturer.Name = "colManufacturer"; |
| | | colManufacturer.Visible = true; |
| | | colManufacturer.VisibleIndex = 1; |
| | | // |
| | | // dockManager1 |
| | | // |
| | | dockManager1.DockingOptions.ShowAutoHideButton = false; |
| | |
| | | EquipmentTreeListCtrl1.Name = "EquipmentTreeListCtrl1"; |
| | | EquipmentTreeListCtrl1.Size = new Size(193, 491); |
| | | EquipmentTreeListCtrl1.TabIndex = 0; |
| | | // |
| | | // colManufacturer |
| | | // |
| | | colManufacturer.FieldName = "Manufacturer"; |
| | | colManufacturer.Name = "colManufacturer"; |
| | | colManufacturer.Visible = true; |
| | | colManufacturer.VisibleIndex = 1; |
| | | // |
| | | // PackageManageMainPage |
| | | // |