| | |
| | | // |
| | | colPumpID.AppearanceCell.Options.UseTextOptions = true; |
| | | colPumpID.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Center; |
| | | colPumpID.Caption = "用水器具"; |
| | | colPumpID.Caption = "器具名称"; |
| | | colPumpID.ColumnEdit = repositoryItemTreeListLookUpEdit1; |
| | | colPumpID.FieldName = "UtensilID"; |
| | | colPumpID.MinWidth = 23; |
| | |
| | | // |
| | | colUserCount.AppearanceCell.Options.UseTextOptions = true; |
| | | colUserCount.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Center; |
| | | colUserCount.Caption = "使用数量"; |
| | | colUserCount.Caption = "器具数量"; |
| | | colUserCount.FieldName = "UtensilCount"; |
| | | colUserCount.MinWidth = 23; |
| | | colUserCount.Name = "colUserCount"; |