source: trunk/Forms/FormCompileMultiple.lfm

Last change on this file was 147, checked in by chronos, 11 months ago
  • Modified: Code cleanup.
File size: 1.1 KB
Line 
1object FormCompileMultiple: TFormCompileMultiple
2 Left = 682
3 Height = 510
4 Top = 607
5 Width = 973
6 Caption = 'Compile multiple'
7 ClientHeight = 510
8 ClientWidth = 973
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 OnShow = FormShow
14 LCLVersion = '2.2.6.0'
15 object ButtonCompile: TButton
16 Left = 847
17 Height = 38
18 Top = 461
19 Width = 113
20 Anchors = [akRight, akBottom]
21 Caption = 'Compile'
22 ModalResult = 1
23 OnClick = ButtonCompileClick
24 TabOrder = 0
25 end
26 object ListViewTargets: TListView
27 Left = 10
28 Height = 438
29 Top = 10
30 Width = 950
31 Anchors = [akTop, akLeft, akRight, akBottom]
32 Checkboxes = True
33 Columns = <
34 item
35 Caption = 'Name'
36 Width = 200
37 end
38 item
39 Caption = 'Result'
40 Width = 736
41 end>
42 ParentFont = False
43 ReadOnly = True
44 RowSelect = True
45 TabOrder = 1
46 ViewStyle = vsReport
47 end
48 object ButtonCancel: TButton
49 Left = 714
50 Height = 38
51 Top = 461
52 Width = 113
53 Anchors = [akRight, akBottom]
54 Caption = 'Cancel'
55 ModalResult = 2
56 TabOrder = 2
57 end
58end
Note: See TracBrowser for help on using the repository browser.