home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TBACKUPANIMPROGRESSFORM / TBACKUPANIMPROGRESSFORM.txt
Encoding:
Text File  |  1999-04-22  |  983 b   |  53 lines

  1. object BackupAnimProgressForm: TBackupAnimProgressForm
  2.   Left = 248
  3.   Top = 154
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 136
  6.   ClientWidth = 384
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCloseQuery = FormCloseQuery
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object TextLabel: TLabel
  17.     Left = 10
  18.     Top = 65
  19.     Width = 287
  20.     Height = 32
  21.     AutoSize = False
  22.     WordWrap = True
  23.   end
  24.   object StornoBtn: TButton
  25.     Left = 304
  26.     Top = 96
  27.     Width = 75
  28.     Height = 23
  29.     Caption = 'Storno'
  30.     Default = True
  31.     TabOrder = 0
  32.     OnClick = StornoBtnClick
  33.   end
  34.   object Animate: TAnimate
  35.     Left = 8
  36.     Top = 0
  37.     Width = 272
  38.     Height = 60
  39.     Active = False
  40.     StartFrame = 5
  41.     StopFrame = 34
  42.   end
  43.   object ProgressBar: TProgressBar
  44.     Left = 10
  45.     Top = 102
  46.     Width = 285
  47.     Height = 14
  48.     Min = 0
  49.     Max = 100
  50.     TabOrder = 2
  51.   end
  52. end
  53.