Changeset 30 for trunk/Forms/UFormCategories.lfm
- Timestamp:
- Jul 12, 2016, 5:56:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCategories.lfm
r20 r30 1 1 object FormCategories: TFormCategories 2 Left = 6303 Height = 4 874 Top = 4 852 Left = 592 3 Height = 429 4 Top = 490 5 5 Width = 784 6 6 Caption = 'Acronym categories' 7 ClientHeight = 4 877 ClientHeight = 429 8 8 ClientWidth = 784 9 9 OnShow = FormShow … … 11 11 object ListViewCategories: TListView 12 12 Left = 9 13 Height = 43213 Height = 374 14 14 Top = 8 15 15 Width = 767 … … 36 36 Left = 15 37 37 Height = 25 38 Top = 44838 Top = 390 39 39 Width = 75 40 40 Action = AAdd 41 Anchors = [akLeft, akBottom] 41 42 TabOrder = 1 42 43 end … … 44 45 Left = 104 45 46 Height = 25 46 Top = 44847 Top = 390 47 48 Width = 75 48 49 Action = AModify 50 Anchors = [akLeft, akBottom] 49 51 TabOrder = 2 50 52 end … … 52 54 Left = 192 53 55 Height = 25 54 Top = 44856 Top = 390 55 57 Width = 75 56 58 Action = ARemove 59 Anchors = [akLeft, akBottom] 57 60 TabOrder = 3 58 61 end … … 63 66 object AAdd: TAction 64 67 Caption = 'Add' 68 ImageIndex = 0 65 69 OnExecute = AAddExecute 66 70 ShortCut = 45 … … 68 72 object ARemove: TAction 69 73 Caption = 'Remove' 74 ImageIndex = 4 70 75 OnExecute = ARemoveExecute 71 76 ShortCut = 46 … … 73 78 object AModify: TAction 74 79 Caption = 'Modify' 80 ImageIndex = 3 75 81 OnExecute = AModifyExecute 76 82 ShortCut = 13
Note:
See TracChangeset
for help on using the changeset viewer.