home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMASS / TFRMASS.txt
Encoding:
Text File  |  2002-05-23  |  2.2 KB  |  119 lines

  1. object frmAss: TfrmAss
  2.   Left = 282
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'UltimateZip'
  6.   ClientHeight = 104
  7.   ClientWidth = 368
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 273
  23.     Height = 41
  24.     AutoSize = False
  25.     Caption = 
  26.       'For full access to UltimateZip'#39's shell interface, UltimateZip mu' +
  27.       'st be properly associated with "Archive files". UltimateZip is n' +
  28.       'ot currently associated with "Archive files"'
  29.     WordWrap = True
  30.   end
  31.   object Label2: TLabel
  32.     Left = 8
  33.     Top = 56
  34.     Width = 223
  35.     Height = 13
  36.     Caption = 'Associate UltimateZip with "Archive files" now?'
  37.   end
  38.   object btnYes: TButton
  39.     Left = 288
  40.     Top = 8
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Yes'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 0
  47.     OnClick = btnYesClick
  48.   end
  49.   object btnNo: TButton
  50.     Left = 288
  51.     Top = 40
  52.     Width = 75
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = '&No'
  56.     ModalResult = 2
  57.     TabOrder = 1
  58.     OnClick = btnNoClick
  59.   end
  60.   object cbNever: TCheckBox
  61.     Left = 8
  62.     Top = 80
  63.     Width = 177
  64.     Height = 17
  65.     Caption = 'Never display this message'
  66.     TabOrder = 3
  67.   end
  68.   object btnHelp: TButton
  69.     Left = 288
  70.     Top = 72
  71.     Width = 75
  72.     Height = 25
  73.     Caption = '&Help'
  74.     TabOrder = 2
  75.     OnClick = btnHelpClick
  76.   end
  77.   object RegArc: TRegArchive
  78.     ActivateOnStartup = False
  79.     ExtDescription = 'UltimateZip'
  80.     FileDescription = 'UltimateZip File'
  81.     ParamString = '%1'
  82.     IconIndex = 0
  83.     ArcExtensions.Strings = (
  84.       '.ace'
  85.       '.arc'
  86.       '.arj'
  87.       '.bh'
  88.       '.cab'
  89.       '.enc'
  90.       '.gz'
  91.       '.ha'
  92.       '.jar'
  93.       '.lha'
  94.       '.lzh'
  95.       '.pak'
  96.       '.pk3'
  97.       '.pk_'
  98.       '.rar'
  99.       '.tar'
  100.       '.tgz'
  101.       '.uu'
  102.       '.uue'
  103.       '.uzb'
  104.       '.uze'
  105.       '.xxe'
  106.       '.z'
  107.       '.zip'
  108.       '.zoo')
  109.     OnAssociation = RegArcAssociation
  110.     Left = 208
  111.     Top = 72
  112.   end
  113.   object FormCenter1: TFormCenter
  114.     Center = True
  115.     Left = 240
  116.     Top = 72
  117.   end
  118. end
  119.