object AboutBox: TAboutBox Left = 238 Top = 104 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About' ClientHeight = 213 ClientWidth = 305 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 8 Top = 8 Width = 289 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 24 Top = 24 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 88 Top = 24 Width = 101 Height = 24 Caption = 'Font Show' Font.Color = clRed Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 120 Top = 48 Width = 100 Height = 16 Caption = 'Win95 Version' Font.Color = clRed Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 21 Top = 91 Width = 249 Height = 13 Caption = 'Copyright 1996 by Window Wizard Software' Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Comments: TLabel Left = 83 Top = 66 Width = 158 Height = 26 Caption = 'A Freeware Font Viewer' Font.Color = clBlue Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True IsControl = True end object Label1: TLabel Left = 64 Top = 107 Width = 153 Height = 13 Caption = 'Edmond, Oklahoma 73034' Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 54 Top = 123 Width = 167 Height = 13 Caption = 'EMAIL: wizard@telepath.com' Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end object OKButton: TBitBtn Left = 111 Top = 178 Width = 77 Height = 27 Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = OKButtonClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end end