object AboutBox: TAboutBox Left = 267 Top = 117 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About' ClientHeight = 213 ClientWidth = 308 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 291 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 80 Height = 70 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 106 Top = 16 Width = 175 Height = 16 Caption = 'Memo PLUS Template Editor' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Version: TLabel Left = 106 Top = 40 Width = 73 Height = 16 Caption = 'Version 1.01' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Copyright: TLabel Left = 8 Top = 96 Width = 91 Height = 16 Caption = 'Copyright 1998 ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object UrlLabel1: TUrlLabel Left = 105 Top = 96 Width = 126 Height = 16 Cursor = 5 Caption = 'Hands High Software' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False PopupMenu = UrlLabel1. URL = 'http://www.handshigh.com/index.html' end end object OKButton: TButton Left = 116 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end