home *** CD-ROM | disk | FTP | other *** search
- object ProgressForm: TProgressForm
- Left = 200
- Top = 278
- ActiveControl = Cancel
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Bezig met installeren, even geduld s.v.p.'
- ClientHeight = 94
- ClientWidth = 400
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object File: TLabel
- Left = 0
- Top = 37
- Width = 400
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Bestand (0/0)'
- end
- object App: TLabel
- Left = 0
- Top = 0
- Width = 400
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Applicatie (0/0)'
- end
- object FileBar: TProgressBar
- Left = 0
- Top = 50
- Width = 400
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object AppBar: TProgressBar
- Left = 0
- Top = 13
- Width = 400
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 1
- end
- object Cancel: TButton
- Left = 168
- Top = 72
- Width = 64
- Height = 20
- Caption = '&Stop'
- ModalResult = 2
- TabOrder = 2
- end
- end
-