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

  1. object ParovaniProgressForm: TParovaniProgressForm
  2.   Left = 233
  3.   Top = 142
  4.   BorderStyle = bsDialog
  5.   Caption = 'Prob∩┐╜h∩┐╜ p∩┐╜rov∩┐╜n∩┐╜ zak∩┐╜zek'
  6.   ClientHeight = 120
  7.   ClientWidth = 388
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object MasterTextLabel: TLabel
  19.     Left = 10
  20.     Top = 79
  21.     Width = 287
  22.     Height = 16
  23.     AutoSize = False
  24.     Caption = 'MasterTextLabel'
  25.     WordWrap = True
  26.   end
  27.   object StornoBtn: TButton
  28.     Left = 304
  29.     Top = 88
  30.     Width = 75
  31.     Height = 23
  32.     Caption = 'Storno'
  33.     Default = True
  34.     TabOrder = 0
  35.     OnClick = StornoBtnClick
  36.   end
  37.   object Animate: TAnimate
  38.     Left = 8
  39.     Top = 8
  40.     Width = 272
  41.     Height = 60
  42.     Active = False
  43.     StartFrame = 5
  44.     StopFrame = 34
  45.   end
  46.   object MasterProgressBar: TProgressBar
  47.     Left = 10
  48.     Top = 94
  49.     Width = 285
  50.     Height = 14
  51.     Min = 0
  52.     Max = 100
  53.     Step = 1
  54.     TabOrder = 2
  55.   end
  56. end
  57.