home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 51 / PCGAMER51.bin / Quake / Qme / _SETUP.1 / qme.exe / 0 / RCDATA / TMEMUSAGEDIALOG / TMEMUSAGEDIALOG.txt
Text File  |  1997-06-06  |  3KB  |  195 lines

  1. object MemUsageDialog: TMemUsageDialog
  2.   Left = 228
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Memory Usage'
  6.   ClientHeight = 274
  7.   ClientWidth = 371
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel2: TBevel
  17.     Left = 4
  18.     Top = 128
  19.     Width = 361
  20.     Height = 77
  21.     Shape = bsFrame
  22.   end
  23.   object Bevel3: TBevel
  24.     Left = 4
  25.     Top = 208
  26.     Width = 361
  27.     Height = 29
  28.     Shape = bsFrame
  29.   end
  30.   object Label5: TLabel
  31.     Left = 12
  32.     Top = 156
  33.     Width = 89
  34.     Height = 13
  35.     Caption = 'Total Uncommitted'
  36.   end
  37.   object Label6: TLabel
  38.     Left = 12
  39.     Top = 184
  40.     Width = 83
  41.     Height = 13
  42.     Caption = 'Total Addr Space'
  43.   end
  44.   object Label11: TLabel
  45.     Left = 12
  46.     Top = 216
  47.     Width = 47
  48.     Height = 13
  49.     Caption = 'Overhead'
  50.   end
  51.   object Bevel4: TBevel
  52.     Left = 4
  53.     Top = 4
  54.     Width = 361
  55.     Height = 29
  56.     Shape = bsFrame
  57.   end
  58.   object Bevel1: TBevel
  59.     Left = 4
  60.     Top = 36
  61.     Width = 361
  62.     Height = 89
  63.     Shape = bsFrame
  64.   end
  65.   object Label1: TLabel
  66.     Left = 12
  67.     Top = 12
  68.     Width = 71
  69.     Height = 13
  70.     Caption = 'Total Allocated'
  71.   end
  72.   object Label2: TLabel
  73.     Left = 12
  74.     Top = 104
  75.     Width = 48
  76.     Height = 13
  77.     Caption = 'Total Free'
  78.   end
  79.   object TotalFreeLbl: TLabel
  80.     Left = 116
  81.     Top = 104
  82.     Width = 59
  83.     Height = 13
  84.     Caption = 'TotalFreeLbl'
  85.   end
  86.   object TotalAllocatedLbl: TLabel
  87.     Left = 116
  88.     Top = 12
  89.     Width = 82
  90.     Height = 13
  91.     Caption = 'TotalAllocatedLbl'
  92.   end
  93.   object Label3: TLabel
  94.     Left = 12
  95.     Top = 140
  96.     Width = 76
  97.     Height = 13
  98.     Caption = 'Total Committed'
  99.   end
  100.   object TotalCommittedLbl: TLabel
  101.     Left = 116
  102.     Top = 140
  103.     Width = 87
  104.     Height = 13
  105.     Caption = 'TotalCommittedLbl'
  106.   end
  107.   object TotalUncommittedLbl: TLabel
  108.     Left = 116
  109.     Top = 156
  110.     Width = 100
  111.     Height = 13
  112.     Caption = 'TotalUncommittedLbl'
  113.   end
  114.   object TotalAddrSpaceLbl: TLabel
  115.     Left = 116
  116.     Top = 184
  117.     Width = 91
  118.     Height = 13
  119.     Caption = 'TotalAddrSpaceLbl'
  120.   end
  121.   object Label4: TLabel
  122.     Left = 116
  123.     Top = 168
  124.     Width = 48
  125.     Height = 13
  126.     Caption = '------------- +'
  127.   end
  128.   object Label7: TLabel
  129.     Left = 116
  130.     Top = 88
  131.     Width = 48
  132.     Height = 13
  133.     Caption = '------------- +'
  134.   end
  135.   object Label8: TLabel
  136.     Left = 12
  137.     Top = 44
  138.     Width = 49
  139.     Height = 13
  140.     Caption = 'Free Small'
  141.   end
  142.   object Label9: TLabel
  143.     Left = 12
  144.     Top = 60
  145.     Width = 39
  146.     Height = 13
  147.     Caption = 'Free Big'
  148.   end
  149.   object Label10: TLabel
  150.     Left = 12
  151.     Top = 76
  152.     Width = 37
  153.     Height = 13
  154.     Caption = 'Unused'
  155.   end
  156.   object FreeSmallLbl: TLabel
  157.     Left = 116
  158.     Top = 44
  159.     Width = 60
  160.     Height = 13
  161.     Caption = 'FreeSmallLbl'
  162.   end
  163.   object FreeBigLbl: TLabel
  164.     Left = 116
  165.     Top = 60
  166.     Width = 50
  167.     Height = 13
  168.     Caption = 'FreeBigLbl'
  169.   end
  170.   object UnusedLbl: TLabel
  171.     Left = 116
  172.     Top = 76
  173.     Width = 51
  174.     Height = 13
  175.     Caption = 'UnusedLbl'
  176.   end
  177.   object OverheadLbl: TLabel
  178.     Left = 116
  179.     Top = 216
  180.     Width = 61
  181.     Height = 13
  182.     Caption = 'OverheadLbl'
  183.   end
  184.   object OKBtn: TButton
  185.     Left = 292
  186.     Top = 244
  187.     Width = 75
  188.     Height = 25
  189.     Caption = 'Close'
  190.     Default = True
  191.     ModalResult = 1
  192.     TabOrder = 0
  193.   end
  194. end
  195.