forked from idursun/delphipi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PageCompilerOptions.dfm
116 lines (116 loc) · 2.45 KB
/
PageCompilerOptions.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
inherited SelectCompilerOptions: TSelectCompilerOptions
Left = 290
Top = 283
Caption = 'SelectCompilerOptions'
ClientHeight = 232
ClientWidth = 412
OnClose = FormClose
OnCreate = FormCreate
ExplicitWidth = 412
ExplicitHeight = 232
PixelsPerInch = 96
TextHeight = 13
object grpOutputFolders: TGroupBox
AlignWithMargins = True
Left = 3
Top = 3
Width = 406
Height = 142
Align = alTop
Caption = 'Compiler Options'
TabOrder = 0
DesignSize = (
406
142)
object lblBPLOutputFolder: TLabel
Left = 15
Top = 27
Width = 91
Height = 13
Caption = 'BPL Output Folder:'
end
object lblDCP: TLabel
Left = 15
Top = 56
Width = 94
Height = 13
Caption = 'DCP Output Folder:'
end
object lblDCU: TLabel
Left = 15
Top = 83
Width = 95
Height = 13
Caption = 'DCU Output Folder:'
end
object Label1: TLabel
Left = 15
Top = 110
Width = 95
Height = 13
Caption = 'Compiler Directives:'
end
object edtBPL: TEdit
Left = 116
Top = 24
Width = 277
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
end
object btnBPLBrowse: TButton
Left = 446
Top = 22
Width = 28
Height = 25
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 1
OnClick = btnBPLBrowseClick
end
object edtDCP: TEdit
Left = 116
Top = 53
Width = 277
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 2
end
object btnDCPBrowse: TButton
Left = 446
Top = 51
Width = 28
Height = 25
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 3
OnClick = btnDCPBrowseClick
end
object edtDCU: TEdit
Left = 116
Top = 80
Width = 277
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 4
end
object btnDCUBrowse: TButton
Left = 446
Top = 78
Width = 28
Height = 25
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 5
OnClick = btnDCUBrowseClick
end
object edtConditionals: TEdit
Left = 116
Top = 107
Width = 277
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 6
end
end
end