home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BWAVE / BW95_253.RAR / BWPROJ.EXE / 0 / RCDATA / TFINDPROGRESS / TFINDPROGRESS.txt
Text File  |  1997-12-29  |  704b  |  38 lines

  1. object FindProgress: TFindProgress
  2.   Left = 143
  3.   Top = 108
  4.   Width = 373
  5.   Height = 123
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = '─┐┬╝∩┐╜∩┐╜∩┐╜∩┐╜'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Button1: TButton
  17.     Left = 144
  18.     Top = 56
  19.     Width = 75
  20.     Height = 25
  21.     Cancel = True
  22.     Caption = '╚í∩┐╜∩┐╜'
  23.     Default = True
  24.     ModalResult = 2
  25.     TabOrder = 0
  26.     OnClick = Button1Click
  27.   end
  28.   object PBar1: TProgressBar
  29.     Left = 24
  30.     Top = 16
  31.     Width = 313
  32.     Height = 18
  33.     Min = 0
  34.     Max = 100
  35.     TabOrder = 1
  36.   end
  37. end
  38.