| | |
| | | this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); |
| | | this.gcMx1 = new DevExpress.XtraGrid.GridControl(); |
| | | this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); |
| | | this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_lookupTypeName = new DevExpress.XtraEditors.LabelControl(); |
| | |
| | | this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gvMx1lookupValue, |
| | | this.gvMx1lookupName, |
| | | this.gridColumn3, |
| | | this.gvMxDel, |
| | | this.gridColumn2}); |
| | | this.gvMx1.GridControl = this.gcMx1; |
| | | this.gvMx1.Name = "gvMx1"; |
| | |
| | | this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; |
| | | this.gvMx1.OptionsView.ShowGroupPanel = false; |
| | | // |
| | | // gridColumn3 |
| | | // gvMxDel |
| | | // |
| | | this.gridColumn3.Caption = "删除"; |
| | | this.gridColumn3.ColumnEdit = this.repositoryItemButtonEdit1; |
| | | this.gridColumn3.MinWidth = 25; |
| | | this.gridColumn3.Name = "gridColumn3"; |
| | | this.gridColumn3.Visible = true; |
| | | this.gridColumn3.VisibleIndex = 2; |
| | | this.gridColumn3.Width = 80; |
| | | this.gvMxDel.Caption = "删除"; |
| | | this.gvMxDel.ColumnEdit = this.repositoryItemButtonEdit1; |
| | | this.gvMxDel.MinWidth = 25; |
| | | this.gvMxDel.Name = "gvMxDel"; |
| | | this.gvMxDel.Visible = true; |
| | | this.gvMxDel.VisibleIndex = 2; |
| | | this.gvMxDel.Width = 80; |
| | | // |
| | | // repositoryItemButtonEdit1 |
| | | // |
| | |
| | | private DevExpress.XtraEditors.TextEdit txt_lookupTypeCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_lookupTypeCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMxDel; |
| | | private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; |