home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / MCP3B.ZIP / _SETUP.1 / MCP.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1998-05-10  |  3KB  |  182 lines

  1. object Form4: TForm4
  2.   Left = 150
  3.   Top = 82
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'System Memory Usage'
  7.   ClientHeight = 333
  8.   ClientWidth = 342
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 10
  20.     Top = 49
  21.     Width = 91
  22.     Height = 13
  23.     Caption = 'Total Memory Load'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 10
  27.     Top = 100
  28.     Width = 113
  29.     Height = 13
  30.     Caption = 'Physical Memory Usage'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 10
  34.     Top = 180
  35.     Width = 103
  36.     Height = 13
  37.     Caption = 'Virtual Memory Usage'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 10
  41.     Top = 260
  42.     Width = 86
  43.     Height = 13
  44.     Caption = 'Paging File Usage'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 10
  48.     Top = 10
  49.     Width = 32
  50.     Height = 13
  51.     Caption = 'Label5'
  52.   end
  53.   object Label6: TLabel
  54.     Left = 194
  55.     Top = 11
  56.     Width = 32
  57.     Height = 13
  58.     Caption = 'Label6'
  59.   end
  60.   object Label7: TLabel
  61.     Left = 175
  62.     Top = 130
  63.     Width = 32
  64.     Height = 13
  65.     Caption = 'Label7'
  66.   end
  67.   object Label8: TLabel
  68.     Left = 175
  69.     Top = 145
  70.     Width = 32
  71.     Height = 13
  72.     Caption = 'Label8'
  73.   end
  74.   object Label9: TLabel
  75.     Left = 175
  76.     Top = 210
  77.     Width = 32
  78.     Height = 13
  79.     Caption = 'Label9'
  80.   end
  81.   object Label10: TLabel
  82.     Left = 175
  83.     Top = 225
  84.     Width = 38
  85.     Height = 13
  86.     Caption = 'Label10'
  87.   end
  88.   object Label11: TLabel
  89.     Left = 175
  90.     Top = 290
  91.     Width = 38
  92.     Height = 13
  93.     Caption = 'Label11'
  94.   end
  95.   object Label12: TLabel
  96.     Left = 175
  97.     Top = 305
  98.     Width = 38
  99.     Height = 13
  100.     Caption = 'Label12'
  101.   end
  102.   object Bevel1: TBevel
  103.     Left = 10
  104.     Top = 90
  105.     Width = 320
  106.     Height = 5
  107.     Shape = bsTopLine
  108.   end
  109.   object Bevel2: TBevel
  110.     Left = 10
  111.     Top = 170
  112.     Width = 320
  113.     Height = 5
  114.     Shape = bsTopLine
  115.   end
  116.   object Bevel3: TBevel
  117.     Left = 10
  118.     Top = 250
  119.     Width = 320
  120.     Height = 5
  121.     Shape = bsTopLine
  122.   end
  123.   object Label13: TLabel
  124.     Left = 16
  125.     Top = 65
  126.     Width = 73
  127.     Height = 13
  128.     Caption = 'unknown data'
  129.   end
  130.   object ProgressBar1: TProgressBar
  131.     Left = 175
  132.     Top = 65
  133.     Width = 150
  134.     Height = 20
  135.     Min = 0
  136.     Max = 100
  137.     TabOrder = 0
  138.   end
  139.   object ProgressBar2: TProgressBar
  140.     Left = 175
  141.     Top = 100
  142.     Width = 150
  143.     Height = 20
  144.     Min = 0
  145.     Max = 100
  146.     TabOrder = 1
  147.   end
  148.   object ProgressBar3: TProgressBar
  149.     Left = 175
  150.     Top = 180
  151.     Width = 150
  152.     Height = 20
  153.     Min = 0
  154.     Max = 100
  155.     TabOrder = 2
  156.   end
  157.   object ProgressBar4: TProgressBar
  158.     Left = 175
  159.     Top = 260
  160.     Width = 150
  161.     Height = 20
  162.     Min = 0
  163.     Max = 100
  164.     TabOrder = 3
  165.   end
  166.   object Button1: TButton
  167.     Left = 272
  168.     Top = 304
  169.     Width = 67
  170.     Height = 25
  171.     Caption = '&Exit'
  172.     Default = True
  173.     TabOrder = 4
  174.     OnClick = Button1Click
  175.   end
  176.   object Timer1: TTimer
  177.     OnTimer = Timer1Timer
  178.     Left = 24
  179.     Top = 280
  180.   end
  181. end
  182.