home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / Browser / chip-cd.exe / 0 / RCDATA / TGIFFORM / TGIFFORM.txt < prev   
Text File  |  2004-09-02  |  882b  |  48 lines

  1. object GifForm: TGifForm
  2.   Left = 279
  3.   Top = 220
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 115
  7.   ClientWidth = 640
  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 = 640
  22.     Height = 115
  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 = 553
  45.     Top = 78
  46.   end
  47. end
  48.