home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TSEARCHPROGRESSDLG / TSEARCHPROGRESSDLG.txt
Text File  |  1998-06-16  |  847b  |  48 lines

  1. object SearchProgressDlg: TSearchProgressDlg
  2.   Left = 358
  3.   Top = 294
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Searching'
  6.   ClientHeight = 91
  7.   ClientWidth = 255
  8.   ParentFont = True
  9.   OnCloseQuery = FormCloseQuery
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Bevel1: TBevel
  14.     Left = 3
  15.     Top = 4
  16.     Width = 249
  17.     Height = 85
  18.   end
  19.   object HitLabel: TLabel
  20.     Left = 64
  21.     Top = 64
  22.     Width = 180
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = '0'
  26.   end
  27.   object NameDisplay: TPaintBox
  28.     Left = 64
  29.     Top = 40
  30.     Width = 180
  31.     Height = 13
  32.     OnPaint = NameDisplayPaint
  33.   end
  34.   object TextDisplay: TPaintBox
  35.     Left = 64
  36.     Top = 14
  37.     Width = 180
  38.     Height = 13
  39.     OnPaint = TextDisplayPaint
  40.   end
  41.   object Placeholder: TBevel
  42.     Left = 8
  43.     Top = 24
  44.     Width = 17
  45.     Height = 25
  46.   end
  47. end
  48.