source: trunk/Forms/FormTargets.lfm

Last change on this file was 145, checked in by chronos, 11 months ago
  • Modified: Remove U prefix from unit names.
  • Modified: Updated Common package.
File size: 883 bytes
Line 
1object FormTargets: TFormTargets
2 Left = 294
3 Height = 413
4 Top = 172
5 Width = 689
6 Caption = 'Compilers'
7 ClientHeight = 413
8 ClientWidth = 689
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 LCLVersion = '2.2.6.0'
14 object ListView1: TListView
15 Left = 10
16 Height = 393
17 Top = 10
18 Width = 672
19 Anchors = [akTop, akLeft, akRight, akBottom]
20 Columns = <
21 item
22 Caption = 'Name'
23 Width = 96
24 end
25 item
26 Caption = 'Execution path'
27 Width = 240
28 end
29 item
30 Caption = 'Compiler path'
31 Width = 323
32 end>
33 OwnerData = True
34 ParentFont = False
35 ReadOnly = True
36 RowSelect = True
37 TabOrder = 0
38 ViewStyle = vsReport
39 OnData = ListView1Data
40 OnDblClick = ListView1DblClick
41 OnKeyPress = ListView1KeyPress
42 end
43end
Note: See TracBrowser for help on using the repository browser.