home *** CD-ROM | disk | FTP | other *** search
- object frmKopiuj: TfrmKopiuj
- Left = 320
- Top = 329
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Kopiowanie...'
- ClientHeight = 162
- ClientWidth = 376
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnKeyUp = FormKeyUp
- PixelsPerInch = 96
- TextHeight = 13
- object lblNazwa: TLabel
- Left = 20
- Top = 84
- Width = 3
- Height = 13
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblLokalV: TLabel
- Left = 20
- Top = 104
- Width = 349
- Height = 25
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object AnimateDysk: TAnimate
- Left = 20
- Top = 12
- Width = 272
- Height = 60
- Active = True
- CommonAVI = aviCopyFiles
- StopFrame = 34
- end
- object btnAnuluj: TButton
- Left = 288
- Top = 136
- Width = 77
- Height = 21
- Caption = '&Anuluj'
- TabOrder = 1
- OnClick = btnAnulujClick
- OnKeyUp = btnAnulujKeyUp
- end
- object ProgressFile: TProgressBar
- Left = 8
- Top = 140
- Width = 273
- Height = 13
- Min = 0
- Max = 100
- TabOrder = 2
- end
- object TimerCopy: TTimer
- Interval = 100
- OnTimer = TimerCopyTimer
- Left = 134
- Top = 92
- end
- end
-