| | |
| | | // |
| | | 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, colCode, colSortCode, colDescription, colDefaultValue, colFormat, colIsNull, colUnitName, ColPropEdit }); |
| | | gridView1.GridControl = gridControl1; |
| | | gridView1.Name = "gridView1"; |
| | |
| | | colSortCode.FieldName = "SortCode"; |
| | | colSortCode.Name = "colSortCode"; |
| | | colSortCode.Visible = true; |
| | | colSortCode.VisibleIndex = 6; |
| | | colSortCode.VisibleIndex = 7; |
| | | // |
| | | // colDescription |
| | | // |
| | |
| | | colDescription.FieldName = "Description"; |
| | | colDescription.Name = "colDescription"; |
| | | colDescription.Visible = true; |
| | | colDescription.VisibleIndex = 7; |
| | | colDescription.VisibleIndex = 6; |
| | | // |
| | | // colDefaultValue |
| | | // |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn colFormat; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colIsNull; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colUnitName; |
| | | private SysPropGroupTreeListCtrl propGroupTreeListCtrl1; |
| | | public SysPropGroupTreeListCtrl propGroupTreeListCtrl1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn ColPropEdit; |
| | | private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; |
| | | private DevExpress.Utils.SvgImageCollection svgImage32; |