@@ -3,16 +3,16 @@ inherited CompilersDlg: TCompilersDlg
3
3
ClientHeight = 381
4
4
ClientWidth = 524
5
5
ExplicitWidth = 530
6
- ExplicitHeight = 409
6
+ ExplicitHeight = 410
7
7
PixelsPerInch = 96
8
8
TextHeight = 13
9
9
inherited pnlBody: TPanel
10
- Width = 497
11
- ExplicitWidth = 497
10
+ Width = 505
11
+ ExplicitWidth = 505
12
12
object pbBanner: TPaintBox
13
- Left = 128
13
+ Left = 135
14
14
Top = 0
15
- Width = 369
15
+ Width = 370
16
16
Height = 23
17
17
Color = clActiveCaption
18
18
Font.Charset = DEFAULT_CHARSET
@@ -26,7 +26,7 @@ inherited CompilersDlg: TCompilersDlg
26
26
object lbCompilers: TListBox
27
27
Left = 0
28
28
Top = 0
29
- Width = 121
29
+ Width = 129
30
30
Height = 292
31
31
Style = lbOwnerDrawFixed
32
32
Ctl3D = True
@@ -36,7 +36,7 @@ inherited CompilersDlg: TCompilersDlg
36
36
TabOrder = 0
37
37
end
38
38
object pcCompiler: TPageControl
39
- Left = 127
39
+ Left = 135
40
40
Top = 29
41
41
Width = 370
42
42
Height = 263
@@ -45,77 +45,98 @@ inherited CompilersDlg: TCompilersDlg
45
45
OnMouseDown = pcCompilerMouseDown
46
46
object tsCompiler: TTabSheet
47
47
Caption = ' Compiler'
48
- ExplicitWidth = 313
49
- ExplicitHeight = 199
50
48
inline frmCompiler: TCompilersDlgCompilerFrame
51
49
Left = 0
52
50
Top = 0
53
51
Width = 362
54
52
Height = 235
55
53
Align = alClient
56
54
TabOrder = 0
57
- ExplicitHeight = 199
58
55
end
59
56
end
60
57
object tsSwitches: TTabSheet
61
58
Caption = ' Switches'
62
59
ImageIndex = 2
63
- ExplicitWidth = 313
64
- ExplicitHeight = 199
65
60
inline frmSwitches: TCompilersDlgSwitchesFrame
66
61
Left = 0
67
62
Top = 0
68
63
Width = 362
69
64
Height = 235
70
65
Align = alClient
71
66
TabOrder = 0
72
- ExplicitHeight = 199
67
+ inherited btnDefSwitches: TButton
68
+ ExplicitLeft = 293
69
+ end
70
+ inherited btnAdd: TButton
71
+ ExplicitLeft = 222
72
+ end
73
+ inherited btnReplace: TButton
74
+ ExplicitLeft = 293
75
+ end
76
+ inherited btnDelete: TButton
77
+ ExplicitLeft = 222
78
+ end
73
79
end
74
80
end
75
81
object tsNamespaces: TTabSheet
76
82
Caption = ' Namespaces'
77
83
ImageIndex = 4
78
- ExplicitWidth = 313
79
- ExplicitHeight = 199
80
84
inline frmNamespaces: TCompilersDlgNamespacesFrame
81
85
Left = 0
82
86
Top = 0
83
87
Width = 362
84
88
Height = 235
85
89
Align = alClient
86
90
TabOrder = 0
87
- ExplicitWidth = 313
88
- ExplicitHeight = 199
91
+ inherited btnDefSwitches: TButton
92
+ ExplicitLeft = 293
93
+ end
94
+ inherited btnAdd: TButton
95
+ ExplicitLeft = 222
96
+ end
97
+ inherited btnReplace: TButton
98
+ ExplicitLeft = 293
99
+ end
100
+ inherited btnDelete: TButton
101
+ ExplicitLeft = 222
102
+ end
89
103
end
90
104
end
91
105
object tsSearchDirs: TTabSheet
92
106
Caption = ' Search Paths'
93
107
ImageIndex = 3
94
- ExplicitWidth = 313
95
- ExplicitHeight = 199
96
108
inline frmSearchDirs: TCompilersDlgSearchDirsFrame
97
109
Left = 0
98
110
Top = 0
99
111
Width = 362
100
112
Height = 235
101
113
Align = alClient
102
114
TabOrder = 0
103
- ExplicitHeight = 199
115
+ inherited edPath: TEdit
116
+ ExplicitWidth = 322
117
+ end
118
+ inherited btnBrowse: TButton
119
+ ExplicitLeft = 331
120
+ end
104
121
end
105
122
end
106
123
object tsLog: TTabSheet
107
124
Caption = ' Output Log'
108
125
ImageIndex = 1
109
- ExplicitWidth = 313
110
- ExplicitHeight = 199
126
+ ExplicitLeft = 0
127
+ ExplicitTop = 0
128
+ ExplicitWidth = 0
129
+ ExplicitHeight = 0
111
130
inline frmLog: TCompilersDlgLogFrame
112
131
Left = 0
113
132
Top = 0
114
133
Width = 362
115
134
Height = 235
116
135
Align = alClient
117
136
TabOrder = 0
118
- ExplicitHeight = 199
137
+ inherited vleLogPrefixes: TValueListEditor
138
+ ExplicitWidth = 354
139
+ end
119
140
end
120
141
end
121
142
end
0 commit comments