| | |
| | | colChoice.Name = "colChoice"; |
| | | colChoice.Visible = true; |
| | | colChoice.VisibleIndex = 1; |
| | | colChoice.Width = 281; |
| | | // |
| | | // colDescription |
| | | // |
| | |
| | | colDescription.Name = "colDescription"; |
| | | colDescription.Visible = true; |
| | | colDescription.VisibleIndex = 2; |
| | | colDescription.Width = 498; |
| | | // |
| | | // colName |
| | | // |
| | |
| | | colName.Name = "colName"; |
| | | colName.Visible = true; |
| | | colName.VisibleIndex = 0; |
| | | colName.Width = 281; |
| | | // |
| | | // ColDelete |
| | | // |
| | |
| | | ColDelete.Caption = "删除"; |
| | | ColDelete.ColumnEdit = repositoryItemButtonEdit1; |
| | | ColDelete.Name = "ColDelete"; |
| | | ColDelete.OptionsColumn.AllowEdit = false; |
| | | ColDelete.Visible = true; |
| | | ColDelete.VisibleIndex = 3; |
| | | ColDelete.Width = 67; |
| | | // |
| | | // repositoryItemButtonEdit1 |
| | | // |