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

  1. object dlgSplash: TdlgSplash
  2.   Left = 311
  3.   Top = 166
  4.   BorderStyle = bsNone
  5.   Caption = 'US Railroad Map'
  6.   ClientHeight = 387
  7.   ClientWidth = 640
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 640
  23.     Height = 386
  24.     Cursor = crHourGlass
  25.     Hint = 'Loading - Please Wait'
  26.     AutoSize = True
  27.     ParentShowHint = False
  28.     Picture.Data = {<image000.jpg>}
  29.     ShowHint = True
  30.   end
  31.   object lblDemo1: TLabel
  32.     Left = 72
  33.     Top = 240
  34.     Width = 121
  35.     Height = 57
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = 'Demo Version'
  39.     Font.Charset = ANSI_CHARSET
  40.     Font.Color = clRed
  41.     Font.Height = -21
  42.     Font.Name = 'Arial'
  43.     Font.Style = [fsBold, fsUnderline]
  44.     ParentFont = False
  45.     Transparent = True
  46.     Visible = False
  47.     WordWrap = True
  48.   end
  49. end
  50.