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

  1. object frmMcopy: TfrmMcopy
  2.   Left = 248
  3.   Top = 165
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Copyto - ∩┐╜X∩┐╜V∩┐╜∩┐╜∩┐╜─é∩┐╜∩┐╜▄é∩┐╜ ...'
  7.   ClientHeight = 155
  8.   ClientWidth = 329
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblFilename: TLabel
  19.     Left = 58
  20.     Top = 64
  21.     Width = 153
  22.     Height = 17
  23.     AutoSize = False
  24.   end
  25.   object pathFrom: TLabel
  26.     Left = 58
  27.     Top = 84
  28.     Width = 261
  29.     Height = 17
  30.     AutoSize = False
  31.   end
  32.   object pathTo: TLabel
  33.     Left = 58
  34.     Top = 104
  35.     Width = 261
  36.     Height = 17
  37.     AutoSize = False
  38.   end
  39.   object lblFrom: TLabel
  40.     Left = 21
  41.     Top = 84
  42.     Width = 36
  43.     Height = 12
  44.     Alignment = taRightJustify
  45.     AutoSize = False
  46.     Caption = 'From : '
  47.   end
  48.   object lblTo: TLabel
  49.     Left = 21
  50.     Top = 104
  51.     Width = 36
  52.     Height = 12
  53.     Alignment = taRightJustify
  54.     AutoSize = False
  55.     Caption = 'To : '
  56.   end
  57.   object lblName: TLabel
  58.     Left = 8
  59.     Top = 64
  60.     Width = 49
  61.     Height = 12
  62.     Alignment = taRightJustify
  63.     AutoSize = False
  64.     Caption = '∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜ : '
  65.     Color = clBtnFace
  66.     ParentColor = False
  67.   end
  68.   object lblCount: TLabel
  69.     Left = 212
  70.     Top = 64
  71.     Width = 107
  72.     Height = 17
  73.     Alignment = taRightJustify
  74.     AutoSize = False
  75.   end
  76.   object prgBarSelect: TProgressBar
  77.     Left = 8
  78.     Top = 128
  79.     Width = 217
  80.     Height = 17
  81.     Min = 0
  82.     Max = 100
  83.     TabOrder = 0
  84.   end
  85.   object btnCancel: TButton
  86.     Left = 232
  87.     Top = 125
  88.     Width = 89
  89.     Height = 22
  90.     Caption = '∩┐╜L∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜Z∩┐╜∩┐╜'
  91.     TabOrder = 1
  92.     OnClick = btnCancelClick
  93.   end
  94.   object AnimateCtrl1: TAnimateCtrl
  95.     Left = 32
  96.     Top = 0
  97.     Width = 272
  98.     Height = 60
  99.     Active = True
  100.     AnimateType = atCopyFile
  101.   end
  102. end
  103.