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

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