home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / billcmp1.zip / INSTALL / INSTCOPY.DFM / INSTCOPY.txt
Text File  |  1995-05-14  |  1KB  |  56 lines

  1. object dlgCopyFile: TdlgCopyFile
  2.   Left = 130
  3.   Top = 149
  4.   ActiveControl = Panel1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Copying Installation Files'
  8.   ClientHeight = 68
  9.   ClientWidth = 394
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 394
  20.     Height = 41
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 66
  25.       Top = 8
  26.       Width = 75
  27.       Height = 16
  28.       Caption = 'Current File'
  29.     end
  30.     object edCurrentFile: TEdit
  31.       Left = 150
  32.       Top = 8
  33.       Width = 177
  34.       Height = 24
  35.       ReadOnly = True
  36.       TabOrder = 0
  37.     end
  38.   end
  39.   object Panel2: TPanel
  40.     Left = 0
  41.     Top = 41
  42.     Width = 394
  43.     Height = 27
  44.     Align = alClient
  45.     TabOrder = 1
  46.     object gaugeCopyProgress: TGauge
  47.       Left = 1
  48.       Top = 1
  49.       Width = 392
  50.       Height = 25
  51.       Align = alClient
  52.       Progress = 0
  53.     end
  54.   end
  55. end
  56.