Changes in trunk/Forms/UFormAcronyms.lfm [19:30]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Forms/UFormAcronyms.lfm ¶
r19 r30 11 11 object ListViewAcronyms: TListView 12 12 Left = 8 13 Height = 51013 Height = 480 14 14 Top = 40 15 15 Width = 725 … … 26 26 item 27 27 Caption = 'Categories' 28 Width = 30 028 Width = 305 29 29 end> 30 30 MultiSelect = True … … 48 48 Anchors = [akTop, akLeft, akRight] 49 49 end 50 object StatusBar1: TStatusBar 51 Left = 0 52 Height = 28 53 Top = 530 54 Width = 740 55 Panels = < 56 item 57 Width = 100 58 end 59 item 60 Width = 100 61 end> 62 SimplePanel = False 63 end 50 64 object ListViewSort1: TListViewSort 51 65 ListView = ListViewAcronyms … … 53 67 OnFilter = ListViewSort1Filter 54 68 Column = 0 55 Order = so Down69 Order = soUp 56 70 left = 248 57 71 top = 168 … … 63 77 object AAdd: TAction 64 78 Caption = 'Add' 79 ImageIndex = 0 65 80 OnExecute = AAddExecute 66 81 ShortCut = 45 … … 68 83 object AModify: TAction 69 84 Caption = 'Modify' 85 ImageIndex = 3 70 86 OnExecute = AModifyExecute 71 87 ShortCut = 13 … … 73 89 object ARemove: TAction 74 90 Caption = 'Remove' 91 ImageIndex = 4 75 92 OnExecute = ARemoveExecute 76 93 ShortCut = 46 … … 78 95 object ASelectAll: TAction 79 96 Caption = 'Select all' 97 OnExecute = ASelectAllExecute 80 98 ShortCut = 16449 81 99 end
Note:
See TracChangeset
for help on using the changeset viewer.