home *** CD-ROM | disk | FTP | other *** search
/ Criando Home Pages / CRIANDO.iso / Criando / AnimGif.u32 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1997-08-18  |  618b  |  34 lines

  1. object MainForm: TMainForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsSingle
  5.   Caption = 'MainForm'
  6.   ClientHeight = 273
  7.   ClientWidth = 492
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Visible = True
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 0
  20.     Height = 0
  21.     BevelOuter = bvNone
  22.     Ctl3D = False
  23.     ParentCtl3D = False
  24.     TabOrder = 0
  25.     object AnimatedGif: TAnimatedGif
  26.       Left = 0
  27.       Top = 0
  28.       Width = 0
  29.       Height = 0
  30.       Color = clBtnFace
  31.     end
  32.   end
  33. end
  34.