home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #8 / K-CD_2002-08.iso / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Text File  |  2002-01-25  |  706b  |  34 lines

  1. object SplashForm: TSplashForm
  2.   Left = 334
  3.   Top = 184
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   ClientHeight = 25
  7.   ClientWidth = 417
  8.   Color = clRed
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWhite
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object MessageLabel: TLabel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 417
  22.     Height = 25
  23.     Align = alClient
  24.     Alignment = taCenter
  25.     Caption = 'Message'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWhite
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33. end
  34.