home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 February / PCWorld_2001-02_cd.bin / Software / Vyzkuste / visirc / VIRC97.EXE / 0 / RCDATA / TMEMORYUSAGE / TMEMORYUSAGE.txt
Text File  |  1998-09-02  |  4KB  |  250 lines

  1. object MemoryUsage: TMemoryUsage
  2.   Left = 266
  3.   Top = 167
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Memory usage/status'
  7.   ClientHeight = 307
  8.   ClientWidth = 290
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 153
  24.     Height = 16
  25.     AutoSize = False
  26.     Caption = 'TotalAddrSpace:'
  27.   end
  28.   object TotalAddrSpace: TLabel
  29.     Left = 164
  30.     Top = 8
  31.     Width = 117
  32.     Height = 16
  33.     AutoSize = False
  34.     Caption = '0'
  35.   end
  36.   object TotalUncommitted: TLabel
  37.     Left = 164
  38.     Top = 28
  39.     Width = 117
  40.     Height = 16
  41.     AutoSize = False
  42.     Caption = '0'
  43.   end
  44.   object Label2: TLabel
  45.     Left = 8
  46.     Top = 28
  47.     Width = 153
  48.     Height = 16
  49.     AutoSize = False
  50.     Caption = 'TotalUncommitted'
  51.   end
  52.   object TotalCommitted: TLabel
  53.     Left = 164
  54.     Top = 48
  55.     Width = 117
  56.     Height = 16
  57.     AutoSize = False
  58.     Caption = '0'
  59.   end
  60.   object Label4: TLabel
  61.     Left = 8
  62.     Top = 48
  63.     Width = 153
  64.     Height = 16
  65.     AutoSize = False
  66.     Caption = 'TotalCommitted'
  67.   end
  68.   object TotalAllocated: TLabel
  69.     Left = 164
  70.     Top = 68
  71.     Width = 117
  72.     Height = 16
  73.     AutoSize = False
  74.     Caption = '0'
  75.   end
  76.   object Label6: TLabel
  77.     Left = 8
  78.     Top = 68
  79.     Width = 153
  80.     Height = 16
  81.     AutoSize = False
  82.     Caption = 'TotalAllocated'
  83.   end
  84.   object TotalFree: TLabel
  85.     Left = 164
  86.     Top = 88
  87.     Width = 117
  88.     Height = 16
  89.     AutoSize = False
  90.     Caption = '0'
  91.   end
  92.   object Label8: TLabel
  93.     Left = 8
  94.     Top = 88
  95.     Width = 153
  96.     Height = 16
  97.     AutoSize = False
  98.     Caption = 'TotalFree'
  99.   end
  100.   object FreeSmall: TLabel
  101.     Left = 164
  102.     Top = 108
  103.     Width = 117
  104.     Height = 16
  105.     AutoSize = False
  106.     Caption = '0'
  107.   end
  108.   object Label10: TLabel
  109.     Left = 8
  110.     Top = 108
  111.     Width = 153
  112.     Height = 16
  113.     AutoSize = False
  114.     Caption = 'FreeSmall'
  115.   end
  116.   object FreeBig: TLabel
  117.     Left = 164
  118.     Top = 128
  119.     Width = 117
  120.     Height = 16
  121.     AutoSize = False
  122.     Caption = '0'
  123.   end
  124.   object Label12: TLabel
  125.     Left = 8
  126.     Top = 128
  127.     Width = 153
  128.     Height = 16
  129.     AutoSize = False
  130.     Caption = 'FreeBig'
  131.   end
  132.   object Label13: TLabel
  133.     Left = 8
  134.     Top = 148
  135.     Width = 153
  136.     Height = 16
  137.     AutoSize = False
  138.     Caption = 'Unused'
  139.   end
  140.   object Unused: TLabel
  141.     Left = 164
  142.     Top = 148
  143.     Width = 117
  144.     Height = 16
  145.     AutoSize = False
  146.     Caption = '0'
  147.   end
  148.   object Label15: TLabel
  149.     Left = 8
  150.     Top = 168
  151.     Width = 153
  152.     Height = 16
  153.     AutoSize = False
  154.     Caption = 'Overhead'
  155.   end
  156.   object Overhead: TLabel
  157.     Left = 164
  158.     Top = 168
  159.     Width = 117
  160.     Height = 16
  161.     AutoSize = False
  162.     Caption = '0'
  163.   end
  164.   object Label17: TLabel
  165.     Left = 8
  166.     Top = 188
  167.     Width = 153
  168.     Height = 16
  169.     AutoSize = False
  170.     Caption = 'HeapErrorCode'
  171.   end
  172.   object HeapErrorCode: TLabel
  173.     Left = 164
  174.     Top = 188
  175.     Width = 117
  176.     Height = 16
  177.     AutoSize = False
  178.     Caption = '0'
  179.   end
  180.   object Label3: TLabel
  181.     Left = 8
  182.     Top = 208
  183.     Width = 153
  184.     Height = 16
  185.     AutoSize = False
  186.     Caption = 'VS_VarsInUse'
  187.   end
  188.   object VarsInUse: TLabel
  189.     Left = 164
  190.     Top = 208
  191.     Width = 117
  192.     Height = 16
  193.     AutoSize = False
  194.     Caption = '0'
  195.   end
  196.   object Label5: TLabel
  197.     Left = 8
  198.     Top = 228
  199.     Width = 153
  200.     Height = 16
  201.     AutoSize = False
  202.     Caption = 'VS_ArrayVarsInUse'
  203.   end
  204.   object ArrayVarsInUse: TLabel
  205.     Left = 164
  206.     Top = 228
  207.     Width = 117
  208.     Height = 16
  209.     AutoSize = False
  210.     Caption = '0'
  211.   end
  212.   object Label7: TLabel
  213.     Left = 8
  214.     Top = 248
  215.     Width = 153
  216.     Height = 16
  217.     AutoSize = False
  218.     Caption = 'OVS_ObjectCount'
  219.   end
  220.   object ObjectCount: TLabel
  221.     Left = 164
  222.     Top = 248
  223.     Width = 117
  224.     Height = 16
  225.     AutoSize = False
  226.     Caption = '0'
  227.   end
  228.   object Label11: TLabel
  229.     Left = 8
  230.     Top = 268
  231.     Width = 153
  232.     Height = 16
  233.     AutoSize = False
  234.     Caption = 'OVS_EventCount'
  235.   end
  236.   object EventCount: TLabel
  237.     Left = 164
  238.     Top = 268
  239.     Width = 117
  240.     Height = 16
  241.     AutoSize = False
  242.     Caption = '0'
  243.   end
  244.   object StatusTimer: TTimer
  245.     OnTimer = StatusTimerTimer
  246.     Left = 131
  247.     Top = 90
  248.   end
  249. end
  250.