home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / Browser / chip-cd.exe / 0 / RCDATA / TFRMKOPIUJ / TFRMKOPIUJ.txt
Text File  |  2004-09-02  |  2KB  |  85 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.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyUp = FormKeyUp
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lblNazwa: TLabel
  25.     Left = 20
  26.     Top = 84
  27.     Width = 3
  28.     Height = 13
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clBlack
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object lblLokalV: TLabel
  37.     Left = 20
  38.     Top = 104
  39.     Width = 349
  40.     Height = 25
  41.     AutoSize = False
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     WordWrap = True
  49.   end
  50.   object AnimateDysk: TAnimate
  51.     Left = 20
  52.     Top = 12
  53.     Width = 272
  54.     Height = 60
  55.     Active = True
  56.     CommonAVI = aviCopyFiles
  57.     StopFrame = 34
  58.   end
  59.   object btnAnuluj: TButton
  60.     Left = 288
  61.     Top = 136
  62.     Width = 77
  63.     Height = 21
  64.     Caption = '&Anuluj'
  65.     TabOrder = 1
  66.     OnClick = btnAnulujClick
  67.     OnKeyUp = btnAnulujKeyUp
  68.   end
  69.   object ProgressFile: TProgressBar
  70.     Left = 8
  71.     Top = 140
  72.     Width = 273
  73.     Height = 13
  74.     Min = 0
  75.     Max = 100
  76.     TabOrder = 2
  77.   end
  78.   object TimerCopy: TTimer
  79.     Interval = 100
  80.     OnTimer = TimerCopyTimer
  81.     Left = 318
  82.     Top = 12
  83.   end
  84. end
  85.