object StatsForm: TStatsForm Left = 201 Top = 85 Width = 419 Height = 440 Caption = 'Build Statistics' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Grid: TStringGrid Left = 8 Top = 8 Width = 393 Height = 178 TabStop = False ColCount = 6 RowCount = 7 ScrollBars = ssNone TabOrder = 0 ColWidths = ( 64 64 64 64 64 64) RowHeights = ( 24 24 24 24 24 24 24) end object GroupBox1: TGroupBox Left = 8 Top = 200 Width = 177 Height = 97 Caption = 'Make Age Checks' TabOrder = 1 object Label3: TLabel Left = 8 Top = 48 Width = 53 Height = 13 Caption = 'Cache hits:' end object IdeCacheHits: TLabel Left = 143 Top = 48 Width = 18 Height = 13 Alignment = taRightJustify Caption = '900' end object Label5: TLabel Left = 8 Top = 80 Width = 77 Height = 13 Caption = 'OS age checks:' end object IdeOsChecks: TLabel Left = 143 Top = 80 Width = 18 Height = 13 Alignment = taRightJustify Caption = '400' end object Label8: TLabel Left = 8 Top = 32 Width = 91 Height = 13 Caption = 'Age checking time:' end object IdeAgeTime: TLabel Left = 140 Top = 32 Width = 21 Height = 13 Alignment = taRightJustify Caption = '3.52' end object Label1: TLabel Left = 8 Top = 16 Width = 91 Height = 13 Caption = 'Total age requests:' end object IdeAgeRequests: TLabel Left = 120 Top = 16 Width = 41 Height = 13 Alignment = taRightJustify Caption = '1500' end object Label7: TLabel Left = 8 Top = 64 Width = 60 Height = 13 Caption = 'Cache adds:' end object IdeCacheAdds: TLabel Left = 143 Top = 64 Width = 18 Height = 13 Alignment = taRightJustify Caption = '325' end end object gbInternals: TGroupBox Left = 8 Top = 304 Width = 393 Height = 73 Caption = 'Cache Internals' TabOrder = 2 object Label11: TLabel Left = 224 Top = 16 Width = 71 Height = 13 Caption = 'Avg slot depth:' end object AvgDepth: TLabel Left = 362 Top = 16 Width = 15 Height = 13 Alignment = taRightJustify Caption = '3.2' end object Label13: TLabel Left = 224 Top = 32 Width = 72 Height = 13 Caption = 'Min. slot depth:' end object MinDepth: TLabel Left = 371 Top = 32 Width = 6 Height = 13 Alignment = taRightJustify Caption = '0' end object Label17: TLabel Left = 224 Top = 48 Width = 75 Height = 13 Caption = 'Max. slot depth:' end object MaxDepth: TLabel Left = 371 Top = 48 Width = 6 Height = 13 Alignment = taRightJustify Caption = '6' end object Label2: TLabel Left = 8 Top = 32 Width = 51 Height = 13 Caption = 'Total slots:' end object TotalSlots: TLabel Left = 137 Top = 32 Width = 24 Height = 13 Alignment = taRightJustify Caption = '1000' end object Label4: TLabel Left = 8 Top = 48 Width = 73 Height = 13 Caption = 'Occupied slots:' end object FilledSlots: TLabel Left = 143 Top = 48 Width = 18 Height = 13 Alignment = taRightJustify Caption = '500' end object Label9: TLabel Left = 8 Top = 16 Width = 61 Height = 13 Caption = 'Total entries:' end object CacheEntries: TLabel Left = 143 Top = 16 Width = 18 Height = 13 Alignment = taRightJustify Caption = '644' end end object Button1: TButton Left = 168 Top = 384 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object GroupBox2: TGroupBox Left = 224 Top = 200 Width = 177 Height = 97 Caption = 'Tools Age Checks' TabOrder = 4 object Label6: TLabel Left = 8 Top = 80 Width = 77 Height = 13 Caption = 'OS age checks:' end object Label10: TLabel Left = 8 Top = 64 Width = 60 Height = 13 Caption = 'Cache adds:' end object Label12: TLabel Left = 8 Top = 48 Width = 53 Height = 13 Caption = 'Cache hits:' end object Label14: TLabel Left = 8 Top = 32 Width = 91 Height = 13 Caption = 'Age checking time:' end object Label15: TLabel Left = 8 Top = 16 Width = 91 Height = 13 Caption = 'Total age requests:' end object ToolAgeRequests: TLabel Left = 120 Top = 16 Width = 41 Height = 13 Alignment = taRightJustify Caption = '1500' end object ToolAgeTime: TLabel Left = 140 Top = 32 Width = 21 Height = 13 Alignment = taRightJustify Caption = '3.52' end object ToolCacheHits: TLabel Left = 143 Top = 48 Width = 18 Height = 13 Alignment = taRightJustify Caption = '900' end object ToolCacheAdds: TLabel Left = 143 Top = 64 Width = 18 Height = 13 Alignment = taRightJustify Caption = '325' end object ToolOSChecks: TLabel Left = 143 Top = 80 Width = 18 Height = 13 Alignment = taRightJustify Caption = '400' end end end