home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMCOPYMOVEFILES / TFORMCOPYMOVEFILES.txt
Encoding:
Text File  |  2004-04-06  |  2.1 KB  |  114 lines

  1. object FormCopyMoveFiles: TFormCopyMoveFiles
  2.   Left = 417
  3.   Top = 200
  4.   BorderStyle = bsDialog
  5.   Caption = 'Copying files..'
  6.   ClientHeight = 180
  7.   ClientWidth = 392
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   DesignSize = (
  20.     392
  21.     180)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 158
  26.     Top = 122
  27.     Width = 41
  28.     Height = 13
  29.     Caption = 'Files left:'
  30.   end
  31.   object LblNumFilesLeft: TLabel
  32.     Left = 204
  33.     Top = 122
  34.     Width = 15
  35.     Height = 13
  36.     Caption = 'xxx'
  37.   end
  38.   object Button1: TButton
  39.     Left = 156
  40.     Top = 148
  41.     Width = 75
  42.     Height = 25
  43.     Anchors = [akLeft, akBottom]
  44.     Caption = 'Cancel'
  45.     TabOrder = 0
  46.     OnClick = Button1Click
  47.   end
  48.   object GroupBox1: TGroupBox
  49.     Left = 16
  50.     Top = 7
  51.     Width = 357
  52.     Height = 82
  53.     Anchors = [akLeft, akTop, akRight, akBottom]
  54.     TabOrder = 1
  55.     object Label2: TLabel
  56.       Left = 24
  57.       Top = 17
  58.       Width = 41
  59.       Height = 13
  60.       Caption = 'Copying:'
  61.     end
  62.     object Label3: TLabel
  63.       Left = 40
  64.       Top = 38
  65.       Width = 29
  66.       Height = 13
  67.       Caption = 'From: '
  68.     end
  69.     object Label4: TLabel
  70.       Left = 48
  71.       Top = 58
  72.       Width = 16
  73.       Height = 13
  74.       Caption = 'To:'
  75.     end
  76.     object LblSrcDir: TLabel
  77.       Left = 80
  78.       Top = 38
  79.       Width = 43
  80.       Height = 13
  81.       Caption = 'LblSrcDir'
  82.     end
  83.     object LblFname: TLabel
  84.       Left = 80
  85.       Top = 18
  86.       Width = 46
  87.       Height = 13
  88.       Caption = 'LblFname'
  89.     end
  90.     object LblDestDir: TLabel
  91.       Left = 80
  92.       Top = 58
  93.       Width = 49
  94.       Height = 13
  95.       Caption = 'LblDestDir'
  96.     end
  97.   end
  98.   object ProgressBar1: TProgressBar
  99.     Left = 16
  100.     Top = 100
  101.     Width = 356
  102.     Height = 16
  103.     Anchors = [akLeft, akRight, akBottom]
  104.     TabOrder = 2
  105.   end
  106.   object TimerClose: TTimer
  107.     Enabled = False
  108.     Interval = 100
  109.     OnTimer = TimerCloseTimer
  110.     Left = 24
  111.     Top = 136
  112.   end
  113. end
  114.