home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TPROGRESSBOX / TPROGRESSBOX.txt
Encoding:
Text File  |  1999-03-17  |  3.8 KB  |  206 lines

  1. object ProgressBox: TProgressBox
  2.   Left = 501
  3.   Top = 298
  4.   Cursor = crHourGlass
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Progress'
  9.   ClientHeight = 145
  10.   ClientWidth = 560
  11.   Color = clBtnFace
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -13
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object Passed_: TLabel
  24.     Left = 16
  25.     Top = 3
  26.     Width = 47
  27.     Height = 16
  28.     Caption = 'Passed'
  29.     Color = clBtnFace
  30.     ParentColor = False
  31.   end
  32.   object ToDo_: TLabel
  33.     Left = 16
  34.     Top = 22
  35.     Width = 36
  36.     Height = 16
  37.     Caption = 'To do'
  38.     Color = clBtnFace
  39.     ParentColor = False
  40.   end
  41.   object Total_: TLabel
  42.     Left = 16
  43.     Top = 41
  44.     Width = 31
  45.     Height = 16
  46.     Caption = 'Total'
  47.     Color = clBtnFace
  48.     ParentColor = False
  49.   end
  50.   object Passed: TLabel
  51.     Left = 191
  52.     Top = 3
  53.     Width = 7
  54.     Height = 16
  55.     Alignment = taRightJustify
  56.     Caption = '0'
  57.     Color = clBtnFace
  58.     ParentColor = False
  59.   end
  60.   object ToDo: TLabel
  61.     Left = 191
  62.     Top = 22
  63.     Width = 7
  64.     Height = 16
  65.     Alignment = taRightJustify
  66.     Caption = '0'
  67.     Color = clBtnFace
  68.     ParentColor = False
  69.   end
  70.   object Total: TLabel
  71.     Left = 137
  72.     Top = 41
  73.     Width = 61
  74.     Height = 16
  75.     Alignment = taRightJustify
  76.     Caption = 'Searching'
  77.     Color = clBtnFace
  78.     ParentColor = False
  79.   end
  80.   object PaintBox1: TPaintBox
  81.     Left = 8
  82.     Top = 89
  83.     Width = 545
  84.     Height = 23
  85.     Cursor = crHourGlass
  86.     Color = clBtnShadow
  87.     ParentColor = False
  88.   end
  89.   object MemoryLabel: TLabel
  90.     Left = 208
  91.     Top = 120
  92.     Width = 52
  93.     Height = 16
  94.     Caption = 'Memory:'
  95.     Color = clBtnFace
  96.     ParentColor = False
  97.   end
  98.   object Memory: TLabel
  99.     Left = 284
  100.     Top = 120
  101.     Width = 7
  102.     Height = 16
  103.     Caption = '0'
  104.     Color = clBtnFace
  105.     ParentColor = False
  106.   end
  107.   object CountLabel: TLabel
  108.     Left = 16
  109.     Top = 120
  110.     Width = 39
  111.     Height = 16
  112.     Caption = 'Errors:'
  113.     Color = clBtnFace
  114.     ParentColor = False
  115.   end
  116.   object CountValue: TLabel
  117.     Left = 112
  118.     Top = 120
  119.     Width = 7
  120.     Height = 16
  121.     Caption = '0'
  122.     Color = clBtnFace
  123.     ParentColor = False
  124.   end
  125.   object Panel2: TPanel
  126.     Left = 264
  127.     Top = 0
  128.     Width = 289
  129.     Height = 65
  130.     Cursor = crHourGlass
  131.     Color = clBtnShadow
  132.     TabOrder = 0
  133.     object TimePassed_: TLabel
  134.       Left = 8
  135.       Top = 5
  136.       Width = 80
  137.       Height = 16
  138.       Caption = 'Time passed'
  139.       Color = clBtnShadow
  140.       ParentColor = False
  141.     end
  142.     object TimeLeft_: TLabel
  143.       Left = 8
  144.       Top = 22
  145.       Width = 51
  146.       Height = 16
  147.       Caption = 'Time left'
  148.       Color = clBtnShadow
  149.       ParentColor = False
  150.     end
  151.     object TimePassed: TLabel
  152.       Left = 171
  153.       Top = 5
  154.       Width = 21
  155.       Height = 16
  156.       Caption = '000'
  157.     end
  158.     object TimeLeft: TLabel
  159.       Left = 171
  160.       Top = 22
  161.       Width = 21
  162.       Height = 16
  163.       Caption = '000'
  164.     end
  165.     object TimeExpected_: TLabel
  166.       Left = 8
  167.       Top = 40
  168.       Width = 90
  169.       Height = 16
  170.       Caption = 'Time expected'
  171.       Color = clBtnShadow
  172.       ParentColor = False
  173.     end
  174.     object TimeExpected: TLabel
  175.       Left = 171
  176.       Top = 40
  177.       Width = 21
  178.       Height = 16
  179.       Caption = '000'
  180.     end
  181.   end
  182.   object Cancel: TBitBtn
  183.     Left = 442
  184.     Top = 115
  185.     Width = 111
  186.     Height = 27
  187.     Cursor = crArrow
  188.     Caption = '&Cancel'
  189.     Enabled = False
  190.     TabOrder = 1
  191.     Kind = bkCancel
  192.   end
  193.   object ReportLabel: TPanel
  194.     Left = 8
  195.     Top = 65
  196.     Width = 545
  197.     Height = 23
  198.     Cursor = crHourGlass
  199.     Alignment = taLeftJustify
  200.     BevelInner = bvLowered
  201.     Caption = 'Operation in progress'
  202.     Color = clWindow
  203.     TabOrder = 2
  204.   end
  205. end
  206.