source: trunk/IDE/Forms/FormTargets.lfm

Last change on this file was 75, checked in by chronos, 6 months ago
  • Modified: Removed U prefix from unit names.
  • Modified: Updated Common package.
File size: 1.1 KB
Line 
1object FormTargets: TFormTargets
2 Left = 292
3 Height = 514
4 Top = 138
5 Width = 783
6 Caption = 'Targets'
7 ClientHeight = 514
8 ClientWidth = 783
9 DesignTimePPI = 144
10 OnShow = FormShow
11 LCLVersion = '3.2.0.0'
12 object ListView1: TListView
13 Left = 12
14 Height = 490
15 Top = 12
16 Width = 762
17 Anchors = [akTop, akLeft, akRight, akBottom]
18 Columns = <
19 item
20 Caption = 'Name'
21 Width = 120
22 end
23 item
24 Caption = 'Compiler path'
25 Width = 300
26 end
27 item
28 Caption = 'Executor path'
29 Width = 327
30 end>
31 OwnerData = True
32 PopupMenu = PopupMenu1
33 ReadOnly = True
34 RowSelect = True
35 TabOrder = 0
36 ViewStyle = vsReport
37 OnData = ListView1Data
38 OnDblClick = ATargetOptionsExecute
39 end
40 object PopupMenu1: TPopupMenu
41 Images = FormMain.ImageList1
42 Left = 186
43 Top = 104
44 end
45 object ActionList1: TActionList
46 Left = 300
47 Top = 108
48 object ATargetOptions: TAction
49 Caption = 'Options'
50 Hint = 'Target options'
51 OnExecute = ATargetOptionsExecute
52 end
53 end
54end
Note: See TracBrowser for help on using the repository browser.