home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TSTATSFORM / TSTATSFORM.txt
Text File  |  1997-01-16  |  6KB  |  315 lines

  1. object StatsForm: TStatsForm
  2.   Left = 201
  3.   Top = 85
  4.   Width = 419
  5.   Height = 440
  6.   Caption = 'Build Statistics'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Grid: TStringGrid
  15.     Left = 8
  16.     Top = 8
  17.     Width = 393
  18.     Height = 178
  19.     TabStop = False
  20.     ColCount = 6
  21.     RowCount = 7
  22.     ScrollBars = ssNone
  23.     TabOrder = 0
  24.     ColWidths = (
  25.       64
  26.       64
  27.       64
  28.       64
  29.       64
  30.       64)
  31.     RowHeights = (
  32.       24
  33.       24
  34.       24
  35.       24
  36.       24
  37.       24
  38.       24)
  39.   end
  40.   object GroupBox1: TGroupBox
  41.     Left = 8
  42.     Top = 200
  43.     Width = 177
  44.     Height = 97
  45.     Caption = 'Make Age Checks'
  46.     TabOrder = 1
  47.     object Label3: TLabel
  48.       Left = 8
  49.       Top = 48
  50.       Width = 53
  51.       Height = 13
  52.       Caption = 'Cache hits:'
  53.     end
  54.     object IdeCacheHits: TLabel
  55.       Left = 143
  56.       Top = 48
  57.       Width = 18
  58.       Height = 13
  59.       Alignment = taRightJustify
  60.       Caption = '900'
  61.     end
  62.     object Label5: TLabel
  63.       Left = 8
  64.       Top = 80
  65.       Width = 77
  66.       Height = 13
  67.       Caption = 'OS age checks:'
  68.     end
  69.     object IdeOsChecks: TLabel
  70.       Left = 143
  71.       Top = 80
  72.       Width = 18
  73.       Height = 13
  74.       Alignment = taRightJustify
  75.       Caption = '400'
  76.     end
  77.     object Label8: TLabel
  78.       Left = 8
  79.       Top = 32
  80.       Width = 91
  81.       Height = 13
  82.       Caption = 'Age checking time:'
  83.     end
  84.     object IdeAgeTime: TLabel
  85.       Left = 140
  86.       Top = 32
  87.       Width = 21
  88.       Height = 13
  89.       Alignment = taRightJustify
  90.       Caption = '3.52'
  91.     end
  92.     object Label1: TLabel
  93.       Left = 8
  94.       Top = 16
  95.       Width = 91
  96.       Height = 13
  97.       Caption = 'Total age requests:'
  98.     end
  99.     object IdeAgeRequests: TLabel
  100.       Left = 120
  101.       Top = 16
  102.       Width = 41
  103.       Height = 13
  104.       Alignment = taRightJustify
  105.       Caption = '1500'
  106.     end
  107.     object Label7: TLabel
  108.       Left = 8
  109.       Top = 64
  110.       Width = 60
  111.       Height = 13
  112.       Caption = 'Cache adds:'
  113.     end
  114.     object IdeCacheAdds: TLabel
  115.       Left = 143
  116.       Top = 64
  117.       Width = 18
  118.       Height = 13
  119.       Alignment = taRightJustify
  120.       Caption = '325'
  121.     end
  122.   end
  123.   object gbInternals: TGroupBox
  124.     Left = 8
  125.     Top = 304
  126.     Width = 393
  127.     Height = 73
  128.     Caption = 'Cache Internals'
  129.     TabOrder = 2
  130.     object Label11: TLabel
  131.       Left = 224
  132.       Top = 16
  133.       Width = 71
  134.       Height = 13
  135.       Caption = 'Avg slot depth:'
  136.     end
  137.     object AvgDepth: TLabel
  138.       Left = 362
  139.       Top = 16
  140.       Width = 15
  141.       Height = 13
  142.       Alignment = taRightJustify
  143.       Caption = '3.2'
  144.     end
  145.     object Label13: TLabel
  146.       Left = 224
  147.       Top = 32
  148.       Width = 72
  149.       Height = 13
  150.       Caption = 'Min. slot depth:'
  151.     end
  152.     object MinDepth: TLabel
  153.       Left = 371
  154.       Top = 32
  155.       Width = 6
  156.       Height = 13
  157.       Alignment = taRightJustify
  158.       Caption = '0'
  159.     end
  160.     object Label17: TLabel
  161.       Left = 224
  162.       Top = 48
  163.       Width = 75
  164.       Height = 13
  165.       Caption = 'Max. slot depth:'
  166.     end
  167.     object MaxDepth: TLabel
  168.       Left = 371
  169.       Top = 48
  170.       Width = 6
  171.       Height = 13
  172.       Alignment = taRightJustify
  173.       Caption = '6'
  174.     end
  175.     object Label2: TLabel
  176.       Left = 8
  177.       Top = 32
  178.       Width = 51
  179.       Height = 13
  180.       Caption = 'Total slots:'
  181.     end
  182.     object TotalSlots: TLabel
  183.       Left = 137
  184.       Top = 32
  185.       Width = 24
  186.       Height = 13
  187.       Alignment = taRightJustify
  188.       Caption = '1000'
  189.     end
  190.     object Label4: TLabel
  191.       Left = 8
  192.       Top = 48
  193.       Width = 73
  194.       Height = 13
  195.       Caption = 'Occupied slots:'
  196.     end
  197.     object FilledSlots: TLabel
  198.       Left = 143
  199.       Top = 48
  200.       Width = 18
  201.       Height = 13
  202.       Alignment = taRightJustify
  203.       Caption = '500'
  204.     end
  205.     object Label9: TLabel
  206.       Left = 8
  207.       Top = 16
  208.       Width = 61
  209.       Height = 13
  210.       Caption = 'Total entries:'
  211.     end
  212.     object CacheEntries: TLabel
  213.       Left = 143
  214.       Top = 16
  215.       Width = 18
  216.       Height = 13
  217.       Alignment = taRightJustify
  218.       Caption = '644'
  219.     end
  220.   end
  221.   object Button1: TButton
  222.     Left = 168
  223.     Top = 384
  224.     Width = 75
  225.     Height = 25
  226.     Caption = 'OK'
  227.     Default = True
  228.     ModalResult = 1
  229.     TabOrder = 3
  230.   end
  231.   object GroupBox2: TGroupBox
  232.     Left = 224
  233.     Top = 200
  234.     Width = 177
  235.     Height = 97
  236.     Caption = 'Tools Age Checks'
  237.     TabOrder = 4
  238.     object Label6: TLabel
  239.       Left = 8
  240.       Top = 80
  241.       Width = 77
  242.       Height = 13
  243.       Caption = 'OS age checks:'
  244.     end
  245.     object Label10: TLabel
  246.       Left = 8
  247.       Top = 64
  248.       Width = 60
  249.       Height = 13
  250.       Caption = 'Cache adds:'
  251.     end
  252.     object Label12: TLabel
  253.       Left = 8
  254.       Top = 48
  255.       Width = 53
  256.       Height = 13
  257.       Caption = 'Cache hits:'
  258.     end
  259.     object Label14: TLabel
  260.       Left = 8
  261.       Top = 32
  262.       Width = 91
  263.       Height = 13
  264.       Caption = 'Age checking time:'
  265.     end
  266.     object Label15: TLabel
  267.       Left = 8
  268.       Top = 16
  269.       Width = 91
  270.       Height = 13
  271.       Caption = 'Total age requests:'
  272.     end
  273.     object ToolAgeRequests: TLabel
  274.       Left = 120
  275.       Top = 16
  276.       Width = 41
  277.       Height = 13
  278.       Alignment = taRightJustify
  279.       Caption = '1500'
  280.     end
  281.     object ToolAgeTime: TLabel
  282.       Left = 140
  283.       Top = 32
  284.       Width = 21
  285.       Height = 13
  286.       Alignment = taRightJustify
  287.       Caption = '3.52'
  288.     end
  289.     object ToolCacheHits: TLabel
  290.       Left = 143
  291.       Top = 48
  292.       Width = 18
  293.       Height = 13
  294.       Alignment = taRightJustify
  295.       Caption = '900'
  296.     end
  297.     object ToolCacheAdds: TLabel
  298.       Left = 143
  299.       Top = 64
  300.       Width = 18
  301.       Height = 13
  302.       Alignment = taRightJustify
  303.       Caption = '325'
  304.     end
  305.     object ToolOSChecks: TLabel
  306.       Left = 143
  307.       Top = 80
  308.       Width = 18
  309.       Height = 13
  310.       Alignment = taRightJustify
  311.       Caption = '400'
  312.     end
  313.   end
  314. end
  315.