1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
object BuildStatusWindow: TBuildStatusWindow
Left = 2050
Height = 367
Top = 149
Width = 432
BorderStyle = bsDialog
Caption = 'build output'
ClientHeight = 367
ClientWidth = 432
LCLVersion = '2.2.0.4'
object mBuildOutput: TMemo
Left = 0
Height = 367
Top = 0
Width = 432
Align = alClient
ScrollBars = ssAutoBoth
TabOrder = 0
end
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
object BuildStatusWindow: TBuildStatusWindow
Left = 493
Height = 80
Top = 160
Width = 168
BorderStyle = bsDialog
Caption = 'building'
ClientHeight = 80
ClientWidth = 168
LCLVersion = '2.3.0.0'
object Label1: TLabel
Left = 32
Height = 37
Top = 16
Width = 117
Caption = 'building...'
Font.Height = -27
ParentColor = False
ParentFont = False
end
end
|