home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Wtestowe / CALYPSO / _SETUP.1 / Calypso.exe / 0 / RCDATA / TGIFVIEWFORM / TGIFVIEWFORM.txt
Text File  |  1997-07-17  |  638b  |  34 lines

  1. object GIFViewForm: TGIFViewForm
  2.   Left = 339
  3.   Top = 270
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   ClientHeight = 150
  7.   ClientWidth = 150
  8.   Color = clWhite
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnKeyPress = FormKeyPress
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object animgif: TGIFImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 53
  23.     Height = 31
  24.     Animate = True
  25.     AutoSize = True
  26.     Center = False
  27.     CurrentFrame = 0
  28.     Loop = False
  29.     Stretch = False
  30.     Tile = False
  31.     Visible = True
  32.   end
  33. end
  34.