object AboutBox: TAboutBox Left = 351 Top = 185 BorderStyle = bsDialog Caption = 'About Extended Search' ClientHeight = 228 ClientWidth = 334 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 64 Top = 16 Width = 119 Height = 16 Caption = 'Extended Search' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 64 Top = 35 Width = 130 Height = 13 Caption = '�1996-97 Mark G. Duncan' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Image1: TImage Left = 17 Top = 19 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object PaintBox1: TPaintBox Left = 64 Top = 56 Width = 257 Height = 137 OnPaint = PaintBox1Paint end object OKBtn: TButton Left = 248 Top = 200 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end end