home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Novinky / April / Dm / Dm.exe / 0 / RCDATA / TANIMFORM / TANIMFORM.txt
Text File  |  1998-05-01  |  704b  |  36 lines

  1. object AnimForm: TAnimForm
  2.   Left = 221
  3.   Top = 298
  4.   BorderStyle = bsDialog
  5.   Caption = 'AnimForm'
  6.   ClientHeight = 106
  7.   ClientWidth = 411
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poDefaultPosOnly
  15.   OnCloseQuery = FormCloseQuery
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 48
  21.     Top = 80
  22.     Width = 75
  23.     Height = 13
  24.     Caption = 'Deleting Files ...'
  25.   end
  26.   object Animate1: TAnimate
  27.     Left = 48
  28.     Top = 4
  29.     Width = 304
  30.     Height = 60
  31.     Active = False
  32.     CommonAVI = aviDeleteFile
  33.     StopFrame = 24
  34.   end
  35. end
  36.