home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Browser / chip-cd.exe / 0 / RCDATA / TGIFFORM / TGIFFORM.txt < prev   
Text File  |  2001-08-10  |  883b  |  48 lines

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