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

  1. object AnimProgressForm: TAnimProgressForm
  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.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object TextLabel: TLabel
  16.     Left = 10
  17.     Top = 65
  18.     Width = 287
  19.     Height = 32
  20.     AutoSize = False
  21.     WordWrap = True
  22.   end
  23.   object StornoBtn: TButton
  24.     Left = 304
  25.     Top = 96
  26.     Width = 75
  27.     Height = 23
  28.     Caption = 'Storno'
  29.     Default = True
  30.     TabOrder = 0
  31.     OnClick = StornoBtnClick
  32.   end
  33.   object Animate: TAnimate
  34.     Left = 8
  35.     Top = 0
  36.     Width = 272
  37.     Height = 60
  38.     Active = False
  39.     StartFrame = 5
  40.     StopFrame = 34
  41.   end
  42.   object ProgressBar: TProgressBar
  43.     Left = 10
  44.     Top = 102
  45.     Width = 285
  46.     Height = 14
  47.     Min = 0
  48.     Max = 100
  49.     TabOrder = 2
  50.   end
  51. end
  52.