object DefaultAbout: TDefaultAbout Left = 126 Top = 102 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About' ClientHeight = 158 ClientWidth = 411 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel3: TPanel Left = 0 Top = 138 Width = 411 Height = 20 Align = alBottom BevelOuter = bvNone Color = clActiveCaption Font.Charset = DEFAULT_CHARSET Font.Color = clSilver Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 object CopyrightNotice: TLabel Left = 0 Top = 4 Width = 411 Height = 16 Align = alBottom Alignment = taCenter AutoSize = False Caption = '(C) Copyright 1999,2000, Chicago Map Corporation' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnMouseDown = CopyrightNoticeMouseDown end end object Panel4: TPanel Left = 0 Top = 0 Width = 411 Height = 138 Align = alClient BevelOuter = bvNone BorderWidth = 2 TabOrder = 1 object Panel2: TPanel Left = 2 Top = 2 Width = 234 Height = 134 Align = alClient BorderWidth = 4 TabOrder = 0 object Image1: TImage Left = 5 Top = 5 Width = 224 Height = 124 Align = alClient end end object Panel1: TPanel Left = 236 Top = 2 Width = 173 Height = 134 Align = alRight BorderWidth = 4 TabOrder = 1 object ocn: TLabel Left = 5 Top = 5 Width = 163 Height = 23 Align = alTop Alignment = taCenter AutoSize = False Caption = 'MapPro40.OCX' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object OLn: TLabel Left = 5 Top = 28 Width = 163 Height = 16 Align = alTop Alignment = taCenter AutoSize = False Caption = 'Precision Mapping Control' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object vn1: TLabel Left = 5 Top = 44 Width = 163 Height = 18 Align = alTop Alignment = taCenter AutoSize = False Caption = '4.0' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lb1: TLabel Left = 17 Top = 64 Width = 61 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Created:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 92 Top = 64 Width = 46 Height = 13 Caption = '08/08/00' end object OK: TButton Left = 4 Top = 108 Width = 165 Height = 21 Caption = 'OK' ModalResult = 1 TabOrder = 0 end end end end