home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / netbuddy / netbuddy.exe / NetBuddy.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Text File  |  1999-08-25  |  3KB  |  131 lines

  1. object SplashForm: TSplashForm
  2.   Left = 510
  3.   Top = 450
  4.   BorderStyle = bsNone
  5.   ClientHeight = 199
  6.   ClientWidth = 376
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 377
  24.     Height = 201
  25.     TabOrder = 0
  26.     object Image1: TImage
  27.       Left = 2
  28.       Top = 2
  29.       Width = 373
  30.       Height = 197
  31.     end
  32.     object CompanyLabel: TLabel
  33.       Left = 247
  34.       Top = 23
  35.       Width = 71
  36.       Height = 14
  37.       Caption = 'CompanyLabel'
  38.       Color = clWhite
  39.       Font.Charset = ANSI_CHARSET
  40.       Font.Color = clWindowText
  41.       Font.Height = -11
  42.       Font.Name = 'Arial'
  43.       Font.Style = []
  44.       ParentColor = False
  45.       ParentFont = False
  46.       Transparent = True
  47.     end
  48.     object RegisteredLabel: TLabel
  49.       Left = 247
  50.       Top = 6
  51.       Width = 78
  52.       Height = 14
  53.       Caption = 'RegisteredLabel'
  54.       Color = clWhite
  55.       Font.Charset = ANSI_CHARSET
  56.       Font.Color = clWindowText
  57.       Font.Height = -11
  58.       Font.Name = 'Arial'
  59.       Font.Style = []
  60.       ParentColor = False
  61.       ParentFont = False
  62.       Transparent = True
  63.     end
  64.     object Label1: TLabel
  65.       Left = 211
  66.       Top = 6
  67.       Width = 29
  68.       Height = 14
  69.       Caption = 'User :'
  70.       Font.Charset = ANSI_CHARSET
  71.       Font.Color = clWindowText
  72.       Font.Height = -11
  73.       Font.Name = 'Arial'
  74.       Font.Style = []
  75.       ParentFont = False
  76.       Transparent = True
  77.     end
  78.     object Label2: TLabel
  79.       Left = 189
  80.       Top = 22
  81.       Width = 51
  82.       Height = 14
  83.       Caption = 'Company :'
  84.       Font.Charset = ANSI_CHARSET
  85.       Font.Color = clWindowText
  86.       Font.Height = -11
  87.       Font.Name = 'Arial'
  88.       Font.Style = []
  89.       ParentFont = False
  90.       Transparent = True
  91.     end
  92.     object VersionLabel: TLabel
  93.       Left = 308
  94.       Top = 180
  95.       Width = 62
  96.       Height = 14
  97.       Caption = 'Version 1.51'
  98.       Font.Charset = ANSI_CHARSET
  99.       Font.Color = clWindowText
  100.       Font.Height = -11
  101.       Font.Name = 'Arial'
  102.       Font.Style = []
  103.       ParentFont = False
  104.       Transparent = True
  105.     end
  106.     object Label3: TLabel
  107.       Left = 8
  108.       Top = 179
  109.       Width = 227
  110.       Height = 14
  111.       Caption = 'Copyright ∩┐╜ 1998 MAPSoft, All rights reserved.'
  112.       Color = clWhite
  113.       Font.Charset = ANSI_CHARSET
  114.       Font.Color = clWindowText
  115.       Font.Height = -11
  116.       Font.Name = 'Arial'
  117.       Font.Style = []
  118.       ParentColor = False
  119.       ParentFont = False
  120.       Transparent = True
  121.     end
  122.   end
  123.   object Timer1: TTimer
  124.     Enabled = False
  125.     Interval = 2000
  126.     OnTimer = Timer1Timer
  127.     Left = 8
  128.     Top = 212
  129.   end
  130. end
  131.