home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Browser / chip-cd.exe / 0 / RCDATA / TFRMKOPIUJ / TFRMKOPIUJ.txt
Text File  |  2001-08-10  |  2KB  |  83 lines

  1. object frmKopiuj: TfrmKopiuj
  2.   Left = 410
  3.   Top = 421
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Kopiowanie...'
  7.   ClientHeight = 162
  8.   ClientWidth = 376
  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 = poDesktopCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnKeyUp = FormKeyUp
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblNazwa: TLabel
  23.     Left = 20
  24.     Top = 84
  25.     Width = 3
  26.     Height = 13
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object lblLokalV: TLabel
  35.     Left = 20
  36.     Top = 104
  37.     Width = 349
  38.     Height = 25
  39.     AutoSize = False
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     WordWrap = True
  47.   end
  48.   object AnimateDysk: TAnimate
  49.     Left = 20
  50.     Top = 12
  51.     Width = 272
  52.     Height = 60
  53.     Active = True
  54.     CommonAVI = aviCopyFiles
  55.     StopFrame = 34
  56.   end
  57.   object btnAnuluj: TButton
  58.     Left = 288
  59.     Top = 136
  60.     Width = 77
  61.     Height = 21
  62.     Caption = '&Anuluj'
  63.     TabOrder = 1
  64.     OnClick = btnAnulujClick
  65.     OnKeyUp = btnAnulujKeyUp
  66.   end
  67.   object ProgressFile: TProgressBar
  68.     Left = 8
  69.     Top = 140
  70.     Width = 273
  71.     Height = 13
  72.     Min = 0
  73.     Max = 100
  74.     TabOrder = 2
  75.   end
  76.   object TimerCopy: TTimer
  77.     Interval = 100
  78.     OnTimer = TimerCopyTimer
  79.     Left = 318
  80.     Top = 12
  81.   end
  82. end
  83.