home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / chip-cd_2005_03d.zip / 03d / Browser / chip-cds.exe / 0 / RCDATA / TFRMKOPIUJ / TFRMKOPIUJ.txt
Text File  |  2004-03-15  |  2KB  |  81 lines

  1. object frmKopiuj: TfrmKopiuj
  2.   Left = 278
  3.   Top = 239
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Kopiowanie...'
  7.   ClientHeight = 153
  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 = 22
  36.     Top = 104
  37.     Width = 3
  38.     Height = 13
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object AnimateDysk: TAnimate
  47.     Left = 20
  48.     Top = 12
  49.     Width = 272
  50.     Height = 60
  51.     Active = True
  52.     CommonAVI = aviCopyFiles
  53.     StopFrame = 34
  54.   end
  55.   object btnAnuluj: TButton
  56.     Left = 288
  57.     Top = 120
  58.     Width = 77
  59.     Height = 21
  60.     Caption = '&Anuluj'
  61.     TabOrder = 1
  62.     OnClick = btnAnulujClick
  63.     OnKeyUp = btnAnulujKeyUp
  64.   end
  65.   object ProgressFile: TProgressBar
  66.     Left = 8
  67.     Top = 124
  68.     Width = 273
  69.     Height = 13
  70.     Min = 0
  71.     Max = 100
  72.     TabOrder = 2
  73.   end
  74.   object TimerCopy: TTimer
  75.     Interval = 100
  76.     OnTimer = TimerCopyTimer
  77.     Left = 78
  78.     Top = 92
  79.   end
  80. end
  81.