home *** CD-ROM | disk | FTP | other *** search
- object FrmCompress: TFrmCompress
- Left = 299
- Top = 184
- BorderStyle = bsDialog
- Caption = 'Comprimeren'
- ClientHeight = 161
- ClientWidth = 224
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object BtnClose: TButton
- Left = 72
- Top = 128
- Width = 81
- Height = 25
- Caption = '&Sluiten'
- Default = True
- TabOrder = 0
- OnClick = BtnCloseClick
- end
- object Notebook1: TNotebook
- Left = 8
- Top = 8
- Width = 209
- Height = 105
- TabOrder = 1
- object TPage
- Left = 0
- Top = 0
- Caption = 'Default'
- object L_Status: TLabel
- Left = 8
- Top = 8
- Width = 193
- Height = 33
- AutoSize = False
- Caption = 'Logboek comprimeren'
- WordWrap = True
- end
- object Prg: TProgressBar
- Left = 8
- Top = 48
- Width = 193
- Height = 17
- Min = 0
- Max = 100
- TabOrder = 0
- end
- end
- end
- object TmrClose: TTimer
- Enabled = False
- Interval = 2000
- OnTimer = TmrCloseTimer
- Left = 176
- Top = 80
- end
- end
-