home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 June / Freesoft_1997-06_cd.bin / nerecenz / programmers / SSW / SSW.EXE / 0 / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt
Text File  |  1997-05-06  |  2KB  |  92 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 374
  3.   Top = 251
  4.   BorderStyle = bsNone
  5.   Caption = 'SplashScreen'
  6.   ClientHeight = 254
  7.   ClientWidth = 441
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 441
  20.     Height = 254
  21.     Align = alClient
  22.     BevelWidth = 3
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 46
  26.       Top = 50
  27.       Width = 360
  28.       Height = 32
  29.       Caption = 'SQLScriptWriter Version 1.3'
  30.       Font.Color = clBlack
  31.       Font.Height = -27
  32.       Font.Name = 'Arial'
  33.       Font.Style = [fsBold, fsItalic]
  34.       ParentFont = False
  35.     end
  36.     object Label2: TLabel
  37.       Left = 43
  38.       Top = 48
  39.       Width = 360
  40.       Height = 32
  41.       Caption = 'SQLScriptWriter Version 1.3'
  42.       Color = clGreen
  43.       Font.Color = clYellow
  44.       Font.Height = -27
  45.       Font.Name = 'Arial'
  46.       Font.Style = [fsBold, fsItalic]
  47.       ParentColor = False
  48.       ParentFont = False
  49.       Transparent = True
  50.     end
  51.     object Label3: TLabel
  52.       Left = 24
  53.       Top = 16
  54.       Width = 93
  55.       Height = 18
  56.       Caption = 'Welcome To'
  57.       Font.Color = clBlack
  58.       Font.Height = -16
  59.       Font.Name = 'Arial'
  60.       Font.Style = [fsBold, fsItalic]
  61.       ParentFont = False
  62.     end
  63.     object Memo1: TMemo
  64.       Left = 16
  65.       Top = 96
  66.       Width = 409
  67.       Height = 137
  68.       Font.Color = clBlack
  69.       Font.Height = -16
  70.       Font.Name = 'Arial'
  71.       Font.Style = [fsBold]
  72.       Lines.Strings = (
  73.         'SQLScriptWriter is shareware. You may use an '
  74.         'unregistered copy for a trial period of 28 days, '
  75.         'but you should then register. For details of '
  76.         'how to register, please consult the on-line help.'
  77.         ''
  78.         'Copyright ∩┐╜ 1997 Neil Butterworth')
  79.       ParentColor = True
  80.       ParentFont = False
  81.       ReadOnly = True
  82.       TabOrder = 0
  83.     end
  84.   end
  85.   object Timer1: TTimer
  86.     Interval = 7000
  87.     OnTimer = Timer1Timer
  88.     Left = 304
  89.     Top = 16
  90.   end
  91. end
  92.