home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D / SNPMONAP.ZIP / SnoopMonApp.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-07-25  |  3KB  |  123 lines

  1. object AboutBox: TAboutBox
  2.   Left = 326
  3.   Top = 149
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Snoop Monitor'
  6.   ClientHeight = 330
  7.   ClientWidth = 367
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 10
  17.     Top = 10
  18.     Width = 346
  19.     Height = 255
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 10
  26.       Top = 10
  27.       Width = 80
  28.       Height = 70
  29.       Picture.Data = {<image000.TMetafile>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 108
  35.       Top = 20
  36.       Width = 173
  37.       Height = 31
  38.       Caption = 'Snoop Monitor'
  39.       Font.Color = clWindowText
  40.       Font.Height = -27
  41.       Font.Name = 'Times New Roman'
  42.       Font.Style = [fsBold, fsItalic]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 108
  48.       Top = 49
  49.       Width = 33
  50.       Height = 20
  51.       Caption = 'v 1.0'
  52.       Font.Color = clWindowText
  53.       Font.Height = -17
  54.       Font.Name = 'Times New Roman'
  55.       Font.Style = [fsBold, fsItalic]
  56.       ParentFont = False
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 10
  61.       Top = 98
  62.       Width = 327
  63.       Height = 55
  64.       Alignment = taCenter
  65.       AutoSize = False
  66.       Caption = 
  67.         'Copyright 1998 Robert R. Marsh, SJ && the British Province of th' +
  68.         'e Society of Jesus'
  69.       Font.Color = clWindowText
  70.       Font.Height = -13
  71.       Font.Name = 'Arial'
  72.       Font.Style = []
  73.       ParentFont = False
  74.       WordWrap = True
  75.       IsControl = True
  76.     end
  77.     object Comments: TLabel
  78.       Left = 10
  79.       Top = 184
  80.       Width = 327
  81.       Height = 57
  82.       Alignment = taCenter
  83.       AutoSize = False
  84.       Caption = 
  85.         'Snoop Monitor is used to display memory-leak reports generated b' +
  86.         'y Snoop for Delphi'
  87.       Font.Color = clWindowText
  88.       Font.Height = -13
  89.       Font.Name = 'Arial'
  90.       Font.Style = []
  91.       ParentFont = False
  92.       WordWrap = True
  93.       IsControl = True
  94.     end
  95.     object UrlLabel1: TUrlLabel
  96.       Left = 120
  97.       Top = 160
  98.       Width = 107
  99.       Height = 16
  100.       Cursor = 5
  101.       Alignment = taCenter
  102.       Caption = 'Snoop on the web'
  103.       Font.Color = clBlue
  104.       Font.Height = -13
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = [fsUnderline]
  107.       ParentFont = False
  108.       PopupMenu = UrlLabel1.
  109.       URL = 'http://home.sprynet.com/sprynet/rrm/snoop.html'
  110.     end
  111.   end
  112.   object OKButton: TButton
  113.     Left = 137
  114.     Top = 284
  115.     Width = 92
  116.     Height = 30
  117.     Caption = 'OK'
  118.     Default = True
  119.     ModalResult = 1
  120.     TabOrder = 1
  121.   end
  122. end
  123.