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 / TASSOCIATEFORM / TASSOCIATEFORM.txt
Text File  |  1999-06-03  |  1KB  |  57 lines

  1. object AssociateForm: TAssociateForm
  2.   Left = 324
  3.   Top = 199
  4.   BorderStyle = bsDialog
  5.   Caption = 'EasyZip'
  6.   ClientHeight = 122
  7.   ClientWidth = 341
  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 AssociateInfo: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 249
  20.     Height = 81
  21.     AutoSize = False
  22.     Caption = 
  23.       'For full access to EasyZip'#39's shell interface, EasyZip must be pr' +
  24.       'operly asociated with Zip files. However, EasyZip is not current' +
  25.       'ly associated with Zip files.'#13#10#13#10#13#10'Associate EasyZip with Zip fi' +
  26.       'les now?'
  27.     WordWrap = True
  28.   end
  29.   object YesButt: TCorelButton
  30.     Left = 264
  31.     Top = 8
  32.     Width = 75
  33.     Height = 23
  34.     Caption = '&Yes'
  35.     Default = True
  36.     TabOrder = 1
  37.     OnClick = YesButtClick
  38.   end
  39.   object NoButt: TCorelButton
  40.     Left = 264
  41.     Top = 40
  42.     Width = 75
  43.     Height = 23
  44.     Caption = '&No'
  45.     TabOrder = 2
  46.     OnClick = NoButtClick
  47.   end
  48.   object CNeverDisplay: TCheckBox
  49.     Left = 16
  50.     Top = 96
  51.     Width = 233
  52.     Height = 17
  53.     Caption = 'Never display this message'
  54.     TabOrder = 0
  55.   end
  56. end
  57.