Changeset 317 for trunk/Forms/FormKeyShortcuts.lfm
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormKeyShortcuts.lfm
r316 r317 1 1 object FormKeyShortcuts: TFormKeyShortcuts 2 Left = 5283 Height = 4374 Top = 3035 Width = 5272 Left = 1016 3 Height = 524 4 Top = 501 5 Width = 632 6 6 Caption = 'Key shortcuts' 7 ClientHeight = 437 8 ClientWidth = 527 9 DesignTimePPI = 120 10 OnClose = FormClose 11 OnCreate = FormCreate 7 ClientHeight = 524 8 ClientWidth = 632 9 DesignTimePPI = 144 12 10 OnShow = FormShow 13 LCLVersion = ' 2.0.0.4'11 LCLVersion = '3.4.0.0' 14 12 object ListView1: TListView 15 Left = 416 Height = 42917 Top = 418 Width = 51913 Left = 5 14 Height = 514 15 Top = 5 16 Width = 622 19 17 Align = alClient 20 BorderSpacing.Around = 418 BorderSpacing.Around = 5 21 19 Columns = < 22 20 item 23 21 Caption = 'Action' 24 Width = 2 0022 Width = 240 25 23 end 26 24 item 27 25 Caption = 'Window' 28 Width = 2 0026 Width = 240 29 27 end 30 28 item 31 29 Caption = 'Shortcut' 32 Width = 8030 Width = 127 33 31 end> 34 32 LargeImages = Core.ImageListLarge … … 41 39 end 42 40 object PopupMenu1: TPopupMenu 43 left = 29944 top = 18741 Left = 359 42 Top = 224 45 43 object MenuItem1: TMenuItem 46 44 Caption = 'Execute'
Note:
See TracChangeset
for help on using the changeset viewer.