home *** CD-ROM | disk | FTP | other *** search
- object frmProgress: TfrmProgress
- Left = 285
- Top = 211
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'UltimateZip'
- ClientHeight = 175
- ClientWidth = 377
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblFN: TPathLabel
- Left = 80
- Top = 24
- Width = 281
- Height = 13
- AutoSize = False
- Caption = 'Working, please wait...'
- end
- object lblFile: TLabel
- Left = 11
- Top = 24
- Width = 63
- Height = 13
- Caption = 'Compressing:'
- end
- object Label2: TLabel
- Left = 8
- Top = 48
- Width = 24
- Height = 13
- Caption = 'Files:'
- end
- object Label1: TLabel
- Left = 8
- Top = 88
- Width = 39
- Height = 13
- Caption = 'Archive:'
- end
- object Bevel1: TBevel
- Left = 8
- Top = 136
- Width = 361
- Height = 9
- Shape = bsTopLine
- end
- object prbFile: TProgressBar
- Left = 8
- Top = 64
- Width = 361
- Height = 16
- Min = 0
- Max = 100
- Smooth = True
- TabOrder = 0
- end
- object prbArchive: TProgressBar
- Left = 8
- Top = 104
- Width = 361
- Height = 16
- Min = 0
- Max = 100
- Smooth = True
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 294
- Top = 144
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = btnCancelClick
- end
- object Button1: TButton
- Left = 208
- Top = 144
- Width = 75
- Height = 25
- Caption = '&Minimize'
- TabOrder = 3
- OnClick = Button1Click
- end
- object FormCenter1: TFormCenter
- Center = True
- Top = 144
- end
- end
-