source: tags/1.0.0/Forms/UFormTargets.lfm

Last change on this file was 96, checked in by chronos, 6 years ago
  • Added: Theming support.
  • Modified: Items in Options dialog divided to two pages.
File size: 836 bytes
Line 
1object FormTargets: TFormTargets
2 Left = 292
3 Height = 344
4 Top = 138
5 Width = 574
6 Caption = 'Compilers'
7 ClientHeight = 344
8 ClientWidth = 574
9 DesignTimePPI = 120
10 OnCreate = FormCreate
11 OnShow = FormShow
12 LCLVersion = '1.8.2.0'
13 object ListView1: TListView
14 Left = 8
15 Height = 328
16 Top = 8
17 Width = 560
18 Anchors = [akTop, akLeft, akRight, akBottom]
19 Columns = <
20 item
21 Caption = 'Name'
22 Width = 80
23 end
24 item
25 Caption = 'Execution path'
26 Width = 200
27 end
28 item
29 Caption = 'Compiler path'
30 Width = 261
31 end>
32 OwnerData = True
33 ReadOnly = True
34 RowSelect = True
35 TabOrder = 0
36 ViewStyle = vsReport
37 OnData = ListView1Data
38 OnDblClick = ListView1DblClick
39 OnKeyPress = ListView1KeyPress
40 end
41end
Note: See TracBrowser for help on using the repository browser.