object frmSplash: TfrmSplash Left = 294 Top = 93 BorderIcons = [] BorderStyle = bsNone Caption = 'Splash' ClientHeight = 105 ClientWidth = 180 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow TextHeight = 16 object imgSplash: TImage Left = 0 Top = 0 Width = 169 Height = 93 AutoSize = True end end