Changeset 145 for trunk/Forms/UFormCategories.lfm
- Timestamp:
- Jan 24, 2017, 1:55:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCategories.lfm
r123 r145 1 1 object FormCategories: TFormCategories 2 Left = 5 922 Left = 516 3 3 Height = 429 4 Top = 4 904 Top = 439 5 5 Width = 784 6 6 Caption = 'Acronym categories' … … 11 11 OnShow = FormShow 12 12 Position = poScreenCenter 13 LCLVersion = '1.6. 0.4'13 LCLVersion = '1.6.2.0' 14 14 object ListViewCategories: TListView 15 15 Left = 4 … … 19 19 Align = alClient 20 20 BorderSpacing.Around = 4 21 Checkboxes = True 21 22 Columns = < 22 23 item … … 35 36 TabOrder = 0 36 37 ViewStyle = vsReport 38 OnChange = ListViewCategoriesChange 37 39 OnData = ListViewCategoriesData 38 40 OnDblClick = ListViewCategoriesDblClick … … 93 95 OnExecute = ASelectAllExecute 94 96 ShortCut = 16449 97 end 98 object AEnable: TAction 99 Caption = 'Enable' 100 OnExecute = AEnableExecute 101 end 102 object ADisable: TAction 103 Caption = 'Disable' 104 OnExecute = ADisableExecute 95 105 end 96 106 end … … 219 229 Action = ASelectAll 220 230 end 231 object MenuItem5: TMenuItem 232 Caption = '-' 233 end 234 object MenuItem6: TMenuItem 235 Action = AEnable 236 end 237 object MenuItem7: TMenuItem 238 Action = ADisable 239 end 240 end 241 object ListViewSort1: TListViewSort 242 ListView = ListViewCategories 243 OnCompareItem = ListViewSort1CompareItem 244 OnFilter = ListViewSort1Filter 245 Column = 0 246 Order = soNone 247 left = 536 248 top = 184 221 249 end 222 250 end
Note:
See TracChangeset
for help on using the changeset viewer.