1
1
object MainForm: TMainForm
2
2
Left = 597
3
- Top = 317
3
+ Top = 312
4
4
HorzScrollBar.Visible = False
5
5
VertScrollBar.Visible = False
6
6
AutoScroll = False
@@ -71,7 +71,7 @@ object MainForm: TMainForm
71
71
Left = 0
72
72
Top = 0
73
73
Width = 976
74
- Height = 196
74
+ Height = 190
75
75
Align = alClient
76
76
BevelOuter = bvNone
77
77
BorderStyle = bsNone
@@ -167,7 +167,7 @@ object MainForm: TMainForm
167
167
TabOrder = 0
168
168
DesignSize = (
169
169
192
170
- 196 )
170
+ 190 )
171
171
object btnAbortCompilation: TSpeedButton
172
172
Left = 5
173
173
Top = 5
@@ -213,7 +213,7 @@ object MainForm: TMainForm
213
213
Left = 192
214
214
Top = 0
215
215
Width = 784
216
- Height = 196
216
+ Height = 190
217
217
Align = alClient
218
218
BevelOuter = bvNone
219
219
TabOrder = 1
@@ -245,13 +245,13 @@ object MainForm: TMainForm
245
245
Left = 450
246
246
Top = 0
247
247
Width = 8
248
- Height = 196
248
+ Height = 190
249
249
end
250
250
object DebugViews: TPageControl
251
251
Left = 458
252
252
Top = 0
253
253
Width = 518
254
- Height = 196
254
+ Height = 190
255
255
ActivePage = DebugConsoleSheet
256
256
Align = alClient
257
257
PopupMenu = LocalPopup
@@ -264,15 +264,15 @@ object MainForm: TMainForm
264
264
Left = 0
265
265
Top = 0
266
266
Width = 510
267
- Height = 165
267
+ Height = 159
268
268
Align = alClient
269
269
BevelOuter = bvNone
270
270
TabOrder = 0
271
271
object DebugOutput: TDevConsole
272
272
Left = 0
273
273
Top = 0
274
274
Width = 510
275
- Height = 165
275
+ Height = 159
276
276
Align = alClient
277
277
BevelInner = bvNone
278
278
BevelOuter = bvNone
@@ -388,7 +388,7 @@ object MainForm: TMainForm
388
388
Left = 0
389
389
Top = 0
390
390
Width = 450
391
- Height = 196
391
+ Height = 190
392
392
Align = alLeft
393
393
BevelOuter = bvNone
394
394
Constraints.MinWidth = 28
@@ -397,13 +397,13 @@ object MainForm: TMainForm
397
397
Left = 0
398
398
Top = 0
399
399
Width = 450
400
- Height = 196
400
+ Height = 190
401
401
Align = alClient
402
402
BevelOuter = bvNone
403
403
TabOrder = 0
404
404
DesignSize = (
405
405
450
406
- 196 )
406
+ 190 )
407
407
object lblEvaluate: TLabel
408
408
Left = 5
409
409
Top = 6
@@ -438,7 +438,7 @@ object MainForm: TMainForm
438
438
Left = 0
439
439
Top = 62
440
440
Width = 450
441
- Height = 134
441
+ Height = 128
442
442
Align = alBottom
443
443
Anchors = [akLeft, akTop, akRight, akBottom]
444
444
BevelOuter = bvNone
@@ -465,7 +465,7 @@ object MainForm: TMainForm
465
465
Left = 0
466
466
Top = 0
467
467
Width = 976
468
- Height = 196
468
+ Height = 190
469
469
Align = alClient
470
470
Indent = 22
471
471
TabOrder = 0
@@ -743,7 +743,7 @@ object MainForm: TMainForm
743
743
36 )
744
744
object cmbCompilers: TComboBox
745
745
Left = 0
746
- Top = 5
746
+ Top = 0
747
747
Width = 337
748
748
Height = 24
749
749
AutoComplete = False
@@ -946,7 +946,7 @@ object MainForm: TMainForm
946
946
Top = 80
947
947
Width = 209
948
948
Height = 320
949
- ActivePage = FilesSheet
949
+ ActivePage = LeftProjectSheet
950
950
Align = alLeft
951
951
Font.Charset = DEFAULT_CHARSET
952
952
Font.Color = clWindowText
@@ -1011,8 +1011,8 @@ object MainForm: TMainForm
1011
1011
object ClassBrowser: TClassBrowser
1012
1012
Left = 0
1013
1013
Top = 0
1014
- Width = 174
1015
- Height = 376
1014
+ Width = 147
1015
+ Height = 274
1016
1016
Align = alClient
1017
1017
Images = dmMain.ClassImages
1018
1018
Indent = 19
@@ -1208,7 +1208,7 @@ object MainForm: TMainForm
1208
1208
object fileBrowser: TDevFileBrowser
1209
1209
Left = 0
1210
1210
Top = 0
1211
- Width = 179
1211
+ Width = 147
1212
1212
Height = 274
1213
1213
Align = alClient
1214
1214
Images = dmMain.FileBrowserImages_NewLook
0 commit comments