Changeset 362 for trunk/Packages/Common/Forms/FormKeyShortcuts.lfm
- Timestamp:
- Dec 31, 2024, 1:15:01 PM (8 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Forms/FormKeyShortcuts.lfm
r332 r362 1 1 object FormKeyShortcuts: TFormKeyShortcuts 2 2 Left = 839 3 Height = 3293 Height = 274 4 4 Top = 609 5 Width = 7045 Width = 587 6 6 Caption = 'Key shortcuts' 7 ClientHeight = 3298 ClientWidth = 7049 DesignTimePPI = 1 447 ClientHeight = 274 8 ClientWidth = 587 9 DesignTimePPI = 120 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 12 OnShow = FormShow 13 LCLVersion = '3. 4.0.0'13 LCLVersion = '3.6.0.0' 14 14 object ListView1: TListView 15 Left = 5 16 Height = 319 17 Top = 5 18 Width = 694 19 Align = alClient 20 BorderSpacing.Around = 5 15 Left = 8 16 Height = 212 17 Top = 8 18 Width = 571 19 Align = alTop 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 BorderSpacing.Around = 8 21 22 Columns = < 22 23 item 23 24 Caption = 'Action' 24 Width = 2 4025 Width = 200 25 26 end 26 27 item 27 28 Caption = 'Window' 28 Width = 2 4029 Width = 200 29 30 end 30 31 item 31 32 Caption = 'Shortcut' 32 Width = 1 9933 Width = 166 33 34 end> 34 35 OwnerData = True … … 42 43 OnKeyPress = ListView1KeyPress 43 44 end 45 object ButtonClose: TButton 46 Left = 485 47 Height = 31 48 Top = 232 49 Width = 94 50 Anchors = [akRight, akBottom] 51 Caption = 'Close' 52 ModalResult = 11 53 TabOrder = 1 54 OnClick = ButtonCloseClick 55 end 44 56 object PopupMenu1: TPopupMenu 45 Left = 40846 Top = 1 4457 Left = 340 58 Top = 120 47 59 object MenuItem1: TMenuItem 48 60 Caption = 'Execute' … … 55 67 Column = 0 56 68 Order = soNone 57 Left = 20058 Top = 1 6069 Left = 184 70 Top = 120 59 71 end 60 72 end
Note:
See TracChangeset
for help on using the changeset viewer.