| | |
| | | colValveLift = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colSeriesType = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colKeyWord = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colIsDefault = 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(); |
| | | colValveSetting = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit(); |
| | | sidePanel1.SuspendLayout(); |
| | |
| | | barBtnSetDefaultStatus.Id = 23; |
| | | barBtnSetDefaultStatus.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetDefaultStatus.ImageOptions.SvgImage"); |
| | | barBtnSetDefaultStatus.Name = "barBtnSetDefaultStatus"; |
| | | barBtnSetDefaultStatus.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; |
| | | barBtnSetDefaultStatus.ItemClick += barBtnSetDefaultStatus_ItemClick; |
| | | // |
| | | // ribbonPage1 |
| | |
| | | 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, colValveLift, colSeriesType, colKeyWord, colIsDefault }); |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCaliber, colMaterial, colCoefficient, colDescription, colValveLift, colSeriesType, colKeyWord, colValveSetting }); |
| | | gridView1.GridControl = gridControl1; |
| | | gridView1.Name = "gridView1"; |
| | | gridView1.OptionsView.ShowGroupPanel = false; |
| | |
| | | colDescription.FieldName = "Description"; |
| | | colDescription.Name = "colDescription"; |
| | | colDescription.Visible = true; |
| | | colDescription.VisibleIndex = 6; |
| | | colDescription.VisibleIndex = 7; |
| | | colDescription.Width = 266; |
| | | // |
| | | // colValveLift |
| | |
| | | colSeriesType.FieldName = "SeriesType"; |
| | | colSeriesType.Name = "colSeriesType"; |
| | | colSeriesType.Visible = true; |
| | | colSeriesType.VisibleIndex = 7; |
| | | colSeriesType.VisibleIndex = 8; |
| | | colSeriesType.Width = 119; |
| | | // |
| | | // colKeyWord |
| | |
| | | colKeyWord.Name = "colKeyWord"; |
| | | colKeyWord.Visible = true; |
| | | colKeyWord.VisibleIndex = 1; |
| | | // |
| | | // colIsDefault |
| | | // |
| | | colIsDefault.FieldName = "IsDefault"; |
| | | colIsDefault.Name = "colIsDefault"; |
| | | colIsDefault.Visible = true; |
| | | colIsDefault.VisibleIndex = 8; |
| | | // |
| | | // dockManager1 |
| | | // |
| | |
| | | valveTypeTreeListCtrl1.Name = "valveTypeTreeListCtrl1"; |
| | | valveTypeTreeListCtrl1.Size = new Size(197, 491); |
| | | valveTypeTreeListCtrl1.TabIndex = 0; |
| | | // |
| | | // colValveSetting |
| | | // |
| | | colValveSetting.FieldName = "ValveSetting"; |
| | | colValveSetting.Name = "colValveSetting"; |
| | | colValveSetting.Visible = true; |
| | | colValveSetting.VisibleIndex = 6; |
| | | // |
| | | // ValveManageMainPage |
| | | // |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn colValveLift; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colSeriesType; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colKeyWord; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colIsDefault; |
| | | private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2; |
| | | private DevExpress.XtraBars.BarButtonItem barBtnSetDefaultStatus; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colValveSetting; |
| | | } |
| | | } |