home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TSEARCHPROGRESSDLG / TSEARCHPROGRESSDLG.txt
Text File  |  1999-08-11  |  917b  |  51 lines

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