home *** CD-ROM | disk | FTP | other *** search
- object MessageWindow: TMessageWindow
- Left = 2
- Top = 108
- Width = 350
- Height = 305
- Caption = 'Messages'
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 342
- Height = 278
- Align = alClient
- Alignment = taLeftJustify
- BevelInner = bvLowered
- BorderWidth = 2
- TabOrder = 0
- object Msgs: TListBox
- Left = 4
- Top = 37
- Width = 334
- Height = 237
- Align = alClient
- ExtendedSelect = False
- ItemHeight = 13
- TabOrder = 0
- end
- object Panel2: TPanel
- Left = 4
- Top = 4
- Width = 334
- Height = 33
- Align = alTop
- TabOrder = 1
- object ClearButton: TButton
- Left = 4
- Top = 4
- Width = 75
- Height = 25
- Caption = 'Clear'
- TabOrder = 0
- OnClick = ClearButtonClick
- end
- end
- end
- end
-