object About: TAbout Left = 201 Top = 190 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About Launch98' ClientHeight = 133 ClientWidth = 350 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 72 Top = 8 Width = 103 Height = 13 Caption = 'Magicware Launch98' end object Label2: TLabel Left = 72 Top = 24 Width = 93 Height = 13 Caption = 'Version 1.0 BETA 2' end object Label3: TLabel Left = 8 Top = 48 Width = 121 Height = 13 Caption = '(c) 1997-1998 Magicware' end object Label4: TLabel Left = 8 Top = 72 Width = 42 Height = 13 Caption = 'Internet :' end object Label5: TLabel Left = 8 Top = 112 Width = 30 Height = 13 Caption = 'email :' end object LinkLabel1: TLinkLabel Left = 56 Top = 72 Width = 198 Height = 13 Cursor = 1 Caption = 'http://screensavergallery.com/magicware' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] LinkTo = 'http://screensavergallery.com/magicware' end object LinkLabel2: TLinkLabel Left = 56 Top = 112 Width = 166 Height = 13 Cursor = 1 Caption = 'launch98@screensavergallery.com' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] LinkTo = 'mailto:launch98@screensavergallery.com' end object Image1: TImage Left = 8 Top = 8 Width = 41 Height = 33 Picture.Data = {} end object Label6: TLabel Left = 8 Top = 96 Width = 135 Height = 13 Caption = 'Comments and suggestions :' end object Button1: TButton Left = 264 Top = 104 Width = 81 Height = 25 Cancel = True Caption = '&Ok' Default = True TabOrder = 0 OnClick = Button1Click end end