home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TTRANSFERFORM / TTRANSFERFORM.txt
Text File  |  2006-09-21  |  2KB  |  103 lines

  1. object TransferForm: TTransferForm
  2.   Left = 339
  3.   Top = 182
  4.   Cursor = crArrow
  5.   BorderStyle = bsDialog
  6.   Caption = 'Transfert'
  7.   ClientHeight = 164
  8.   ClientWidth = 393
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblFrom: TLabel
  23.     Left = 16
  24.     Top = 88
  25.     Width = 17
  26.     Height = 13
  27.     Alignment = taRightJustify
  28.     Caption = 'De:'
  29.   end
  30.   object lblTo: TLabel
  31.     Left = 9
  32.     Top = 103
  33.     Width = 24
  34.     Height = 13
  35.     Alignment = taRightJustify
  36.     Caption = 'Vers:'
  37.   end
  38.   object lblTrxRateCaption: TLabel
  39.     Left = 12
  40.     Top = 146
  41.     Width = 83
  42.     Height = 13
  43.     Alignment = taRightJustify
  44.     Caption = 'Taux de transfert:'
  45.   end
  46.   object lblTrxRate: TLabel
  47.     Left = 99
  48.     Top = 146
  49.     Width = 286
  50.     Height = 13
  51.     AutoSize = False
  52.   end
  53.   object lblSourcePath: TCBPathLabel
  54.     Left = 40
  55.     Top = 88
  56.     Width = 345
  57.     Height = 13
  58.     AutoSize = False
  59.     Caption = 'lblSourcePath'
  60.   end
  61.   object lblDestPath: TCBPathLabel
  62.     Left = 40
  63.     Top = 103
  64.     Width = 345
  65.     Height = 13
  66.     AutoSize = False
  67.     Caption = 'lblDestPath'
  68.   end
  69.   object Animate1: TAnimate
  70.     Left = 8
  71.     Top = 8
  72.     Width = 272
  73.     Height = 60
  74.     Active = False
  75.     CommonAVI = aviCopyFiles
  76.     StopFrame = 34
  77.   end
  78.   object btnCancel: TButton
  79.     Left = 312
  80.     Top = 8
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'Annuler'
  84.     TabOrder = 1
  85.     OnClick = btnCancelClick
  86.   end
  87.   object PBar: TProgressBar
  88.     Left = 8
  89.     Top = 120
  90.     Width = 377
  91.     Height = 16
  92.     Min = 0
  93.     Max = 100
  94.     TabOrder = 2
  95.   end
  96.   object TrxRateTimer: TTimer
  97.     Enabled = False
  98.     OnTimer = TrxRateTimerTimer
  99.     Left = 334
  100.     Top = 48
  101.   end
  102. end
  103.