home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 November / VPR0111A.ISO / PCTUNE / DRH2001D / DRH2001D.EXE / muthread.exe / RCDATA / TTHREADSORTFORM / TTHREADSORTFORM.txt < prev   
Text File  |  2000-10-31  |  7KB  |  348 lines

  1. object ThreadSortForm: TThreadSortForm
  2.   Left = 234
  3.   Top = 171
  4.   BorderStyle = bsSingle
  5.   Caption = 'Dr. Hardware MultiThread Benchmark'
  6.   ClientHeight = 448
  7.   ClientWidth = 565
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Default'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 408
  21.     Top = 22
  22.     Width = 33
  23.     Height = 33
  24.     Picture.Data = {<image000.ico>}
  25.   end
  26.   object Label1: TLabel
  27.     Left = 464
  28.     Top = 24
  29.     Width = 85
  30.     Height = 29
  31.     AutoSize = False
  32.     Caption = 'MultiThread Benchmark'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clBlue
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     WordWrap = True
  40.   end
  41.   object Label2: TLabel
  42.     Left = 464
  43.     Top = 62
  44.     Width = 62
  45.     Height = 13
  46.     Caption = 'Version 1.0.0'
  47.   end
  48.   object Label3: TLabel
  49.     Left = 464
  50.     Top = 88
  51.     Width = 82
  52.     Height = 39
  53.     Caption = 'Copyright (c)     2000 by Peter A. Gebhard'
  54.     WordWrap = True
  55.   end
  56.   object Bevel1: TBevel
  57.     Left = 388
  58.     Top = 8
  59.     Width = 2
  60.     Height = 433
  61.   end
  62.   object Bevel2: TBevel
  63.     Left = 406
  64.     Top = 364
  65.     Width = 149
  66.     Height = 2
  67.   end
  68.   object Label4: TLabel
  69.     Left = 408
  70.     Top = 302
  71.     Width = 69
  72.     Height = 13
  73.     Caption = 'Multistones:'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clNavy
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.   end
  81.   object LabelMStonesResult: TLabel
  82.     Left = 514
  83.     Top = 302
  84.     Width = 43
  85.     Height = 13
  86.     AutoSize = False
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clRed
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = [fsBold]
  92.     ParentFont = False
  93.   end
  94.   object LabelTime: TLabel
  95.     Left = 514
  96.     Top = 322
  97.     Width = 3
  98.     Height = 13
  99.     Font.Charset = DEFAULT_CHARSET
  100.     Font.Color = clRed
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentFont = False
  105.   end
  106.   object Label5: TLabel
  107.     Left = 408
  108.     Top = 322
  109.     Width = 72
  110.     Height = 13
  111.     Caption = 'Time/Dauer:'
  112.     Font.Charset = DEFAULT_CHARSET
  113.     Font.Color = clNavy
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = [fsBold]
  117.     ParentFont = False
  118.   end
  119.   object Bevel4: TBevel
  120.     Left = 404
  121.     Top = 250
  122.     Width = 149
  123.     Height = 2
  124.   end
  125.   object LabelIndexSortPaint: TLabel
  126.     Left = 408
  127.     Top = 262
  128.     Width = 98
  129.     Height = 13
  130.     Caption = 'Index Sort/Paint:'
  131.     Font.Charset = DEFAULT_CHARSET
  132.     Font.Color = clNavy
  133.     Font.Height = -11
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = [fsBold]
  136.     ParentFont = False
  137.   end
  138.   object LabelIndexSortPaintResult: TLabel
  139.     Left = 514
  140.     Top = 262
  141.     Width = 43
  142.     Height = 13
  143.     AutoSize = False
  144.     Font.Charset = DEFAULT_CHARSET
  145.     Font.Color = clRed
  146.     Font.Height = -11
  147.     Font.Name = 'MS Sans Serif'
  148.     Font.Style = [fsBold]
  149.     ParentFont = False
  150.   end
  151.   object LabelIndexSort: TLabel
  152.     Left = 408
  153.     Top = 282
  154.     Width = 63
  155.     Height = 13
  156.     Caption = 'Index Sort:'
  157.     Font.Charset = DEFAULT_CHARSET
  158.     Font.Color = clNavy
  159.     Font.Height = -11
  160.     Font.Name = 'MS Sans Serif'
  161.     Font.Style = [fsBold]
  162.     ParentFont = False
  163.   end
  164.   object LabelIndexSortResult: TLabel
  165.     Left = 514
  166.     Top = 282
  167.     Width = 43
  168.     Height = 13
  169.     AutoSize = False
  170.     Font.Charset = DEFAULT_CHARSET
  171.     Font.Color = clRed
  172.     Font.Height = -11
  173.     Font.Name = 'MS Sans Serif'
  174.     Font.Style = [fsBold]
  175.     ParentFont = False
  176.   end
  177.   object Bevel5: TBevel
  178.     Left = 404
  179.     Top = 216
  180.     Width = 149
  181.     Height = 2
  182.   end
  183.   object LabelSMPFactor: TLabel
  184.     Left = 408
  185.     Top = 344
  186.     Width = 71
  187.     Height = 13
  188.     Caption = 'SMP Factor:'
  189.     Font.Charset = DEFAULT_CHARSET
  190.     Font.Color = clNavy
  191.     Font.Height = -11
  192.     Font.Name = 'MS Sans Serif'
  193.     Font.Style = [fsBold]
  194.     ParentFont = False
  195.   end
  196.   object LabelSMPFactorResult: TLabel
  197.     Left = 514
  198.     Top = 344
  199.     Width = 43
  200.     Height = 13
  201.     AutoSize = False
  202.     Font.Charset = DEFAULT_CHARSET
  203.     Font.Color = clRed
  204.     Font.Height = -11
  205.     Font.Name = 'MS Sans Serif'
  206.     Font.Style = [fsBold]
  207.     ParentFont = False
  208.   end
  209.   object StartBtn: TButton
  210.     Left = 408
  211.     Top = 378
  212.     Width = 147
  213.     Height = 25
  214.     Caption = 'Start Benchmark!'
  215.     Font.Charset = DEFAULT_CHARSET
  216.     Font.Color = clRed
  217.     Font.Height = -11
  218.     Font.Name = 'MS Sans Serif'
  219.     Font.Style = [fsBold]
  220.     ParentFont = False
  221.     TabOrder = 0
  222.     OnClick = StartBtnClick
  223.   end
  224.   object Button1: TButton
  225.     Left = 408
  226.     Top = 410
  227.     Width = 147
  228.     Height = 25
  229.     Caption = 'Exit'
  230.     Font.Charset = DEFAULT_CHARSET
  231.     Font.Color = clRed
  232.     Font.Height = -11
  233.     Font.Name = 'MS Sans Serif'
  234.     Font.Style = [fsBold]
  235.     ParentFont = False
  236.     TabOrder = 1
  237.     OnClick = Button1Click
  238.   end
  239.   object Panel1: TPanel
  240.     Left = 10
  241.     Top = 232
  242.     Width = 179
  243.     Height = 205
  244.     Alignment = taRightJustify
  245.     BevelOuter = bvLowered
  246.     BorderWidth = 1
  247.     TabOrder = 2
  248.     object QuickSortBox: TPaintBox
  249.       Left = 2
  250.       Top = 2
  251.       Width = 175
  252.       Height = 201
  253.       Hint = 'Thread 3'
  254.       Align = alClient
  255.       ParentShowHint = False
  256.       ShowHint = True
  257.       Visible = False
  258.       OnPaint = QuickSortBoxPaint
  259.     end
  260.   end
  261.   object Panel2: TPanel
  262.     Left = 10
  263.     Top = 14
  264.     Width = 179
  265.     Height = 205
  266.     Alignment = taRightJustify
  267.     BevelOuter = bvLowered
  268.     BorderWidth = 1
  269.     TabOrder = 3
  270.     object BubbleSortBox: TPaintBox
  271.       Left = 2
  272.       Top = 2
  273.       Width = 175
  274.       Height = 201
  275.       Hint = 'Thread 1'
  276.       Align = alClient
  277.       ParentShowHint = False
  278.       ShowHint = True
  279.       Visible = False
  280.       OnPaint = BubbleSortBoxPaint
  281.     end
  282.   end
  283.   object Panel3: TPanel
  284.     Left = 200
  285.     Top = 14
  286.     Width = 179
  287.     Height = 205
  288.     Alignment = taRightJustify
  289.     BevelOuter = bvLowered
  290.     BorderWidth = 1
  291.     TabOrder = 4
  292.     object PaintBox1: TPaintBox
  293.       Left = 2
  294.       Top = 2
  295.       Width = 175
  296.       Height = 201
  297.       Align = alClient
  298.       Visible = False
  299.       OnPaint = BubbleSortBoxPaint
  300.     end
  301.     object SelectionSortBox: TPaintBox
  302.       Left = 2
  303.       Top = 2
  304.       Width = 175
  305.       Height = 201
  306.       Hint = 'Thread 2'
  307.       Align = alClient
  308.       ParentShowHint = False
  309.       ShowHint = True
  310.       Visible = False
  311.       OnPaint = SelectionSortBoxPaint
  312.     end
  313.   end
  314.   object Panel4: TPanel
  315.     Left = 200
  316.     Top = 232
  317.     Width = 179
  318.     Height = 205
  319.     Alignment = taRightJustify
  320.     BevelOuter = bvLowered
  321.     BorderWidth = 1
  322.     TabOrder = 5
  323.     object PaintBox4: TPaintBox
  324.       Left = 2
  325.       Top = 2
  326.       Width = 175
  327.       Height = 201
  328.       Hint = 'Thread 4'
  329.       Align = alClient
  330.       ParentShowHint = False
  331.       ShowHint = True
  332.       Visible = False
  333.       OnPaint = Paint4BoxPaint
  334.     end
  335.   end
  336.   object CheckBoxSMPSupport: TCheckBox
  337.     Left = 408
  338.     Top = 226
  339.     Width = 133
  340.     Height = 17
  341.     Caption = 'Multi-CPU Support'
  342.     Checked = True
  343.     State = cbChecked
  344.     TabOrder = 6
  345.     OnClick = CheckBoxSMPSupportClick
  346.   end
  347. end
  348.