home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / tema / ostatni / psplugin / nv102.exe / Setup.nld / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  2002-10-29  |  1.2 KB  |  65 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 200
  3.   Top = 278
  4.   ActiveControl = Cancel
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Bezig met installeren, even geduld s.v.p.'
  8.   ClientHeight = 94
  9.   ClientWidth = 400
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object File: TLabel
  20.     Left = 0
  21.     Top = 37
  22.     Width = 400
  23.     Height = 13
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Bestand (0/0)'
  27.   end
  28.   object App: TLabel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 400
  32.     Height = 13
  33.     Alignment = taCenter
  34.     AutoSize = False
  35.     Caption = 'Applicatie (0/0)'
  36.   end
  37.   object FileBar: TProgressBar
  38.     Left = 0
  39.     Top = 50
  40.     Width = 400
  41.     Height = 16
  42.     Min = 0
  43.     Max = 100
  44.     TabOrder = 0
  45.   end
  46.   object AppBar: TProgressBar
  47.     Left = 0
  48.     Top = 13
  49.     Width = 400
  50.     Height = 16
  51.     Min = 0
  52.     Max = 100
  53.     TabOrder = 1
  54.   end
  55.   object Cancel: TButton
  56.     Left = 168
  57.     Top = 72
  58.     Width = 64
  59.     Height = 20
  60.     Caption = '&Stop'
  61.     ModalResult = 2
  62.     TabOrder = 2
  63.   end
  64. end
  65.