home *** CD-ROM | disk | FTP | other *** search
- object FormCopyMoveFiles: TFormCopyMoveFiles
- Left = 417
- Top = 200
- BorderStyle = bsDialog
- Caption = 'Copying files..'
- ClientHeight = 180
- ClientWidth = 392
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- DesignSize = (
- 392
- 180)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 158
- Top = 122
- Width = 41
- Height = 13
- Caption = 'Files left:'
- end
- object LblNumFilesLeft: TLabel
- Left = 204
- Top = 122
- Width = 15
- Height = 13
- Caption = 'xxx'
- end
- object Button1: TButton
- Left = 156
- Top = 148
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = Button1Click
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 7
- Width = 357
- Height = 82
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabOrder = 1
- object Label2: TLabel
- Left = 24
- Top = 17
- Width = 41
- Height = 13
- Caption = 'Copying:'
- end
- object Label3: TLabel
- Left = 40
- Top = 38
- Width = 29
- Height = 13
- Caption = 'From: '
- end
- object Label4: TLabel
- Left = 48
- Top = 58
- Width = 16
- Height = 13
- Caption = 'To:'
- end
- object LblSrcDir: TLabel
- Left = 80
- Top = 38
- Width = 43
- Height = 13
- Caption = 'LblSrcDir'
- end
- object LblFname: TLabel
- Left = 80
- Top = 18
- Width = 46
- Height = 13
- Caption = 'LblFname'
- end
- object LblDestDir: TLabel
- Left = 80
- Top = 58
- Width = 49
- Height = 13
- Caption = 'LblDestDir'
- end
- end
- object ProgressBar1: TProgressBar
- Left = 16
- Top = 100
- Width = 356
- Height = 16
- Anchors = [akLeft, akRight, akBottom]
- TabOrder = 2
- end
- object TimerClose: TTimer
- Enabled = False
- Interval = 100
- OnTimer = TimerCloseTimer
- Left = 24
- Top = 136
- end
- end
-