Changeset 365 for trunk/Packages/Common/Forms/FormKeyShortcuts.lfm
- Timestamp:
- Jan 2, 2025, 2:29:10 PM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Forms/FormKeyShortcuts.lfm
r362 r365 1 1 object FormKeyShortcuts: TFormKeyShortcuts 2 2 Left = 839 3 Height = 2743 Height = 329 4 4 Top = 609 5 Width = 5875 Width = 704 6 6 Caption = 'Key shortcuts' 7 ClientHeight = 2748 ClientWidth = 5879 DesignTimePPI = 1 207 ClientHeight = 329 8 ClientWidth = 704 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy … … 13 13 LCLVersion = '3.6.0.0' 14 14 object ListView1: TListView 15 Left = 816 Height = 2 1217 Top = 818 Width = 57115 Left = 10 16 Height = 262 17 Top = 10 18 Width = 684 19 19 Align = alTop 20 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 BorderSpacing.Around = 821 BorderSpacing.Around = 10 22 22 Columns = < 23 23 item 24 24 Caption = 'Action' 25 Width = 2 0025 Width = 240 26 26 end 27 27 item 28 28 Caption = 'Window' 29 Width = 2 0029 Width = 240 30 30 end 31 31 item 32 32 Caption = 'Shortcut' 33 Width = 1 6633 Width = 199 34 34 end> 35 35 OwnerData = True … … 44 44 end 45 45 object ButtonClose: TButton 46 Left = 48547 Height = 3 148 Top = 2 3249 Width = 9446 Left = 581 47 Height = 37 48 Top = 284 49 Width = 113 50 50 Anchors = [akRight, akBottom] 51 51 Caption = 'Close' … … 55 55 end 56 56 object PopupMenu1: TPopupMenu 57 Left = 34058 Top = 1 2057 Left = 408 58 Top = 144 59 59 object MenuItem1: TMenuItem 60 60 Caption = 'Execute' … … 67 67 Column = 0 68 68 Order = soNone 69 Left = 18470 Top = 1 2069 Left = 221 70 Top = 144 71 71 end 72 72 end
Note:
See TracChangeset
for help on using the changeset viewer.