home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / STDVCS32.DLL / RCDATA / TMESSAGEWINDOW / TMESSAGEWINDOW.txt
Text File  |  1997-01-16  |  990b  |  52 lines

  1. object MessageWindow: TMessageWindow
  2.   Left = 2
  3.   Top = 108
  4.   Width = 350
  5.   Height = 305
  6.   Caption = 'Messages'
  7.   Font.Height = -11
  8.   Font.Name = 'MS Sans Serif'
  9.   PixelsPerInch = 96
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   TextHeight = 13
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 342
  17.     Height = 278
  18.     Align = alClient
  19.     Alignment = taLeftJustify
  20.     BevelInner = bvLowered
  21.     BorderWidth = 2
  22.     TabOrder = 0
  23.     object Msgs: TListBox
  24.       Left = 4
  25.       Top = 37
  26.       Width = 334
  27.       Height = 237
  28.       Align = alClient
  29.       ExtendedSelect = False
  30.       ItemHeight = 13
  31.       TabOrder = 0
  32.     end
  33.     object Panel2: TPanel
  34.       Left = 4
  35.       Top = 4
  36.       Width = 334
  37.       Height = 33
  38.       Align = alTop
  39.       TabOrder = 1
  40.       object ClearButton: TButton
  41.         Left = 4
  42.         Top = 4
  43.         Width = 75
  44.         Height = 25
  45.         Caption = 'Clear'
  46.         TabOrder = 0
  47.         OnClick = ClearButtonClick
  48.       end
  49.     end
  50.   end
  51. end
  52.