home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com 1998 June / WF0698_3.ISO / ftp / lftp250u.exe / 0 / RCDATA / TFRMCOPY / TFRMCOPY.txt
Text File  |  1998-06-21  |  2KB  |  83 lines

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