object Form4: TForm4 Left = 150 Top = 82 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'System Memory Usage' ClientHeight = 333 ClientWidth = 342 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 10 Top = 49 Width = 91 Height = 13 Caption = 'Total Memory Load' end object Label2: TLabel Left = 10 Top = 100 Width = 113 Height = 13 Caption = 'Physical Memory Usage' end object Label3: TLabel Left = 10 Top = 180 Width = 103 Height = 13 Caption = 'Virtual Memory Usage' end object Label4: TLabel Left = 10 Top = 260 Width = 86 Height = 13 Caption = 'Paging File Usage' end object Label5: TLabel Left = 10 Top = 10 Width = 32 Height = 13 Caption = 'Label5' end object Label6: TLabel Left = 194 Top = 11 Width = 32 Height = 13 Caption = 'Label6' end object Label7: TLabel Left = 175 Top = 130 Width = 32 Height = 13 Caption = 'Label7' end object Label8: TLabel Left = 175 Top = 145 Width = 32 Height = 13 Caption = 'Label8' end object Label9: TLabel Left = 175 Top = 210 Width = 32 Height = 13 Caption = 'Label9' end object Label10: TLabel Left = 175 Top = 225 Width = 38 Height = 13 Caption = 'Label10' end object Label11: TLabel Left = 175 Top = 290 Width = 38 Height = 13 Caption = 'Label11' end object Label12: TLabel Left = 175 Top = 305 Width = 38 Height = 13 Caption = 'Label12' end object Bevel1: TBevel Left = 10 Top = 90 Width = 320 Height = 5 Shape = bsTopLine end object Bevel2: TBevel Left = 10 Top = 170 Width = 320 Height = 5 Shape = bsTopLine end object Bevel3: TBevel Left = 10 Top = 250 Width = 320 Height = 5 Shape = bsTopLine end object Label13: TLabel Left = 16 Top = 65 Width = 73 Height = 13 Caption = 'unknown data' end object ProgressBar1: TProgressBar Left = 175 Top = 65 Width = 150 Height = 20 Min = 0 Max = 100 TabOrder = 0 end object ProgressBar2: TProgressBar Left = 175 Top = 100 Width = 150 Height = 20 Min = 0 Max = 100 TabOrder = 1 end object ProgressBar3: TProgressBar Left = 175 Top = 180 Width = 150 Height = 20 Min = 0 Max = 100 TabOrder = 2 end object ProgressBar4: TProgressBar Left = 175 Top = 260 Width = 150 Height = 20 Min = 0 Max = 100 TabOrder = 3 end object Button1: TButton Left = 272 Top = 304 Width = 67 Height = 25 Caption = '&Exit' Default = True TabOrder = 4 OnClick = Button1Click end object Timer1: TTimer OnTimer = Timer1Timer Left = 24 Top = 280 end end