home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / CHIP_08_99.BIN / online / tools / webspect / ws20.exe / WEBSPECTOR.EXE / 0 / RCDATA / TWELCOME / TWELCOME.txt < prev   
Encoding:
Text File  |  1999-08-11  |  3.2 KB  |  146 lines

  1. object welcome: Twelcome
  2.   Left = 201
  3.   Top = 130
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Welcome!'
  7.   ClientHeight = 244
  8.   ClientWidth = 399
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 399
  25.     Height = 244
  26.     Align = alClient
  27.     TabOrder = 0
  28.     object Image1: TImage
  29.       Left = 1
  30.       Top = 1
  31.       Width = 397
  32.       Height = 242
  33.       Align = alClient
  34.       AutoSize = True
  35.       Picture.Data = {<image000.bmp>}
  36.     end
  37.     object Label5: TLabel
  38.       Left = 5
  39.       Top = 96
  40.       Width = 75
  41.       Height = 13
  42.       Caption = 'Licensed To:'
  43.       Color = clWhite
  44.       Font.Charset = ANSI_CHARSET
  45.       Font.Color = clWindowText
  46.       Font.Height = -11
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = [fsBold]
  49.       ParentColor = False
  50.       ParentFont = False
  51.     end
  52.     object Label8: TLabel
  53.       Left = 8
  54.       Top = 227
  55.       Width = 53
  56.       Height = 13
  57.       Caption = 'Version 2.0'
  58.       Color = clWhite
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentColor = False
  65.       ParentFont = False
  66.     end
  67.     object Label7: TLabel
  68.       Left = 165
  69.       Top = 227
  70.       Width = 224
  71.       Height = 13
  72.       Caption = 'Copyright 1999 A.G. Internet Development, Inc.'
  73.       Font.Charset = ANSI_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.       Transparent = True
  80.     end
  81.     object Label6: TLabel
  82.       Left = 280
  83.       Top = 96
  84.       Width = 73
  85.       Height = 13
  86.       Caption = 'Registration:'
  87.       Color = clWhite
  88.       Font.Charset = ANSI_CHARSET
  89.       Font.Color = clWindowText
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = [fsBold]
  93.       ParentColor = False
  94.       ParentFont = False
  95.     end
  96.     object regtype: TLabel
  97.       Left = 280
  98.       Top = 111
  99.       Width = 44
  100.       Height = 13
  101.       Caption = 'RegType'
  102.       Font.Charset = ANSI_CHARSET
  103.       Font.Color = clWindowText
  104.       Font.Height = -11
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       ParentFont = False
  108.       Transparent = True
  109.     end
  110.     object licensename: TLabel
  111.       Left = 5
  112.       Top = 111
  113.       Width = 28
  114.       Height = 13
  115.       Caption = 'Name'
  116.       Font.Charset = ANSI_CHARSET
  117.       Font.Color = clWindowText
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       Transparent = True
  123.     end
  124.     object licenseorg: TLabel
  125.       Left = 5
  126.       Top = 127
  127.       Width = 59
  128.       Height = 13
  129.       Caption = 'Organization'
  130.       Font.Charset = ANSI_CHARSET
  131.       Font.Color = clWindowText
  132.       Font.Height = -11
  133.       Font.Name = 'MS Sans Serif'
  134.       Font.Style = []
  135.       ParentFont = False
  136.       Transparent = True
  137.     end
  138.   end
  139.   object Timer1: TTimer
  140.     Interval = 2000
  141.     OnTimer = Timer1Timer
  142.     Left = 356
  143.     Top = 16
  144.   end
  145. end
  146.