object AssociateForm: TAssociateForm Left = 324 Top = 199 BorderStyle = bsDialog Caption = 'EasyZip' ClientHeight = 122 ClientWidth = 341 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object AssociateInfo: TLabel Left = 8 Top = 8 Width = 249 Height = 81 AutoSize = False Caption = 'For full access to EasyZip'#39's shell interface, EasyZip must be pr' + 'operly asociated with Zip files. However, EasyZip is not current' + 'ly associated with Zip files.'#13#10#13#10#13#10'Associate EasyZip with Zip fi' + 'les now?' WordWrap = True end object YesButt: TCorelButton Left = 264 Top = 8 Width = 75 Height = 23 Caption = '&Yes' Default = True TabOrder = 1 OnClick = YesButtClick end object NoButt: TCorelButton Left = 264 Top = 40 Width = 75 Height = 23 Caption = '&No' TabOrder = 2 OnClick = NoButtClick end object CNeverDisplay: TCheckBox Left = 16 Top = 96 Width = 233 Height = 17 Caption = 'Never display this message' TabOrder = 0 end end