Code: Select all
object dMessage: TEdit
Left = 32
Top = 16
Width = 369
Height = 120
Cursor = -1
AutoSelect = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Comic Sans MS'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
Text = 'No new information available at this time.'
end