home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / pcmag / v14n14 / wcomp.exe / WCOMPSRC.ZIP / ABOUT.DFM / ABOUT.txt next >
Text File  |  1995-05-09  |  3KB  |  134 lines

  1. object AboutBox: TAboutBox
  2.   Left = 334
  3.   Top = 96
  4.   ActiveControl = OKButton
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About'
  8.   ClientHeight = 240
  9.   ClientWidth = 361
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 345
  21.     Height = 177
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 260
  27.       Top = 24
  28.       Width = 33
  29.       Height = 33
  30.       Picture.Data = {<image000.ico>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 142
  36.       Top = 24
  37.       Width = 62
  38.       Height = 13
  39.       Caption = 'WCompare'
  40.       Font.Color = clBlack
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       IsControl = True
  46.     end
  47.     object Version: TLabel
  48.       Left = 140
  49.       Top = 40
  50.       Width = 65
  51.       Height = 13
  52.       Caption = 'Version 1.0'
  53.       Font.Color = clBlack
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.       IsControl = True
  59.     end
  60.     object Copyright: TLabel
  61.       Left = 32
  62.       Top = 72
  63.       Width = 276
  64.       Height = 13
  65.       Caption = 'Copyright 1995 ∩┐╜ Ziff-Davis Publishing Company'
  66.       Font.Color = clBlack
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.       IsControl = True
  72.     end
  73.     object Image1: TImage
  74.       Left = 60
  75.       Top = 24
  76.       Width = 33
  77.       Height = 33
  78.       Picture.Data = {<image001.ico>}
  79.     end
  80.     object Label1: TLabel
  81.       Left = 119
  82.       Top = 96
  83.       Width = 107
  84.       Height = 13
  85.       Caption = 'All rights reserved.'
  86.       Font.Color = clBlack
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = [fsBold]
  90.       ParentFont = False
  91.     end
  92.     object Label2: TLabel
  93.       Left = 12
  94.       Top = 120
  95.       Width = 321
  96.       Height = 13
  97.       Caption = 'First appeared in PC Magazine, US Edition, August 1995'
  98.       Font.Color = clBlack
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = [fsBold]
  102.       ParentFont = False
  103.     end
  104.     object Label3: TLabel
  105.       Left = 99
  106.       Top = 144
  107.       Width = 147
  108.       Height = 13
  109.       Caption = 'Author Michael J. Mefford'
  110.       Font.Color = clBlack
  111.       Font.Height = -11
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = [fsBold]
  114.       ParentFont = False
  115.     end
  116.   end
  117.   object OKButton: TBitBtn
  118.     Left = 142
  119.     Top = 202
  120.     Width = 77
  121.     Height = 27
  122.     Font.Color = clBlack
  123.     Font.Height = -11
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = [fsBold]
  126.     ParentFont = False
  127.     TabOrder = 1
  128.     Kind = bkOK
  129.     Margin = 2
  130.     Spacing = -1
  131.     IsControl = True
  132.   end
  133. end
  134.