object BillboardForm: TBillboardForm Left = 16 Top = 37 BorderStyle = bsNone Caption = 'Billboard' ClientHeight = 118 ClientWidth = 184 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel: TPanel Left = 0 Top = 0 Width = 184 Height = 118 Align = alClient TabOrder = 0 object AdvImage: TImage Left = 5 Top = 5 Width = 105 Height = 105 AutoSize = True end end object Timer: TTimer Enabled = False OnTimer = TimerTimer Left = 5 Top = 5 end end