source: trunk/Forms/FormKeyShortcuts.lfm

Last change on this file was 167, checked in by chronos, 3 months ago
  • Modified: Used scrollbox in target options form.
File size: 988 bytes
Line 
1object FormKeyShortcuts: TFormKeyShortcuts
2 Left = 839
3 Height = 329
4 Top = 609
5 Width = 704
6 Caption = 'Key shortcuts'
7 ClientHeight = 329
8 ClientWidth = 704
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 OnShow = FormShow
13 LCLVersion = '3.4.0.0'
14 object ListView1: TListView
15 Left = 5
16 Height = 319
17 Top = 5
18 Width = 694
19 Align = alClient
20 BorderSpacing.Around = 5
21 Columns = <
22 item
23 Caption = 'Action'
24 Width = 240
25 end
26 item
27 Caption = 'Window'
28 Width = 240
29 end
30 item
31 Caption = 'Shortcut'
32 Width = 199
33 end>
34 PopupMenu = PopupMenu1
35 ReadOnly = True
36 RowSelect = True
37 TabOrder = 0
38 ViewStyle = vsReport
39 end
40 object PopupMenu1: TPopupMenu
41 Left = 359
42 Top = 224
43 object MenuItem1: TMenuItem
44 Caption = 'Execute'
45 OnClick = MenuItem1Click
46 end
47 end
48end
Note: See TracBrowser for help on using the repository browser.