| | |
| | | colName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | 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(); |
| | |
| | | // |
| | | ribbonPageGroup2.Name = "ribbonPageGroup2"; |
| | | ribbonPageGroup2.Text = "更多"; |
| | | ribbonPageGroup2.Visible = false; |
| | | // |
| | | // svgImageCollection1 |
| | | // |
| | |
| | | gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; |
| | | gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; |
| | | gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colDescription, colEquipmentCount, colUseCount, colNO, colManufacturer }); |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colDescription, colEquipmentCount, colNO, colManufacturer }); |
| | | gridView1.GridControl = gridControl1; |
| | | gridView1.Name = "gridView1"; |
| | | gridView1.OptionsView.ShowGroupPanel = false; |
| | |
| | | colDescription.FieldName = "Description"; |
| | | colDescription.Name = "colDescription"; |
| | | colDescription.Visible = true; |
| | | colDescription.VisibleIndex = 5; |
| | | colDescription.VisibleIndex = 4; |
| | | colDescription.Width = 222; |
| | | // |
| | | // colEquipmentCount |
| | |
| | | colEquipmentCount.Visible = true; |
| | | colEquipmentCount.VisibleIndex = 3; |
| | | // |
| | | // colUseCount |
| | | // |
| | | colUseCount.FieldName = "UseCount"; |
| | | colUseCount.Name = "colUseCount"; |
| | | colUseCount.Visible = true; |
| | | colUseCount.VisibleIndex = 4; |
| | | // |
| | | // colNO |
| | | // |
| | | colNO.FieldName = "NO"; |
| | | colNO.Name = "colNO"; |
| | | colNO.Visible = true; |
| | | colNO.VisibleIndex = 2; |
| | | // |
| | | // colManufacturer |
| | | // |
| | | colManufacturer.FieldName = "Manufacturer"; |
| | | colManufacturer.Name = "colManufacturer"; |
| | | colManufacturer.Visible = true; |
| | | colManufacturer.VisibleIndex = 1; |
| | | // |
| | | // dockManager1 |
| | | // |
| | |
| | | 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 |
| | | // |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn colName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colDescription; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colEquipmentCount; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colUseCount; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colNO; |
| | | private BindingSource equipmentViewModelBindingSource1; |
| | | private BindingSource kitViewModelBindingSource; |