home *** CD-ROM | disk | FTP | other *** search
/ Trailer Life - RV Campground Finder 2001 / BIN+CUE.zip / TLUSAMAPS.bin / MAPPRO40.OC_ / MAPPRO40.OC / 0 / RCDATA / TDEFAULTABOUT / TDEFAULTABOUT.txt
Text File  |  2000-08-09  |  4KB  |  166 lines

  1. object DefaultAbout: TDefaultAbout
  2.   Left = 126
  3.   Top = 102
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 158
  8.   ClientWidth = 411
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel3: TPanel
  19.     Left = 0
  20.     Top = 138
  21.     Width = 411
  22.     Height = 20
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     Color = clActiveCaption
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clSilver
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object CopyrightNotice: TLabel
  34.       Left = 0
  35.       Top = 4
  36.       Width = 411
  37.       Height = 16
  38.       Align = alBottom
  39.       Alignment = taCenter
  40.       AutoSize = False
  41.       Caption = '(C) Copyright 1999,2000, Chicago Map Corporation'
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clWhite
  44.       Font.Height = -11
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.       OnMouseDown = CopyrightNoticeMouseDown
  49.     end
  50.   end
  51.   object Panel4: TPanel
  52.     Left = 0
  53.     Top = 0
  54.     Width = 411
  55.     Height = 138
  56.     Align = alClient
  57.     BevelOuter = bvNone
  58.     BorderWidth = 2
  59.     TabOrder = 1
  60.     object Panel2: TPanel
  61.       Left = 2
  62.       Top = 2
  63.       Width = 234
  64.       Height = 134
  65.       Align = alClient
  66.       BorderWidth = 4
  67.       TabOrder = 0
  68.       object Image1: TImage
  69.         Left = 5
  70.         Top = 5
  71.         Width = 224
  72.         Height = 124
  73.         Align = alClient
  74.       end
  75.     end
  76.     object Panel1: TPanel
  77.       Left = 236
  78.       Top = 2
  79.       Width = 173
  80.       Height = 134
  81.       Align = alRight
  82.       BorderWidth = 4
  83.       TabOrder = 1
  84.       object ocn: TLabel
  85.         Left = 5
  86.         Top = 5
  87.         Width = 163
  88.         Height = 23
  89.         Align = alTop
  90.         Alignment = taCenter
  91.         AutoSize = False
  92.         Caption = 'MapPro40.OCX'
  93.         Font.Charset = DEFAULT_CHARSET
  94.         Font.Color = clBlack
  95.         Font.Height = -19
  96.         Font.Name = 'Arial'
  97.         Font.Style = [fsBold]
  98.         ParentFont = False
  99.       end
  100.       object OLn: TLabel
  101.         Left = 5
  102.         Top = 28
  103.         Width = 163
  104.         Height = 16
  105.         Align = alTop
  106.         Alignment = taCenter
  107.         AutoSize = False
  108.         Caption = 'Precision Mapping Control'
  109.         Font.Charset = DEFAULT_CHARSET
  110.         Font.Color = clBlack
  111.         Font.Height = -11
  112.         Font.Name = 'MS Sans Serif'
  113.         Font.Style = [fsBold]
  114.         ParentFont = False
  115.       end
  116.       object vn1: TLabel
  117.         Left = 5
  118.         Top = 44
  119.         Width = 163
  120.         Height = 18
  121.         Align = alTop
  122.         Alignment = taCenter
  123.         AutoSize = False
  124.         Caption = '4.0'
  125.         Font.Charset = DEFAULT_CHARSET
  126.         Font.Color = clBlack
  127.         Font.Height = -11
  128.         Font.Name = 'MS Sans Serif'
  129.         Font.Style = []
  130.         ParentFont = False
  131.       end
  132.       object lb1: TLabel
  133.         Left = 17
  134.         Top = 64
  135.         Width = 61
  136.         Height = 13
  137.         Alignment = taRightJustify
  138.         AutoSize = False
  139.         Caption = 'Created:'
  140.         Font.Charset = DEFAULT_CHARSET
  141.         Font.Color = clBlack
  142.         Font.Height = -11
  143.         Font.Name = 'MS Sans Serif'
  144.         Font.Style = []
  145.         ParentFont = False
  146.       end
  147.       object Label1: TLabel
  148.         Left = 92
  149.         Top = 64
  150.         Width = 46
  151.         Height = 13
  152.         Caption = '08/08/00'
  153.       end
  154.       object OK: TButton
  155.         Left = 4
  156.         Top = 108
  157.         Width = 165
  158.         Height = 21
  159.         Caption = 'OK'
  160.         ModalResult = 1
  161.         TabOrder = 0
  162.       end
  163.     end
  164.   end
  165. end
  166.