home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / SPLASHIN / SPLASH.dfm / SPLASH.txt < prev   
Text File  |  1998-02-10  |  1KB  |  54 lines

  1. object SplashForm: TSplashForm
  2.   Left = 354
  3.   Top = 265
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 100
  7.   ClientWidth = 293
  8.   Enabled = False
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Image1: TImage
  18.     Left = 16
  19.     Top = 16
  20.     Width = 33
  21.     Height = 33
  22.     Picture.Data = {<image000.ico>}
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 48
  27.     Width = 253
  28.     Height = 28
  29.     Caption = 'Splash Demonstration'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = -24
  33.     Font.Name = 'Arial'
  34.     Font.Style = [fsBold, fsItalic]
  35.     ParentFont = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 64
  39.     Top = 24
  40.     Width = 177
  41.     Height = 16
  42.     Caption = '∩┐╜ 1995, 1998 by Tom Swan'
  43.   end
  44.   object Bevel1: TBevel
  45.     Left = 0
  46.     Top = 0
  47.     Width = 293
  48.     Height = 100
  49.     Align = alClient
  50.     Shape = bsFrame
  51.     Style = bsRaised
  52.   end
  53. end
  54.