home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Tools / CPrompt / SETUP.exe / 0 / RCDATA / TFCOPY / TFCOPY.txt
Text File  |  1999-11-01  |  712b  |  42 lines

  1. object fCopy: TfCopy
  2.   Left = 298
  3.   Top = 542
  4.   Width = 424
  5.   Height = 85
  6.   Caption = 'Copying'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poDefault
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object lFileName: TLabel
  16.     Left = 88
  17.     Top = 8
  18.     Width = 321
  19.     Height = 13
  20.     AutoSize = False
  21.   end
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 73
  26.     Height = 13
  27.     Alignment = taRightJustify
  28.     AutoSize = False
  29.     Caption = 'Copying file: '
  30.   end
  31.   object Guage: TProgressBar
  32.     Left = 8
  33.     Top = 32
  34.     Width = 405
  35.     Height = 19
  36.     Min = 0
  37.     Max = 100
  38.     Step = 1
  39.     TabOrder = 0
  40.   end
  41. end
  42.