faf8423b50
git-svn-id: http://code.remobjects.com/svn/pascalscript@153 5c9d2617-0215-0410-a2ee-e80e04d1c6d8
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
|