object AboutForm: TAboutForm Left = 249 Top = 153 BorderStyle = bsDialog Caption = 'About EasyZip' ClientHeight = 297 ClientWidth = 408 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Logo: TImage Left = 8 Top = 8 Width = 297 Height = 68 AutoSize = True Picture.Data = {} end object LogoBevel: TBevel Left = 8 Top = 8 Width = 297 Height = 69 Shape = bsFrame end object ContactL: TLabel Left = 24 Top = 240 Width = 265 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Contact points are' OnMouseMove = ContactLMouseMove end object WebL: TLabel Left = 24 Top = 256 Width = 265 Height = 13 Alignment = taCenter AutoSize = False Caption = 'http://members.xoom.com/ipsoft' OnClick = WebLClick OnMouseMove = WebLMouseMove end object EmailL: TLabel Left = 24 Top = 272 Width = 265 Height = 13 Alignment = taCenter AutoSize = False Caption = 'E-mail: ivanpetrov@hotmail.com' OnClick = EmailLClick OnMouseMove = EmailLMouseMove end object LeftL: TLabel Left = 0 Top = 240 Width = 25 Height = 41 AutoSize = False OnMouseMove = LeftLMouseMove end object RightL: TLabel Left = 296 Top = 240 Width = 17 Height = 49 AutoSize = False OnMouseMove = RightLMouseMove end object DownL: TLabel Left = 8 Top = 288 Width = 297 Height = 9 AutoSize = False OnMouseMove = DownLMouseMove end object VersionL: TRxLabel Left = 8 Top = 80 Width = 297 Height = 13 Alignment = taCenter AutoSize = False Caption = 'EasyZip 2000 v3.0 (06/05/1999)' Transparent = True WordWrap = True end object CopyrightInfo: TGroupBox Left = 8 Top = 104 Width = 297 Height = 81 Caption = ' Copyright information ' TabOrder = 0 object CopyrightInfoL: TRxLabel Left = 16 Top = 16 Width = 255 Height = 52 Caption = '� 1998,1999 by Ivan Petrovic'#13#10'UnZipDLL v1.6 and ZipDLL v1.6 � by' + ' Eric W. Engler'#13#10'UnRarDLL v2.0 � by Eugene Roshal'#13#10'See help for ' + 'details...' end object TRxLabel Left = 8 Top = 56 Width = 5 Height = 13 end end object RegInfo: TGroupBox Left = 8 Top = 192 Width = 297 Height = 41 Caption = ' Registration information ' TabOrder = 1 object SerialNumberL: TRxLabel Left = 8 Top = 17 Width = 193 Height = 13 Caption = 'Freeware - Totally FREE for any purpose' end end object AcknowledgmentsButt: TCorelButton Left = 312 Top = 192 Width = 89 Height = 23 Caption = '&Acknowledgments' TabOrder = 3 OnClick = AcknowledgmentsButtClick end object OKButt: TCorelButton Left = 312 Top = 8 Width = 89 Height = 23 Caption = 'OK' Default = True TabOrder = 2 OnClick = OKButtClick end object FAQButt: TCorelButton Left = 312 Top = 224 Width = 89 Height = 23 Caption = '&FAQs' TabOrder = 4 OnClick = FAQButtClick end object WebSiteButt: TCorelButton Left = 312 Top = 256 Width = 89 Height = 23 Caption = '&Web Site' TabOrder = 5 OnClick = WebSiteButtClick end end