Changeset 85 for trunk/Forms/UFormAcronym.lfm
- Timestamp:
- Aug 8, 2016, 12:37:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAcronym.lfm
r69 r85 8 8 ClientWidth = 509 9 9 OnClose = FormClose 10 OnKeyUp = FormKeyUp11 10 OnShow = FormShow 12 11 Position = poScreenCenter … … 26 25 Width = 361 27 26 Anchors = [akTop, akLeft, akRight] 28 OnKey Up = FormKeyUp27 OnKeyPress = EditMeaningKeyPress 29 28 TabOrder = 0 30 29 end … … 43 42 Width = 361 44 43 Anchors = [akTop, akLeft, akRight] 45 OnKey Up = FormKeyUp44 OnKeyPress = EditMeaningKeyPress 46 45 TabOrder = 1 47 46 end … … 54 53 Caption = 'Ok' 55 54 ModalResult = 1 56 OnKey Up = FormKeyUp55 OnKeyPress = EditMeaningKeyPress 57 56 TabOrder = 7 58 57 end … … 65 64 Caption = 'Cancel' 66 65 ModalResult = 2 67 OnKey Up = FormKeyUp66 OnKeyPress = EditMeaningKeyPress 68 67 TabOrder = 6 69 68 end … … 82 81 Width = 361 83 82 Anchors = [akTop, akLeft, akRight] 83 OnKeyPress = EditMeaningKeyPress 84 84 ScrollBars = ssAutoBoth 85 85 TabOrder = 2 … … 101 101 ItemHeight = 0 102 102 MultiSelect = True 103 OnKeyPress = EditMeaningKeyPress 103 104 OnSelectionChange = ListBox1SelectionChange 104 105 PopupMenu = PopupMenuCategory … … 112 113 Width = 75 113 114 Action = ACategoryAdd 115 OnKeyPress = EditMeaningKeyPress 114 116 TabOrder = 4 115 117 end … … 120 122 Width = 75 121 123 Action = ACategoryRemove 124 OnKeyPress = EditMeaningKeyPress 122 125 TabOrder = 5 123 126 end
Note:
See TracChangeset
for help on using the changeset viewer.