home *** CD-ROM | disk | FTP | other *** search
- object frmAss: TfrmAss
- Left = 282
- Top = 108
- BorderStyle = bsDialog
- Caption = 'UltimateZip'
- ClientHeight = 104
- ClientWidth = 368
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 273
- Height = 41
- AutoSize = False
- Caption =
- 'For full access to UltimateZip'#39's shell interface, UltimateZip mu' +
- 'st be properly associated with "Archive files". UltimateZip is n' +
- 'ot currently associated with "Archive files"'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 223
- Height = 13
- Caption = 'Associate UltimateZip with "Archive files" now?'
- end
- object btnYes: TButton
- Left = 288
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Yes'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = btnYesClick
- end
- object btnNo: TButton
- Left = 288
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&No'
- ModalResult = 2
- TabOrder = 1
- OnClick = btnNoClick
- end
- object cbNever: TCheckBox
- Left = 8
- Top = 80
- Width = 177
- Height = 17
- Caption = 'Never display this message'
- TabOrder = 3
- end
- object btnHelp: TButton
- Left = 288
- Top = 72
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 2
- OnClick = btnHelpClick
- end
- object RegArc: TRegArchive
- ActivateOnStartup = False
- ExtDescription = 'UltimateZip'
- FileDescription = 'UltimateZip File'
- ParamString = '%1'
- IconIndex = 0
- ArcExtensions.Strings = (
- '.ace'
- '.arc'
- '.arj'
- '.bh'
- '.cab'
- '.enc'
- '.gz'
- '.ha'
- '.jar'
- '.lha'
- '.lzh'
- '.pak'
- '.pk3'
- '.pk_'
- '.rar'
- '.tar'
- '.tgz'
- '.uu'
- '.uue'
- '.uzb'
- '.uze'
- '.xxe'
- '.z'
- '.zip'
- '.zoo')
- OnAssociation = RegArcAssociation
- Left = 208
- Top = 72
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 240
- Top = 72
- end
- end
-