Last change
on this file since 87 was 50, checked in by chronos, 13 years ago |
- Added: Dialog for setting target options.
|
File size:
755 bytes
|
Line | |
---|
1 | object FormCompilers: TFormCompilers
|
---|
2 | Left = 292
|
---|
3 | Height = 344
|
---|
4 | Top = 138
|
---|
5 | Width = 574
|
---|
6 | Caption = 'Compilers'
|
---|
7 | ClientHeight = 344
|
---|
8 | ClientWidth = 574
|
---|
9 | OnShow = FormShow
|
---|
10 | LCLVersion = '1.1'
|
---|
11 | object ListView1: TListView
|
---|
12 | Left = 8
|
---|
13 | Height = 328
|
---|
14 | Top = 8
|
---|
15 | Width = 560
|
---|
16 | Anchors = [akTop, akLeft, akRight, akBottom]
|
---|
17 | Columns = <
|
---|
18 | item
|
---|
19 | Caption = 'Name'
|
---|
20 | Width = 80
|
---|
21 | end
|
---|
22 | item
|
---|
23 | Caption = 'Execution path'
|
---|
24 | Width = 200
|
---|
25 | end
|
---|
26 | item
|
---|
27 | Caption = 'Compiler path'
|
---|
28 | Width = 261
|
---|
29 | end>
|
---|
30 | OwnerData = True
|
---|
31 | ReadOnly = True
|
---|
32 | RowSelect = True
|
---|
33 | TabOrder = 0
|
---|
34 | ViewStyle = vsReport
|
---|
35 | OnData = ListView1Data
|
---|
36 | OnDblClick = ListView1DblClick
|
---|
37 | end
|
---|
38 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.