home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / JVDEicq / jvdeicqb.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Encoding:
Text File  |  1999-02-03  |  4.6 KB  |  225 lines

  1. object Form2: TForm2
  2.   Left = 221
  3.   Top = 238
  4.   BorderStyle = bsDialog
  5.   Caption = 'JVDE ICQ Restore WiZard'
  6.   ClientHeight = 221
  7.   ClientWidth = 501
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 8
  20.     Top = 8
  21.     Width = 89
  22.     Height = 185
  23.     Picture.Data = {<image000.jpg>}
  24.   end
  25.   object GroupBox1: TGroupBox
  26.     Left = 104
  27.     Top = 16
  28.     Width = 393
  29.     Height = 153
  30.     Caption = 'Welcome'
  31.     TabOrder = 0
  32.     object Label1: TLabel
  33.       Left = 32
  34.       Top = 24
  35.       Width = 286
  36.       Height = 14
  37.       Caption = 'Welcome to JVDE ICQ Backup Restore Wizard !'
  38.       Font.Charset = ANSI_CHARSET
  39.       Font.Color = clWindowText
  40.       Font.Height = -12
  41.       Font.Name = 'Tahoma'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.     end
  45.     object Label2: TLabel
  46.       Left = 32
  47.       Top = 64
  48.       Width = 314
  49.       Height = 13
  50.       Caption = 
  51.         'This wizard will restore your backup files which you created wit' +
  52.         'hin'
  53.     end
  54.     object Label3: TLabel
  55.       Left = 32
  56.       Top = 80
  57.       Width = 90
  58.       Height = 13
  59.       Caption = 'JVDE ICQ Backup !'
  60.     end
  61.     object Bevel1: TBevel
  62.       Left = 32
  63.       Top = 48
  64.       Width = 321
  65.       Height = 2
  66.     end
  67.     object Label4: TLabel
  68.       Left = 32
  69.       Top = 128
  70.       Width = 211
  71.       Height = 13
  72.       Caption = 'Please click on the '#39'Next'#39' button to proceed.'
  73.     end
  74.   end
  75.   object Button1: TButton
  76.     Left = 296
  77.     Top = 176
  78.     Width = 81
  79.     Height = 25
  80.     Caption = '&Next >'
  81.     TabOrder = 1
  82.     OnClick = Button1Click
  83.   end
  84.   object Button2: TButton
  85.     Left = 216
  86.     Top = 176
  87.     Width = 81
  88.     Height = 25
  89.     Caption = '< &Back'
  90.     Enabled = False
  91.     TabOrder = 2
  92.     OnClick = Button2Click
  93.   end
  94.   object Button3: TButton
  95.     Left = 392
  96.     Top = 176
  97.     Width = 73
  98.     Height = 25
  99.     Caption = '&Close'
  100.     TabOrder = 3
  101.     OnClick = Button3Click
  102.   end
  103.   object GroupBox2: TGroupBox
  104.     Left = 120
  105.     Top = 24
  106.     Width = 393
  107.     Height = 153
  108.     Caption = 'Select your backup file'
  109.     TabOrder = 4
  110.     Visible = False
  111.     object Label5: TLabel
  112.       Left = 208
  113.       Top = 24
  114.       Width = 141
  115.       Height = 13
  116.       Caption = 'Please select your backup file'
  117.     end
  118.     object DriveComboBox1: TDriveComboBox
  119.       Left = 16
  120.       Top = 40
  121.       Width = 145
  122.       Height = 19
  123.       DirList = DirectoryListBox1
  124.       TabOrder = 0
  125.     end
  126.     object DirectoryListBox1: TDirectoryListBox
  127.       Left = 16
  128.       Top = 64
  129.       Width = 185
  130.       Height = 73
  131.       FileList = FileListBox1
  132.       ItemHeight = 16
  133.       TabOrder = 1
  134.     end
  135.     object FileListBox1: TFileListBox
  136.       Left = 208
  137.       Top = 64
  138.       Width = 177
  139.       Height = 73
  140.       ItemHeight = 13
  141.       Mask = '*.zip'
  142.       TabOrder = 2
  143.       OnChange = FileListBox1Change
  144.       OnClick = FileListBox1Click
  145.     end
  146.   end
  147.   object StatusBar1: TStatusBar
  148.     Left = 0
  149.     Top = 202
  150.     Width = 501
  151.     Height = 19
  152.     Panels = <
  153.       item
  154.         Text = '<filename>'
  155.         Width = 50
  156.       end>
  157.     SimplePanel = False
  158.     SimpleText = 'test'
  159.   end
  160.   object GroupBox3: TGroupBox
  161.     Left = 120
  162.     Top = 24
  163.     Width = 393
  164.     Height = 153
  165.     Caption = 'Finish'
  166.     TabOrder = 6
  167.     Visible = False
  168.     object Label6: TLabel
  169.       Left = 24
  170.       Top = 32
  171.       Width = 145
  172.       Height = 13
  173.       Caption = 'Your backup will be copied to: '
  174.     end
  175.     object Label7: TLabel
  176.       Left = 176
  177.       Top = 32
  178.       Width = 67
  179.       Height = 13
  180.       Caption = '<filename>'
  181.       Font.Charset = ANSI_CHARSET
  182.       Font.Color = clWindowText
  183.       Font.Height = -11
  184.       Font.Name = 'Tahoma'
  185.       Font.Style = [fsBold]
  186.       ParentFont = False
  187.     end
  188.     object Label8: TLabel
  189.       Left = 24
  190.       Top = 64
  191.       Width = 331
  192.       Height = 13
  193.       Caption = 
  194.         '**Please note your ZIP file MUST be created by JVDE ICQ Backup.*' +
  195.         '*'
  196.     end
  197.     object Label9: TLabel
  198.       Left = 56
  199.       Top = 80
  200.       Width = 282
  201.       Height = 13
  202.       Caption = '**If not, no files will be restored to your ICQ Directory !**'
  203.     end
  204.     object Label10: TLabel
  205.       Left = 24
  206.       Top = 112
  207.       Width = 230
  208.       Height = 13
  209.       Caption = 'Please click on '#39'Restore'#39' to restore your backup.'
  210.     end
  211.   end
  212.   object ZipMaster1: TZipMaster
  213.     Verbose = False
  214.     Trace = False
  215.     AddCompLevel = 9
  216.     AddOptions = []
  217.     ExtrOptions = [ExtrOverWrite]
  218.     Unattended = False
  219.     SFXOverWriteMode = OvrConfirm
  220.     SFXCaption = 'Self-extracting Archive'
  221.     KeepFreeOnDisk1 = 0
  222.     Top = 168
  223.   end
  224. end
  225.