home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 221
- Top = 238
- BorderStyle = bsDialog
- Caption = 'JVDE ICQ Restore WiZard'
- ClientHeight = 221
- ClientWidth = 501
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 89
- Height = 185
- Picture.Data = {<image000.jpg>}
- end
- object GroupBox1: TGroupBox
- Left = 104
- Top = 16
- Width = 393
- Height = 153
- Caption = 'Welcome'
- TabOrder = 0
- object Label1: TLabel
- Left = 32
- Top = 24
- Width = 286
- Height = 14
- Caption = 'Welcome to JVDE ICQ Backup Restore Wizard !'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 32
- Top = 64
- Width = 314
- Height = 13
- Caption =
- 'This wizard will restore your backup files which you created wit' +
- 'hin'
- end
- object Label3: TLabel
- Left = 32
- Top = 80
- Width = 90
- Height = 13
- Caption = 'JVDE ICQ Backup !'
- end
- object Bevel1: TBevel
- Left = 32
- Top = 48
- Width = 321
- Height = 2
- end
- object Label4: TLabel
- Left = 32
- Top = 128
- Width = 211
- Height = 13
- Caption = 'Please click on the '#39'Next'#39' button to proceed.'
- end
- end
- object Button1: TButton
- Left = 296
- Top = 176
- Width = 81
- Height = 25
- Caption = '&Next >'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 216
- Top = 176
- Width = 81
- Height = 25
- Caption = '< &Back'
- Enabled = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 392
- Top = 176
- Width = 73
- Height = 25
- Caption = '&Close'
- TabOrder = 3
- OnClick = Button3Click
- end
- object GroupBox2: TGroupBox
- Left = 120
- Top = 24
- Width = 393
- Height = 153
- Caption = 'Select your backup file'
- TabOrder = 4
- Visible = False
- object Label5: TLabel
- Left = 208
- Top = 24
- Width = 141
- Height = 13
- Caption = 'Please select your backup file'
- end
- object DriveComboBox1: TDriveComboBox
- Left = 16
- Top = 40
- Width = 145
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 0
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 16
- Top = 64
- Width = 185
- Height = 73
- FileList = FileListBox1
- ItemHeight = 16
- TabOrder = 1
- end
- object FileListBox1: TFileListBox
- Left = 208
- Top = 64
- Width = 177
- Height = 73
- ItemHeight = 13
- Mask = '*.zip'
- TabOrder = 2
- OnChange = FileListBox1Change
- OnClick = FileListBox1Click
- end
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 202
- Width = 501
- Height = 19
- Panels = <
- item
- Text = '<filename>'
- Width = 50
- end>
- SimplePanel = False
- SimpleText = 'test'
- end
- object GroupBox3: TGroupBox
- Left = 120
- Top = 24
- Width = 393
- Height = 153
- Caption = 'Finish'
- TabOrder = 6
- Visible = False
- object Label6: TLabel
- Left = 24
- Top = 32
- Width = 145
- Height = 13
- Caption = 'Your backup will be copied to: '
- end
- object Label7: TLabel
- Left = 176
- Top = 32
- Width = 67
- Height = 13
- Caption = '<filename>'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label8: TLabel
- Left = 24
- Top = 64
- Width = 331
- Height = 13
- Caption =
- '**Please note your ZIP file MUST be created by JVDE ICQ Backup.*' +
- '*'
- end
- object Label9: TLabel
- Left = 56
- Top = 80
- Width = 282
- Height = 13
- Caption = '**If not, no files will be restored to your ICQ Directory !**'
- end
- object Label10: TLabel
- Left = 24
- Top = 112
- Width = 230
- Height = 13
- Caption = 'Please click on '#39'Restore'#39' to restore your backup.'
- end
- end
- object ZipMaster1: TZipMaster
- Verbose = False
- Trace = False
- AddCompLevel = 9
- AddOptions = []
- ExtrOptions = [ExtrOverWrite]
- Unattended = False
- SFXOverWriteMode = OvrConfirm
- SFXCaption = 'Self-extracting Archive'
- KeepFreeOnDisk1 = 0
- Top = 168
- end
- end
-