home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / SPLASH.DFM / SPLASH.txt
Text File  |  1997-02-17  |  2KB  |  86 lines

  1. object SplashForm: TSplashForm
  2.   Left = 325
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 195
  7.   ClientWidth = 203
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Panel: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 203
  21.     Height = 195
  22.     Align = alClient
  23.     BevelWidth = 2
  24.     BorderStyle = bsSingle
  25.     Color = clTeal
  26.     TabOrder = 0
  27.     object Bevel1: TBevel
  28.       Left = 8
  29.       Top = 8
  30.       Width = 185
  31.       Height = 177
  32.       ParentShowHint = False
  33.       Shape = bsFrame
  34.       ShowHint = False
  35.     end
  36.     object Image: TImage
  37.       Left = 52
  38.       Top = 58
  39.       Width = 100
  40.       Height = 80
  41.       AutoSize = True
  42.     end
  43.     object Label1: TLabel
  44.       Left = 38
  45.       Top = 16
  46.       Width = 124
  47.       Height = 43
  48.       Caption = 'Calmira'
  49.       Color = clTeal
  50.       Font.Color = clNavy
  51.       Font.Height = -37
  52.       Font.Name = 'Times New Roman'
  53.       Font.Style = [fsItalic]
  54.       ParentColor = False
  55.       ParentFont = False
  56.       Transparent = True
  57.     end
  58.     object VersionLabel: TLabel
  59.       Left = 46
  60.       Top = 142
  61.       Width = 113
  62.       Height = 13
  63.       Caption = 'Source Release 1.0'
  64.       Font.Color = clBlack
  65.       Font.Height = -11
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = [fsBold]
  68.       ParentFont = False
  69.       Transparent = True
  70.     end
  71.     object Label3: TLabel
  72.       Left = 22
  73.       Top = 158
  74.       Width = 153
  75.       Height = 13
  76.       Caption = 'Copyright ∩┐╜ 1997 Li-Hsin Huang'
  77.       Font.Color = clBlack
  78.       Font.Height = -11
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       Transparent = True
  83.     end
  84.   end
  85. end
  86.