| | |
| | | colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colCreateName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colCreateTime = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | gridColumn1 = 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(); |
| | | valveTypeTreeListCtrl1 = new ValveTypeTreeListCtrl(); |
| | | colOpenStatus = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit(); |
| | | sidePanel1.SuspendLayout(); |
| | |
| | | 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, colCaliber, colMaterial, colCoefficient, colDescription, colCreateName, colCreateTime, gridColumn1 }); |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCaliber, colMaterial, colCoefficient, colDescription, colCreateName, colCreateTime, colOpenStatus }); |
| | | gridView1.GridControl = gridControl1; |
| | | gridView1.Name = "gridView1"; |
| | | gridView1.OptionsView.ShowGroupPanel = false; |
| | |
| | | colName.Name = "colName"; |
| | | colName.Visible = true; |
| | | colName.VisibleIndex = 0; |
| | | colName.Width = 130; |
| | | colName.Width = 118; |
| | | // |
| | | // colCaliber |
| | | // |
| | |
| | | colCaliber.Name = "colCaliber"; |
| | | colCaliber.Visible = true; |
| | | colCaliber.VisibleIndex = 3; |
| | | colCaliber.Width = 130; |
| | | colCaliber.Width = 118; |
| | | // |
| | | // colMaterial |
| | | // |
| | |
| | | colMaterial.Name = "colMaterial"; |
| | | colMaterial.Visible = true; |
| | | colMaterial.VisibleIndex = 4; |
| | | colMaterial.Width = 130; |
| | | colMaterial.Width = 96; |
| | | // |
| | | // colCoefficient |
| | | // |
| | |
| | | colCoefficient.Name = "colCoefficient"; |
| | | colCoefficient.Visible = true; |
| | | colCoefficient.VisibleIndex = 5; |
| | | colCoefficient.Width = 130; |
| | | colCoefficient.Width = 79; |
| | | // |
| | | // colDescription |
| | | // |
| | |
| | | colDescription.FieldName = "Description"; |
| | | colDescription.Name = "colDescription"; |
| | | colDescription.Visible = true; |
| | | colDescription.VisibleIndex = 6; |
| | | colDescription.Width = 198; |
| | | colDescription.VisibleIndex = 7; |
| | | colDescription.Width = 228; |
| | | // |
| | | // colCreateName |
| | | // |
| | |
| | | colCreateName.Name = "colCreateName"; |
| | | colCreateName.Visible = true; |
| | | colCreateName.VisibleIndex = 1; |
| | | colCreateName.Width = 130; |
| | | colCreateName.Width = 118; |
| | | // |
| | | // colCreateTime |
| | | // |
| | |
| | | colCreateTime.Name = "colCreateTime"; |
| | | colCreateTime.Visible = true; |
| | | colCreateTime.VisibleIndex = 2; |
| | | colCreateTime.Width = 130; |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | gridColumn1.Caption = "阀门状态"; |
| | | gridColumn1.Name = "gridColumn1"; |
| | | gridColumn1.Visible = true; |
| | | gridColumn1.VisibleIndex = 7; |
| | | colCreateTime.Width = 118; |
| | | // |
| | | // dockManager1 |
| | | // |
| | |
| | | valveTypeTreeListCtrl1.Name = "valveTypeTreeListCtrl1"; |
| | | valveTypeTreeListCtrl1.Size = new Size(197, 491); |
| | | valveTypeTreeListCtrl1.TabIndex = 0; |
| | | // |
| | | // colOpenStatus |
| | | // |
| | | colOpenStatus.FieldName = "OpenStatus"; |
| | | colOpenStatus.Name = "colOpenStatus"; |
| | | colOpenStatus.Visible = true; |
| | | colOpenStatus.VisibleIndex = 6; |
| | | colOpenStatus.Width = 83; |
| | | // |
| | | // ValveManageMainPage |
| | | // |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn colCreateName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colCreateTime; |
| | | private DevExpress.XtraBars.BarButtonItem barBtnValveLine; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colOpenStatus; |
| | | } |
| | | } |