home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / ctenari / Kucera / setup.ex_ / setup.ex / 0 / RCDATA / TBILLBOARDFORM / TBILLBOARDFORM.txt
Text File  |  2002-02-06  |  786b  |  42 lines

  1. object BillboardForm: TBillboardForm
  2.   Left = 16
  3.   Top = 37
  4.   BorderStyle = bsNone
  5.   Caption = 'Billboard'
  6.   ClientHeight = 118
  7.   ClientWidth = 184
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 184
  24.     Height = 118
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object AdvImage: TImage
  28.       Left = 5
  29.       Top = 5
  30.       Width = 105
  31.       Height = 105
  32.       AutoSize = True
  33.     end
  34.   end
  35.   object Timer: TTimer
  36.     Enabled = False
  37.     OnTimer = TimerTimer
  38.     Left = 5
  39.     Top = 5
  40.   end
  41. end
  42.