home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / chip-cd_2000_05.zip / 05 / browser / chip-cd.exe / 0 / RCDATA / TGIFFORM / TGIFFORM.txt < prev   
Text File  |  2000-03-10  |  880b  |  48 lines

  1. object GifForm: TGifForm
  2.   Left = 181
  3.   Top = 576
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 65
  7.   ClientWidth = 519
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object imgTlo: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 519
  22.     Height = 65
  23.     Align = alClient
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object pnlGIF: TPanel
  27.     Left = 18
  28.     Top = 12
  29.     Width = 613
  30.     Height = 53
  31.     BevelOuter = bvNone
  32.     TabOrder = 0
  33.     object GifBanner: TImage
  34.       Left = -36
  35.       Top = -23
  36.       Width = 641
  37.       Height = 80
  38.     end
  39.   end
  40.   object MainTimer: TTimer
  41.     Enabled = False
  42.     Interval = 100
  43.     OnTimer = MainTimerTimer
  44.     Left = 640
  45.     Top = 88
  46.   end
  47. end
  48.