home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / sharewar / neosoft / win / qm41 / install / qmwin.exe / 0 / RCDATA / TFILESEARCHPROGRESSDIALOG / TFILESEARCHPROGRESSDIALOG.txt
Encoding:
Text File  |  1996-10-11  |  1.8 KB  |  76 lines

  1. object FileSearchProgressDialog: TFileSearchProgressDialog
  2.   Left = 574
  3.   Top = 96
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'File Search'
  7.   ClientHeight = 139
  8.   ClientWidth = 185
  9.   Font.Color = clBtnText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 15
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 128
  20.     Height = 15
  21.     Caption = 'Searching entire drive...'
  22.   end
  23.   object CancelButton: TBitBtn
  24.     Left = 52
  25.     Top = 102
  26.     Width = 81
  27.     Height = 28
  28.     Cancel = True
  29.     Caption = 'Stop'
  30.     ModalResult = 2
  31.     TabOrder = 0
  32.     OnClick = CancelButtonClick
  33.     Glyph.Data = {
  34.       F6000000424DF600000000000000760000002800000010000000100000000100
  35.       0400000000008000000000000000000000001000000010000000000000000000
  36.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  37.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330B00000000
  38.       003333000000000000333330EEEEEEEE0333333000000000033333330BFBFBF0
  39.       33333330BFBFBFBF03333330FBFBFBFBF0333330BFB8800FB0333330FBFBFBF0
  40.       F0333330BFBFBFB0B0333330F0F0F0F0F0333330B0B0B0B003333330F0F0F0F0
  41.       33333330B0B0B0B03333333300F0F00333333333330000333333}
  42.   end
  43.   object Panel5: TPanel
  44.     Left = 8
  45.     Top = 61
  46.     Width = 169
  47.     Height = 25
  48.     Alignment = taLeftJustify
  49.     BevelOuter = bvLowered
  50.     BorderWidth = 4
  51.     Caption = 'Files Found:'
  52.     TabOrder = 1
  53.     object FoundCount: TPanel
  54.       Left = 83
  55.       Top = 5
  56.       Width = 81
  57.       Height = 15
  58.       Align = alRight
  59.       Alignment = taRightJustify
  60.       BevelOuter = bvNone
  61.       Caption = '0'
  62.       TabOrder = 0
  63.     end
  64.   end
  65.   object Location: TPanel
  66.     Left = 8
  67.     Top = 28
  68.     Width = 169
  69.     Height = 25
  70.     Alignment = taRightJustify
  71.     BevelOuter = bvLowered
  72.     BorderWidth = 4
  73.     TabOrder = 2
  74.   end
  75. end
  76.