home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / AddrOrg / _SETUP.1 / ADO30.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-12-09  |  4KB  |  176 lines

  1. object AboutBox: TAboutBox
  2.   Left = 221
  3.   Top = 393
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'About'
  7.   ClientHeight = 199
  8.   ClientWidth = 303
  9.   Ctl3D = False
  10.   Color = clSilver
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'System'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 303
  25.     Height = 199
  26.     Align = alClient
  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 = 3
  45.       Top = 88
  46.       Width = 293
  47.       Height = 22
  48.       Alignment = taCenter
  49.       AutoSize = False
  50.       Caption = 'PrimaSoft Shareware Organizer'
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = clBlue
  53.       Font.Height = -19
  54.       Font.Name = 'Arial'
  55.       Font.Style = []
  56.       ParentFont = False
  57.       IsControl = True
  58.     end
  59.     object Version: TLabel
  60.       Left = 94
  61.       Top = 114
  62.       Width = 88
  63.       Height = 13
  64.       Caption = 'Version 1.0 (16-bit)'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clBlue
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.       IsControl = True
  72.     end
  73.     object Copyright: TLabel
  74.       Left = 6
  75.       Top = 138
  76.       Width = 201
  77.       Height = 13
  78.       Caption = 'Copyright 1995-2000 by PrimaSoft PC, Inc.'
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clBlack
  81.       Font.Height = -11
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = []
  84.       ParentFont = False
  85.       IsControl = True
  86.     end
  87.     object Label1: TLabel
  88.       Left = 6
  89.       Top = 152
  90.       Width = 123
  91.       Height = 13
  92.       Caption = 'http://www.primasoft.com'
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clBlack
  95.       Font.Height = -11
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = []
  98.       ParentFont = False
  99.     end
  100.     object Label3: TLabel
  101.       Left = 83
  102.       Top = 23
  103.       Width = 206
  104.       Height = 14
  105.       AutoSize = False
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clBlack
  108.       Font.Height = -11
  109.       Font.Name = 'Arial'
  110.       Font.Style = []
  111.       ParentFont = False
  112.       Visible = False
  113.     end
  114.     object SharewareText: TLabel
  115.       Left = 120
  116.       Top = 6
  117.       Width = 171
  118.       Height = 43
  119.       AutoSize = False
  120.       Caption = 
  121.         'This is a fully functional Trial version. You have 30 days for e' +
  122.         'valuation.'
  123.       Font.Charset = DEFAULT_CHARSET
  124.       Font.Color = clBlack
  125.       Font.Height = -11
  126.       Font.Name = 'Arial'
  127.       Font.Style = []
  128.       ParentFont = False
  129.       Visible = False
  130.       WordWrap = True
  131.     end
  132.     object Label2: TLabel
  133.       Left = 83
  134.       Top = 8
  135.       Width = 83
  136.       Height = 16
  137.       Caption = 'Licensed To:'
  138.       Visible = False
  139.     end
  140.     object Label4: TLabel
  141.       Left = 3
  142.       Top = 171
  143.       Width = 295
  144.       Height = 23
  145.       Align = alBottom
  146.       AutoSize = False
  147.       Caption = 
  148.         'GIF compression/decompression capability included in this softwa' +
  149.         're is licensed under U.S. Patent No. 4,558,302 and foreign count' +
  150.         'erparts.'
  151.       Font.Charset = DEFAULT_CHARSET
  152.       Font.Color = clBlack
  153.       Font.Height = -8
  154.       Font.Name = 'Small Fonts'
  155.       Font.Style = []
  156.       ParentFont = False
  157.       WordWrap = True
  158.     end
  159.   end
  160.   object BitBtn1: TBitBtn
  161.     Left = 216
  162.     Top = 139
  163.     Width = 73
  164.     Height = 28
  165.     Caption = '&OK'
  166.     TabOrder = 0
  167.     Kind = bkOK
  168.   end
  169.   object Timer1: TTimer
  170.     Interval = 20
  171.     OnTimer = Timer1Timer
  172.     Left = 262
  173.     Top = 60
  174.   end
  175. end
  176.