home *** CD-ROM | disk | FTP | other *** search
/ PC Computing Multimedia MegaPac / Multimedia_MegaPac_PC_Computing_D31N_Ziff-s_1999.iso / ZIP / ezzip2k.exe / _SETUP.1 / EZip.exe / 0 / RCDATA / TINSTALLFORM / TINSTALLFORM.txt < prev   
Text File  |  1999-06-03  |  2KB  |  62 lines

  1. object InstallForm: TInstallForm
  2.   Left = 309
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   Caption = 'EasyZip Automatic Package Installation'
  6.   ClientHeight = 167
  7.   ClientWidth = 303
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object InstallInfo: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 279
  20.     Height = 104
  21.     Caption = 
  22.       'Because this archive has SETUP.EXE '#13#10'or INSTALL.EXE  in  central' +
  23.       '  directory, '#13#10'EasyZip can  automatically unpack the '#13#10'archive a' +
  24.       'nd  start the installation...'#13#10#13#10#13#10'Click on [Install] to procede' +
  25.       ' to installation or click [Open] to simply open the archive.'
  26.     WordWrap = True
  27.   end
  28.   object LogoImage: TImage
  29.     Left = 216
  30.     Top = 16
  31.     Width = 72
  32.     Height = 54
  33.     Hint = 
  34.       'This is EasyZip logo picture.'#13#10'So if you want you can put it on ' +
  35.       'your web page'#13#10'an link it to http://members.xoom.com/ipsoft'#13#10'The' +
  36.       'n call me back at ivanpetrov@hotmail.com'#13#10'and tell me your web p' +
  37.       'age so i can put link to your'#13#10'page...'
  38.     AutoSize = True
  39.     Picture.Data = {<image000.bmp>}
  40.     OnClick = LogoImageClick
  41.   end
  42.   object InstallButt: TCorelButton
  43.     Left = 64
  44.     Top = 128
  45.     Width = 75
  46.     Height = 23
  47.     Caption = '&Install'
  48.     Default = True
  49.     TabOrder = 0
  50.     OnClick = InstallButtClick
  51.   end
  52.   object OpenButt: TCorelButton
  53.     Left = 160
  54.     Top = 128
  55.     Width = 75
  56.     Height = 23
  57.     Caption = '&Open'
  58.     TabOrder = 1
  59.     OnClick = OpenButtClick
  60.   end
  61. end
  62.