object Form5: TForm5 Left = 276 Top = 174 BorderStyle = bsSingle Caption = 'About' ClientHeight = 235 ClientWidth = 413 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Icon.Data = {} Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Bevel1: TBevel Left = 200 Top = 8 Width = 209 Height = 193 end object Panel1: TPanel Left = 8 Top = 8 Width = 185 Height = 193 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Image1: TImage Left = 5 Top = 8 Width = 32 Height = 32 AutoSize = True Stretch = True end object ProductName: TLabel Left = 40 Top = 8 Width = 5 Height = 24 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -21 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False IsControl = True end object Version: TLabel Left = 43 Top = 48 Width = 126 Height = 13 Caption = 'Version: 1.0 (11/4-98)' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 45 Top = 64 Width = 96 Height = 13 Caption = 'Copyright 19�98' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Comments: TLabel Left = 8 Top = 80 Width = 53 Height = 13 Caption = 'Made by:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True IsControl = True end object Label3: TLabel Left = 6 Top = 144 Width = 76 Height = 14 Caption = 'Tom Heine N�tt' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False end object Image2: TImage Left = 6 Top = 93 Width = 154 Height = 52 Picture.Data = {} Stretch = True end object Label1: TLabel Left = 8 Top = 160 Width = 153 Height = 15 Cursor = crHandPoint Hint = 'Click here to launch the page in your browser...' Caption = 'http://home.sol.no/~natt/ncs' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [fsUnderline] ParentFont = False ParentShowHint = False ShowHint = True OnClick = Label1Click end object Label2: TLabel Left = 8 Top = 176 Width = 83 Height = 15 Cursor = crHandPoint Hint = 'Click here to make a mail to me in your e-mail app...' Caption = 'natt@online.no' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [fsUnderline] ParentFont = False ParentShowHint = False ShowHint = True OnClick = Label2Click end end object BitBtn1: TBitBtn Left = 320 Top = 208 Width = 89 Height = 25 TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end object Memo1: TMemo Left = 208 Top = 16 Width = 193 Height = 177 Color = clSilver Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Times New Roman' Font.Style = [] Lines.Strings = ( 'NoticeManager is a thanksware. ' 'That means if you are going to ' 'use it, you have to write a letter ' 'to the developer, and say what ' 'you think about it, and any ideas ' 'to the next version. ' 'Write to:' ' ' 'Tom Heine N�tt' 'Kalakroken 21' '1739 Borgenhaugen' 'Norway' '(natt@online.no)' '') ParentFont = False ScrollBars = ssVertical TabOrder = 2 end end