home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / testsoft / ntmailnt / mailmon.exe / 0 / RCDATA / TABOX / TABOX.txt < prev   
Text File  |  1996-06-17  |  3KB  |  138 lines

  1. object ABox: TABox
  2.   Left = 201
  3.   Top = 110
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Mail Monitor'
  6.   ClientHeight = 233
  7.   ClientWidth = 298
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 193
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 37
  29.       Height = 37
  30.       Picture.Data = {<image000.ico>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 52
  36.       Top = 8
  37.       Width = 69
  38.       Height = 13
  39.       Caption = 'NTMail Watch'
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 52
  44.       Top = 24
  45.       Width = 59
  46.       Height = 13
  47.       Caption = 'Version 2.01'
  48.       IsControl = True
  49.     end
  50.     object Copyright: TLabel
  51.       Left = 12
  52.       Top = 106
  53.       Width = 243
  54.       Height = 13
  55.       Caption = 'Author: Neil Washbrook (neilw@net-shopper.co.uk)'
  56.       IsControl = True
  57.     end
  58.     object Comments: TLabel
  59.       Left = 12
  60.       Top = 124
  61.       Width = 253
  62.       Height = 17
  63.       AutoSize = False
  64.       Caption = 'Release Date: 18/6/96'
  65.       WordWrap = True
  66.       IsControl = True
  67.     end
  68.     object PhysMem: TLabel
  69.       Left = 84
  70.       Top = 156
  71.       Width = 185
  72.       Height = 13
  73.       AutoSize = False
  74.       Caption = 'Physical Memory'
  75.     end
  76.     object FreeRes: TLabel
  77.       Left = 84
  78.       Top = 172
  79.       Width = 185
  80.       Height = 13
  81.       AutoSize = False
  82.       Caption = 'Memory In Use'
  83.     end
  84.     object Label1: TLabel
  85.       Left = 40
  86.       Top = 156
  87.       Width = 37
  88.       Height = 13
  89.       Caption = 'Memory'
  90.     end
  91.     object Label2: TLabel
  92.       Left = 8
  93.       Top = 172
  94.       Width = 70
  95.       Height = 13
  96.       Caption = 'Memory in Use'
  97.     end
  98.     object Label3: TLabel
  99.       Left = 12
  100.       Top = 52
  101.       Width = 248
  102.       Height = 13
  103.       Caption = 'This application monitors the output from the NTMail '
  104.     end
  105.     object Label4: TLabel
  106.       Left = 12
  107.       Top = 68
  108.       Width = 27
  109.       Height = 13
  110.       Caption = '         '
  111.     end
  112.     object Label5: TLabel
  113.       Left = 12
  114.       Top = 70
  115.       Width = 195
  116.       Height = 13
  117.       Caption = 'servers provided by Internet Shopper Ltd '
  118.     end
  119.     object Label6: TLabel
  120.       Left = 12
  121.       Top = 88
  122.       Width = 221
  123.       Height = 13
  124.       Caption = 'for more info contact sales@net-shopper.co.uk'
  125.     end
  126.   end
  127.   object OKButton: TButton
  128.     Left = 111
  129.     Top = 204
  130.     Width = 75
  131.     Height = 25
  132.     Caption = 'OK'
  133.     Default = True
  134.     ModalResult = 1
  135.     TabOrder = 1
  136.   end
  137. end
  138.