object MemUsageDialog: TMemUsageDialog Left = 228 Top = 108 BorderStyle = bsDialog Caption = 'Memory Usage' ClientHeight = 274 ClientWidth = 371 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel2: TBevel Left = 4 Top = 128 Width = 361 Height = 77 Shape = bsFrame end object Bevel3: TBevel Left = 4 Top = 208 Width = 361 Height = 29 Shape = bsFrame end object Label5: TLabel Left = 12 Top = 156 Width = 89 Height = 13 Caption = 'Total Uncommitted' end object Label6: TLabel Left = 12 Top = 184 Width = 83 Height = 13 Caption = 'Total Addr Space' end object Label11: TLabel Left = 12 Top = 216 Width = 47 Height = 13 Caption = 'Overhead' end object Bevel4: TBevel Left = 4 Top = 4 Width = 361 Height = 29 Shape = bsFrame end object Bevel1: TBevel Left = 4 Top = 36 Width = 361 Height = 89 Shape = bsFrame end object Label1: TLabel Left = 12 Top = 12 Width = 71 Height = 13 Caption = 'Total Allocated' end object Label2: TLabel Left = 12 Top = 104 Width = 48 Height = 13 Caption = 'Total Free' end object TotalFreeLbl: TLabel Left = 116 Top = 104 Width = 59 Height = 13 Caption = 'TotalFreeLbl' end object TotalAllocatedLbl: TLabel Left = 116 Top = 12 Width = 82 Height = 13 Caption = 'TotalAllocatedLbl' end object Label3: TLabel Left = 12 Top = 140 Width = 76 Height = 13 Caption = 'Total Committed' end object TotalCommittedLbl: TLabel Left = 116 Top = 140 Width = 87 Height = 13 Caption = 'TotalCommittedLbl' end object TotalUncommittedLbl: TLabel Left = 116 Top = 156 Width = 100 Height = 13 Caption = 'TotalUncommittedLbl' end object TotalAddrSpaceLbl: TLabel Left = 116 Top = 184 Width = 91 Height = 13 Caption = 'TotalAddrSpaceLbl' end object Label4: TLabel Left = 116 Top = 168 Width = 48 Height = 13 Caption = '------------- +' end object Label7: TLabel Left = 116 Top = 88 Width = 48 Height = 13 Caption = '------------- +' end object Label8: TLabel Left = 12 Top = 44 Width = 49 Height = 13 Caption = 'Free Small' end object Label9: TLabel Left = 12 Top = 60 Width = 39 Height = 13 Caption = 'Free Big' end object Label10: TLabel Left = 12 Top = 76 Width = 37 Height = 13 Caption = 'Unused' end object FreeSmallLbl: TLabel Left = 116 Top = 44 Width = 60 Height = 13 Caption = 'FreeSmallLbl' end object FreeBigLbl: TLabel Left = 116 Top = 60 Width = 50 Height = 13 Caption = 'FreeBigLbl' end object UnusedLbl: TLabel Left = 116 Top = 76 Width = 51 Height = 13 Caption = 'UnusedLbl' end object OverheadLbl: TLabel Left = 116 Top = 216 Width = 61 Height = 13 Caption = 'OverheadLbl' end object OKBtn: TButton Left = 292 Top = 244 Width = 75 Height = 25 Caption = 'Close' Default = True ModalResult = 1 TabOrder = 0 end end