home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January / VPR9801A.ISO / BENCH / dbnch112 / dbench32.exe / 0 / RCDATA / TPROGRESS / TPROGRESS.txt
Text File  |  1997-01-26  |  3KB  |  188 lines

  1. object Progress: TProgress
  2.   Left = 32
  3.   Top = 729
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'In progress'
  7.   ClientHeight = 168
  8.   ClientWidth = 347
  9.   Font.Color = clWindowText
  10.   Font.Height = -15
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object StopShape: TShape
  17.     Left = 24
  18.     Top = 136
  19.     Width = 13
  20.     Height = 9
  21.     Brush.Color = clMaroon
  22.     Pen.Color = clNone
  23.   end
  24.   object GoShape: TShape
  25.     Left = 8
  26.     Top = 136
  27.     Width = 13
  28.     Height = 9
  29.     Brush.Color = clOlive
  30.     Pen.Color = clNone
  31.   end
  32.   object FlushLabel: TLabel
  33.     Left = 44
  34.     Top = 132
  35.     Width = 221
  36.     Height = 17
  37.     AutoSize = False
  38.     Font.Color = clWindowText
  39.     Font.Height = -12
  40.     Font.Name = 'Arial'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object Bevel2: TBevel
  45.     Left = 8
  46.     Top = 136
  47.     Width = 13
  48.     Height = 9
  49.   end
  50.   object Bevel1: TBevel
  51.     Left = 24
  52.     Top = 136
  53.     Width = 13
  54.     Height = 9
  55.   end
  56.   object Label1: TLabel
  57.     Left = 16
  58.     Top = 8
  59.     Width = 89
  60.     Height = 16
  61.     AutoSize = False
  62.     Caption = 'All progress'
  63.   end
  64.   object Box512B: TGroupBox
  65.     Left = 8
  66.     Top = 32
  67.     Width = 329
  68.     Height = 97
  69.     Caption = 'Tests sequence'
  70.     TabOrder = 0
  71.     object Label6: TLabel
  72.       Left = 16
  73.       Top = 24
  74.       Width = 129
  75.       Height = 25
  76.       AutoSize = False
  77.       Caption = 'Sequential'
  78.     end
  79.     object Label7: TLabel
  80.       Left = 88
  81.       Top = 24
  82.       Width = 25
  83.       Height = 17
  84.       Alignment = taRightJustify
  85.       AutoSize = False
  86.       Caption = 'W'
  87.     end
  88.     object Label8: TLabel
  89.       Left = 208
  90.       Top = 24
  91.       Width = 25
  92.       Height = 17
  93.       Alignment = taRightJustify
  94.       AutoSize = False
  95.       Caption = 'R'
  96.     end
  97.     object Label9: TLabel
  98.       Left = 24
  99.       Top = 64
  100.       Width = 105
  101.       Height = 25
  102.       AutoSize = False
  103.       Caption = 'Random'
  104.     end
  105.     object Label10: TLabel
  106.       Left = 80
  107.       Top = 64
  108.       Width = 33
  109.       Height = 17
  110.       Alignment = taRightJustify
  111.       AutoSize = False
  112.       Caption = 'W'
  113.     end
  114.     object Label11: TLabel
  115.       Left = 208
  116.       Top = 64
  117.       Width = 25
  118.       Height = 17
  119.       Alignment = taRightJustify
  120.       AutoSize = False
  121.       Caption = 'R'
  122.     end
  123.     object SWBar512: TProgressBar
  124.       Left = 120
  125.       Top = 24
  126.       Width = 81
  127.       Height = 17
  128.       Min = 0
  129.       Max = 100
  130.       TabOrder = 0
  131.     end
  132.     object SRBar512: TProgressBar
  133.       Left = 240
  134.       Top = 24
  135.       Width = 81
  136.       Height = 17
  137.       Min = 0
  138.       Max = 100
  139.       TabOrder = 1
  140.     end
  141.     object RWBar512: TProgressBar
  142.       Left = 120
  143.       Top = 64
  144.       Width = 81
  145.       Height = 17
  146.       Min = 0
  147.       Max = 100
  148.       TabOrder = 2
  149.     end
  150.     object RRBar512: TProgressBar
  151.       Left = 240
  152.       Top = 64
  153.       Width = 81
  154.       Height = 17
  155.       Min = 0
  156.       Max = 100
  157.       TabOrder = 3
  158.     end
  159.   end
  160.   object CloseBtn: TButton
  161.     Left = 272
  162.     Top = 136
  163.     Width = 67
  164.     Height = 25
  165.     Caption = 'Close'
  166.     TabOrder = 1
  167.     OnClick = CloseBtnClick
  168.   end
  169.   object FlushBar: TProgressBar
  170.     Left = 8
  171.     Top = 152
  172.     Width = 257
  173.     Height = 9
  174.     Min = 0
  175.     Max = 100
  176.     TabOrder = 2
  177.   end
  178.   object AllBar: TProgressBar
  179.     Left = 96
  180.     Top = 8
  181.     Width = 241
  182.     Height = 17
  183.     Min = 0
  184.     Max = 100
  185.     TabOrder = 3
  186.   end
  187. end
  188.