home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Ftp / Leapftp / lftp22.exe / 0 / RCDATA / TFRMCOPY / TFRMCOPY.txt
Text File  |  1998-02-05  |  2KB  |  78 lines

  1. object frmCopy: TfrmCopy
  2.   Left = 242
  3.   Top = 164
  4.   BorderStyle = bsNone
  5.   ClientHeight = 149
  6.   ClientWidth = 305
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Panel3: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 305
  19.     Height = 149
  20.     BevelInner = bvRaised
  21.     Caption = 'Panel3'
  22.     TabOrder = 0
  23.     object Gauge1: TGauge
  24.       Left = 20
  25.       Top = 68
  26.       Width = 261
  27.       Height = 29
  28.       Font.Color = clBlack
  29.       Font.Height = -13
  30.       Font.Name = 'MS Sans Serif'
  31.       Font.Style = [fsBold]
  32.       ParentFont = False
  33.       Progress = 0
  34.     end
  35.     object Label1: TLabel
  36.       Left = 20
  37.       Top = 40
  38.       Width = 3
  39.       Height = 16
  40.       Caption = '.'
  41.     end
  42.     object Label2: TLabel
  43.       Left = 92
  44.       Top = 12
  45.       Width = 107
  46.       Height = 16
  47.       Alignment = taCenter
  48.       Caption = 'Extracting Files'
  49.       Font.Color = clBlack
  50.       Font.Height = -13
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.     end
  55.     object btnCopyCancel: TButton
  56.       Left = 100
  57.       Top = 108
  58.       Width = 89
  59.       Height = 29
  60.       HelpContext = 1003
  61.       Caption = 'Cancel'
  62.       ModalResult = 1
  63.       TabOrder = 0
  64.       OnClick = btnCopyCancelClick
  65.     end
  66.   end
  67.   object Compress1: TCompress
  68.     RegName = 'David Turner'
  69.     RegNumber = 11577
  70.     OnShowProgress = Compress1ShowProgress
  71.     MakeDirectories = True
  72.     ExceptionOnFileError = False
  73.     Key = 0
  74.     Left = 12
  75.     Top = 8
  76.   end
  77. end
  78.