home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / Software / GuideBu / gb10.exe / GUIDEBUILDER.EXE / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  1999-07-07  |  2.0 KB  |  96 lines

  1. object SplashForm: TSplashForm
  2.   Left = 214
  3.   Top = 147
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'SplashForm'
  7.   ClientHeight = 242
  8.   ClientWidth = 395
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 395
  21.     Height = 242
  22.     Align = alClient
  23.     Enabled = False
  24.     TabOrder = 0
  25.     object SplashImage: TImage
  26.       Left = 1
  27.       Top = 1
  28.       Width = 393
  29.       Height = 240
  30.       Align = alClient
  31.       AutoSize = True
  32.       Picture.Data = {<image000.bmp>}
  33.     end
  34.     object Label1: TLabel
  35.       Left = 4
  36.       Top = 96
  37.       Width = 75
  38.       Height = 13
  39.       Caption = 'Licensed To:'
  40.       Color = clWhite
  41.       Font.Charset = DEFAULT_CHARSET
  42.       Font.Color = clWindowText
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsBold]
  46.       ParentColor = False
  47.       ParentFont = False
  48.     end
  49.     object Label3: TLabel
  50.       Left = 168
  51.       Top = 226
  52.       Width = 224
  53.       Height = 13
  54.       Caption = 'Copyright 1999 A.G. Internet Development, Inc.'
  55.       Color = clWhite
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clWindowText
  58.       Font.Height = -9
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ParentColor = False
  62.       ParentFont = False
  63.     end
  64.     object licenseName: TLabel
  65.       Left = 4
  66.       Top = 111
  67.       Width = 3
  68.       Height = 13
  69.       Color = clWhite
  70.       ParentColor = False
  71.     end
  72.     object licenseOrg: TLabel
  73.       Left = 4
  74.       Top = 126
  75.       Width = 3
  76.       Height = 13
  77.       Color = clWhite
  78.       ParentColor = False
  79.     end
  80.     object Label4: TLabel
  81.       Left = 4
  82.       Top = 226
  83.       Width = 37
  84.       Height = 13
  85.       Caption = 'Ver. 1.0'
  86.       Color = clWhite
  87.       ParentColor = False
  88.     end
  89.   end
  90.   object Timer1: TTimer
  91.     OnTimer = Timer1Timer
  92.     Left = 200
  93.     Top = 16
  94.   end
  95. end
  96.