object SplashForm: TSplashForm
  Left = 395
  Top = 218
  BorderIcons = []
  BorderStyle = bsNone
  ClientHeight = 133
  ClientWidth = 304
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  PixelsPerInch = 96
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  TextHeight = 13
  object Panel: TPanel
    Left = 0
    Top = 0
    Width = 304
    Height = 133
    Align = alClient
    BevelOuter = bvNone
    BorderWidth = 1
    BorderStyle = bsSingle
    Color = clWhite
    TabOrder = 0
    object AppLogo: TImage
      Left = 16
      Top = 16
      Width = 64
      Height = 64
    end
    object VersionLabel: TLabel
      Left = 96
      Top = 64
      Width = 113
      Height = 13
      Caption = 'Online! Release 3.3'
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Copy1Label: TLabel
      Left = 96
      Top = 80
      Width = 133
      Height = 13
      Caption = ' 1997-1998 Li-Hsin Huang'
    end
    object Copy2Label: TLabel
      Left = 96
      Top = 96
      Width = 136
      Height = 13
      Caption = ' 1998-2002 Calmira Online!'
    end
    object AppTitle: TImage
      Left = 96
      Top = 16
      Width = 192
      Height = 36
    end
  end
end
