home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / biblio.exe / 0 / RCDATA / TFRMKOPIOWANIEPLIKOW / TFRMKOPIOWANIEPLIKOW.txt
Text File  |  1998-07-13  |  3KB  |  156 lines

  1. object frmKopiowaniePlikow: TfrmKopiowaniePlikow
  2.   Left = 168
  3.   Top = 57
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Kopiowanie pliku'
  7.   ClientHeight = 243
  8.   ClientWidth = 330
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Label2: TLabel
  19.     Left = 14
  20.     Top = 8
  21.     Width = 28
  22.     Height = 16
  23.     Caption = 'Plik:'
  24.   end
  25.   object Label3: TLabel
  26.     Left = 44
  27.     Top = 8
  28.     Width = 345
  29.     Height = 13
  30.     AutoSize = False
  31.     Caption = 'Label3'
  32.   end
  33.   object panKopiujPlik: TPanel
  34.     Left = 0
  35.     Top = 0
  36.     Width = 330
  37.     Height = 243
  38.     Align = alClient
  39.     BevelOuter = bvNone
  40.     TabOrder = 0
  41.     object cmdPrzerwij: TBitBtn
  42.       Left = 122
  43.       Top = 210
  44.       Width = 89
  45.       Height = 25
  46.       Caption = 'Przerwij'
  47.       TabOrder = 0
  48.       OnClick = cmdPrzerwijClick
  49.       Kind = bkAbort
  50.     end
  51.   end
  52.   object panWkazniki: TPanel
  53.     Left = 10
  54.     Top = 8
  55.     Width = 307
  56.     Height = 193
  57.     BevelInner = bvLowered
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clBlack
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     TabOrder = 1
  65.     object Label1: TLabel
  66.       Left = 14
  67.       Top = 76
  68.       Width = 20
  69.       Height = 13
  70.       Caption = 'Plik:'
  71.     end
  72.     object labPlik: TLabel
  73.       Left = 44
  74.       Top = 76
  75.       Width = 245
  76.       Height = 13
  77.       AutoSize = False
  78.     end
  79.     object Label4: TLabel
  80.       Left = 14
  81.       Top = 92
  82.       Width = 91
  83.       Height = 13
  84.       Caption = 'Jest kopiowany do:'
  85.     end
  86.     object labPrzeznaczenie: TLabel
  87.       Left = 110
  88.       Top = 92
  89.       Width = 181
  90.       Height = 13
  91.       AutoSize = False
  92.     end
  93.     object labLabLiczbaPlikow: TLabel
  94.       Left = 14
  95.       Top = 140
  96.       Width = 67
  97.       Height = 13
  98.       Caption = 'Liczba plik∩┐╜w:'
  99.     end
  100.     object labLiczbaPlikow: TLabel
  101.       Left = 86
  102.       Top = 140
  103.       Width = 32
  104.       Height = 13
  105.       AutoSize = False
  106.     end
  107.     object Panel1: TPanel
  108.       Left = 12
  109.       Top = 108
  110.       Width = 281
  111.       Height = 23
  112.       BevelOuter = bvLowered
  113.       Caption = 'Panel1'
  114.       TabOrder = 0
  115.       object gagKopiowanyPlik: TGauge
  116.         Left = 1
  117.         Top = 1
  118.         Width = 279
  119.         Height = 21
  120.         Align = alClient
  121.         ForeColor = clGreen
  122.         Progress = 0
  123.       end
  124.     end
  125.     object Panel2: TPanel
  126.       Left = 14
  127.       Top = 154
  128.       Width = 281
  129.       Height = 23
  130.       BevelOuter = bvLowered
  131.       Caption = 'Panel1'
  132.       TabOrder = 1
  133.       object gagLiczbaPlikow: TGauge
  134.         Left = 1
  135.         Top = 1
  136.         Width = 279
  137.         Height = 21
  138.         Align = alClient
  139.         Color = clTeal
  140.         ForeColor = clGreen
  141.         ParentColor = False
  142.         Progress = 0
  143.       end
  144.     end
  145.     object Animate1: TAnimate
  146.       Left = 16
  147.       Top = 10
  148.       Width = 272
  149.       Height = 60
  150.       Active = False
  151.       CommonAVI = aviCopyFiles
  152.       StopFrame = 34
  153.     end
  154.   end
  155. end
  156.