object dlgSplash: TdlgSplash Left = 311 Top = 166 BorderStyle = bsNone Caption = 'US Railroad Map' ClientHeight = 387 ClientWidth = 640 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 640 Height = 386 Cursor = crHourGlass Hint = 'Loading - Please Wait' AutoSize = True ParentShowHint = False Picture.Data = {} ShowHint = True end object lblDemo1: TLabel Left = 72 Top = 240 Width = 121 Height = 57 Alignment = taCenter AutoSize = False Caption = 'Demo Version' Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -21 Font.Name = 'Arial' Font.Style = [fsBold, fsUnderline] ParentFont = False Transparent = True Visible = False WordWrap = True end end