home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / sharewar / usrailro / RRMap.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-11-08  |  966b  |  48 lines

  1. object AboutBox: TAboutBox
  2.   Left = 369
  3.   Top = 227
  4.   BorderStyle = bsDialog
  5.   Caption = 'About U.S. Railroad Map'
  6.   ClientHeight = 439
  7.   ClientWidth = 632
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 8
  21.     Width = 640
  22.     Height = 386
  23.     AutoSize = True
  24.     Picture.Data = {<image000.jpg>}
  25.   end
  26.   object imgWebLink: TImage
  27.     Left = 210
  28.     Top = 272
  29.     Width = 223
  30.     Height = 26
  31.     Cursor = crHandPoint
  32.     Hint = 'Click here to visit RailwayStation.com'
  33.     AutoSize = True
  34.     ParentShowHint = False
  35.     Picture.Data = {<image001.jpg>}
  36.     ShowHint = True
  37.     OnClick = imgWebLinkClick
  38.   end
  39.   object BitBtn1: TBitBtn
  40.     Left = 272
  41.     Top = 400
  42.     Width = 97
  43.     Height = 33
  44.     TabOrder = 0
  45.     Kind = bkOK
  46.   end
  47. end
  48.