object fmAboutBox: TfmAboutBox Left = 184 Top = 104 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About Clarion' ClientHeight = 354 ClientWidth = 495 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 3 Top = 3 Width = 489 Height = 348 BevelInner = bvRaised Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 object ProgramIcon: TImage Left = 14 Top = 22 Width = 47 Height = 39 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 84 Top = 24 Width = 62 Height = 25 Caption = 'Clarion' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -20 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Label1: TLabel Left = 84 Top = 76 Width = 331 Height = 20 Caption = 'Copyright 1997 Luu Tran. All rights reserved.' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -17 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 84 Top = 220 Width = 37 Height = 16 Caption = 'e-mail' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 84 Top = 256 Width = 25 Height = 16 Caption = 'web' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 84 Top = 112 Width = 345 Height = 16 AutoSize = False Caption = 'Sample MIDI files Copyright 1996 Yamaha Corporation' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 84 Top = 140 Width = 207 Height = 16 Caption = 'Help file created by Jacques Serre' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Bevel1: TBevel Left = 84 Top = 184 Width = 381 Height = 5 end object Bevel2: TBevel Left = 69 Top = 19 Width = 5 Height = 310 end object lbEmail: TEdit Left = 128 Top = 216 Width = 201 Height = 24 Hint = 'Double click to launch mailer' Color = clBtnFace Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False ParentShowHint = False ReadOnly = True ShowHint = True TabOrder = 1 Text = 'mailto:luutran@geocities.com' OnDblClick = lbEmailDblClick end object lbWeb: TEdit Left = 128 Top = 252 Width = 341 Height = 24 Hint = 'Double click to launch browser' Color = clBtnFace Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False ParentShowHint = False ReadOnly = True ShowHint = True TabOrder = 2 Text = 'http://www.geocities.com/SiliconValley/Heights/9860/' OnDblClick = lbWebDblClick end object OKButton: TButton Left = 396 Top = 304 Width = 73 Height = 29 Caption = 'OK' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = OKButtonClick end end end