home *** CD-ROM | disk | FTP | other *** search
- object CopyingForm: TCopyingForm
- Left = 413
- Top = 202
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Copying files'
- ClientHeight = 329
- ClientWidth = 472
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIChild
- Position = poScreenCenter
- PrintScale = poNone
- Scaled = False
- Visible = True
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 16
- Top = 288
- Width = 441
- Height = 9
- Shape = bsTopLine
- end
- object Label1: TLabel
- Left = 152
- Top = 16
- Width = 305
- Height = 15
- AutoSize = False
- Caption = 'Setup is copying files... Wait for a moment, please.'
- WordWrap = True
- end
- object FNameLabel: TLabel
- Left = 152
- Top = 96
- Width = 305
- Height = 15
- Alignment = taCenter
- AutoSize = False
- Caption = ''
- WordWrap = True
- end
- object ProgressBar: TProgressBar
- Left = 152
- Top = 111
- Width = 305
- Height = 20
- Min = 0
- Max = 100
- TabOrder = 4
- end
- object Panel1: TPanel
- Left = 16
- Top = 16
- Width = 121
- Height = 257
- BevelOuter = bvLowered
- Color = clTeal
- TabOrder = 0
- object Image1: TImage
- Left = 1
- Top = 24
- Width = 118
- Height = 200
- AutoSize = True
- end
- end
- object BackBtn: TButton
- Left = 222
- Top = 300
- Width = 74
- Height = 24
- Caption = '< &Back'
- ModalResult = 7
- TabOrder = 1
- Visible = False
- OnClick = ButtonClick
- end
- object NextBtn: TButton
- Left = 296
- Top = 300
- Width = 74
- Height = 24
- Caption = '&Next >'
- Default = True
- ModalResult = 6
- TabOrder = 2
- Visible = False
- OnClick = ButtonClick
- end
- object CancelBtn: TButton
- Left = 382
- Top = 300
- Width = 74
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 3
- TabOrder = 3
- OnClick = ButtonClick
- end
- object UnZip: TUnZip
- OnShowProgress = UnZipShowProgress
- OnOkToWrite = UnZipOkToWrite
- Left = 416
- Top = 248
- end
- end
-