object SplashScreen: TSplashScreen Left = 209 Top = 99 BorderIcons = [] BorderStyle = bsNone ClientHeight = 113 ClientWidth = 306 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter Visible = True TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 306 Height = 113 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered BorderWidth = 2 BorderStyle = bsSingle Color = clSilver TabOrder = 0 object Label1: TLabel Left = 61 Top = 19 Width = 221 Height = 32 Caption = 'Credit Card Math' Font.Color = clBlack Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 18 Top = 61 Width = 268 Height = 16 Caption = 'Copyright (c) 1994-1998 by Michael J. Riley' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 95 Top = 80 Width = 115 Height = 16 Caption = 'All rights reserved' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 21 Top = 17 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end end end