home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / explorer-addons / cpto200.exe / Copyto.exe / 0 / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt
Text File  |  1998-06-01  |  531b  |  27 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 186
  3.   Top = 264
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Copyto...'
  7.   ClientHeight = 31
  8.   ClientWidth = 233
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object prgBarSelect: TProgressBar
  18.     Left = 8
  19.     Top = 8
  20.     Width = 217
  21.     Height = 17
  22.     Min = 0
  23.     Max = 100
  24.     TabOrder = 0
  25.   end
  26. end
  27.