28 lines
521 B
Plaintext
28 lines
521 B
Plaintext
|
object debugoutput: Tdebugoutput
|
||
|
Left = 192
|
||
|
Top = 107
|
||
|
Width = 530
|
||
|
Height = 366
|
||
|
Caption = 'Debug Output'
|
||
|
Color = clBtnFace
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Name = 'MS Sans Serif'
|
||
|
Font.Style = []
|
||
|
OldCreateOrder = False
|
||
|
PixelsPerInch = 96
|
||
|
TextHeight = 13
|
||
|
object output: TMemo
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
Width = 522
|
||
|
Height = 339
|
||
|
Align = alClient
|
||
|
ReadOnly = True
|
||
|
ScrollBars = ssBoth
|
||
|
TabOrder = 0
|
||
|
WordWrap = False
|
||
|
end
|
||
|
end
|