object AboutBox: TAboutBox Left = 198 Top = 181 BorderStyle = bsDialog Caption = 'About' ClientHeight = 213 ClientWidth = 298 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 16 Top = 16 Width = 64 Height = 64 Picture.Data = {} IsControl = True end object Product: TLabel Left = 96 Top = 42 Width = 169 Height = 31 Alignment = taCenter AutoSize = False Caption = 'BigDOC' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False IsControl = True end object Version: TLabel Left = 96 Top = 108 Width = 169 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Version' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False IsControl = True end object Copyright: TLabel Left = 1 Top = 134 Width = 278 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Copyright (c) 2000 Geo Massar, Sr.' IsControl = True end object Label1: TLabel Left = 96 Top = 14 Width = 162 Height = 19 Alignment = taCenter Caption = 'DDD Professional Guild' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentColor = False ParentFont = False end object Label2: TLabel Left = 96 Top = 80 Width = 169 Height = 19 Alignment = taCenter AutoSize = False Caption = 'for Piloteers' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end end object OKButton: TButton Left = 111 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end end