home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / Chip_1998-05_cd.bin / sharewar / 32psft / _SETUP.1 / FTP.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-04-19  |  3KB  |  137 lines

  1. object AboutBox: TAboutBox
  2.   Left = 221
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'About'
  7.   ClientHeight = 161
  8.   ClientWidth = 299
  9.   Ctl3D = False
  10.   Color = clSilver
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 299
  24.     Height = 161
  25.     Align = alClient
  26.     Alignment = taLeftJustify
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvNone
  29.     BevelWidth = 3
  30.     BorderStyle = bsSingle
  31.     Color = clSilver
  32.     TabOrder = 1
  33.     object ProgramIcon: TImage
  34.       Left = 8
  35.       Top = 8
  36.       Width = 70
  37.       Height = 70
  38.       AutoSize = True
  39.       Picture.Data = {<image000.bmp>}
  40.       Stretch = True
  41.       IsControl = True
  42.     end
  43.     object ProductName: TLabel
  44.       Left = 17
  45.       Top = 88
  46.       Width = 264
  47.       Height = 22
  48.       Caption = 'PrimaSoft Internet Organizer'
  49.       Font.Color = clBlue
  50.       Font.Height = -19
  51.       Font.Name = 'Arial'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.       IsControl = True
  55.     end
  56.     object Version: TLabel
  57.       Left = 99
  58.       Top = 114
  59.       Width = 88
  60.       Height = 13
  61.       Caption = 'Version 1.0 (16-bit)'
  62.       Font.Color = clBlue
  63.       Font.Height = -11
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = []
  66.       ParentFont = False
  67.       IsControl = True
  68.     end
  69.     object Copyright: TLabel
  70.       Left = 6
  71.       Top = 138
  72.       Width = 174
  73.       Height = 13
  74.       Caption = 'Copyright 1997 by PrimaSoft PC, Inc.'
  75.       Font.Color = clBlack
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.       IsControl = True
  81.     end
  82.     object SharewareText: TLabel
  83.       Left = 120
  84.       Top = 6
  85.       Width = 171
  86.       Height = 43
  87.       AutoSize = False
  88.       Caption = 
  89.         'This is a fully functional Shareware version. You have 30 days f' +
  90.         'or evaluation.'
  91.       Font.Color = clBlack
  92.       Font.Height = -11
  93.       Font.Name = 'Arial'
  94.       Font.Style = []
  95.       ParentFont = False
  96.       Visible = False
  97.       WordWrap = True
  98.     end
  99.     object Label1: TLabel
  100.       Left = 83
  101.       Top = 8
  102.       Width = 83
  103.       Height = 16
  104.       Caption = 'Licensed To:'
  105.       Visible = False
  106.     end
  107.     object Label2: TLabel
  108.       Left = 83
  109.       Top = 23
  110.       Width = 206
  111.       Height = 14
  112.       AutoSize = False
  113.       Font.Color = clBlack
  114.       Font.Height = -11
  115.       Font.Name = 'Arial'
  116.       Font.Style = []
  117.       ParentFont = False
  118.       Visible = False
  119.     end
  120.   end
  121.   object BitBtn1: TBitBtn
  122.     Left = 216
  123.     Top = 123
  124.     Width = 73
  125.     Height = 28
  126.     Caption = '&OK'
  127.     TabOrder = 0
  128.     Kind = bkOK
  129.   end
  130.   object Timer1: TTimer
  131.     Interval = 20
  132.     OnTimer = Timer1Timer
  133.     Left = 262
  134.     Top = 60
  135.   end
  136. end
  137.