object SplashForm: TSplashForm Left = 325 Top = 167 BorderIcons = [] BorderStyle = bsNone ClientHeight = 195 ClientWidth = 203 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object Panel: TPanel Left = 0 Top = 0 Width = 203 Height = 195 Align = alClient BevelWidth = 2 BorderStyle = bsSingle Color = clTeal TabOrder = 0 object Bevel1: TBevel Left = 8 Top = 8 Width = 185 Height = 177 ParentShowHint = False Shape = bsFrame ShowHint = False end object Image: TImage Left = 52 Top = 58 Width = 100 Height = 80 AutoSize = True end object Label1: TLabel Left = 38 Top = 16 Width = 124 Height = 43 Caption = 'Calmira' Color = clTeal Font.Color = clNavy Font.Height = -37 Font.Name = 'Times New Roman' Font.Style = [fsItalic] ParentColor = False ParentFont = False Transparent = True end object VersionLabel: TLabel Left = 46 Top = 142 Width = 113 Height = 13 Caption = 'Source Release 1.0' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label3: TLabel Left = 22 Top = 158 Width = 153 Height = 13 Caption = 'Copyright � 1997 Li-Hsin Huang' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end end end