home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / diskanal / DISK.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1998-05-04  |  3.0 KB  |  139 lines

  1. object AboutBox: TAboutBox
  2.   Left = 221
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'About'
  7.   ClientHeight = 172
  8.   ClientWidth = 299
  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 = 299
  25.     Height = 172
  26.     Align = alClient
  27.     Alignment = taLeftJustify
  28.     BevelInner = bvRaised
  29.     BevelOuter = bvNone
  30.     BevelWidth = 3
  31.     BorderStyle = bsSingle
  32.     Color = clSilver
  33.     TabOrder = 1
  34.     object ProgramIcon: TImage
  35.       Left = 8
  36.       Top = 8
  37.       Width = 70
  38.       Height = 70
  39.       AutoSize = True
  40.       Picture.Data = {<image000.bmp>}
  41.       Stretch = True
  42.       IsControl = True
  43.     end
  44.     object ProductName: TLabel
  45.       Left = 17
  46.       Top = 88
  47.       Width = 5
  48.       Height = 22
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clBlue
  51.       Font.Height = -19
  52.       Font.Name = 'Arial'
  53.       Font.Style = [fsBold]
  54.       ParentFont = False
  55.       IsControl = True
  56.     end
  57.     object Version: TLabel
  58.       Left = 94
  59.       Top = 114
  60.       Width = 3
  61.       Height = 13
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clBlue
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       IsControl = True
  69.     end
  70.     object Copyright: TLabel
  71.       Left = 6
  72.       Top = 138
  73.       Width = 189
  74.       Height = 13
  75.       Caption = 'Copyright 1995-98 by PrimaSoft PC, Inc.'
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clBlack
  78.       Font.Height = -11
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       IsControl = True
  83.     end
  84.     object SharewareText: TLabel
  85.       Left = 88
  86.       Top = 6
  87.       Width = 203
  88.       Height = 75
  89.       AutoSize = False
  90.       Caption = 
  91.         'This version of Disk Analyzer is Freeware. You can use it for fr' +
  92.         'ee. Visit our home page for information on some other great Prim' +
  93.         'aSoft software products.'
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clGreen
  96.       Font.Height = -11
  97.       Font.Name = 'Arial'
  98.       Font.Style = []
  99.       ParentFont = False
  100.       WordWrap = True
  101.     end
  102.     object Label3: TLabel
  103.       Left = 6
  104.       Top = 152
  105.       Width = 148
  106.       Height = 13
  107.       Caption = 'http://www.primasoft.com'
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clBlack
  110.       Font.Height = -11
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = [fsBold]
  113.       ParentFont = False
  114.     end
  115.   end
  116.   object BitBtn1: TBitBtn
  117.     Left = 216
  118.     Top = 123
  119.     Width = 73
  120.     Height = 28
  121.     Caption = '&OK'
  122.     TabOrder = 0
  123.     Kind = bkOK
  124.   end
  125.   object Timer1: TTimer
  126.     Interval = 20
  127.     OnTimer = Timer1Timer
  128.     Left = 6
  129.     Top = 108
  130.   end
  131.   object Timer2: TTimer
  132.     Enabled = False
  133.     Interval = 2000
  134.     OnTimer = Timer2Timer
  135.     Left = 41
  136.     Top = 105
  137.   end
  138. end
  139.