home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / kopiuj32.exe / RCDATA / TFKOPIUJ / TFKOPIUJ.txt
Text File  |  1998-02-18  |  2KB  |  123 lines

  1. object FKopiuj: TFKopiuj
  2.   Left = 192
  3.   Top = 105
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Kopiowanie...'
  7.   ClientHeight = 198
  8.   ClientWidth = 367
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   TextHeight = 13
  18.   object CancelBtn: TBitBtn
  19.     Left = 273
  20.     Top = 165
  21.     Width = 78
  22.     Height = 27
  23.     Caption = 'Anuluj'
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     OnClick = CancelBtnClick
  31.     Kind = bkCancel
  32.     Margin = 2
  33.     Spacing = -1
  34.     IsControl = True
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 10
  38.     Top = 10
  39.     Width = 346
  40.     Height = 146
  41.     BevelInner = bvRaised
  42.     BevelOuter = bvLowered
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     TabOrder = 1
  49.     object Gauge951: TGauge95
  50.       Left = 15
  51.       Top = 75
  52.       Width = 315
  53.       Height = 21
  54.       BoxCount = 26
  55.       Progress = 0
  56.     end
  57.     object Label1: TLabel
  58.       Left = 10
  59.       Top = 10
  60.       Width = 26
  61.       Height = 13
  62.       Caption = 'Plik:'
  63.     end
  64.     object Label2: TLabel
  65.       Left = 10
  66.       Top = 30
  67.       Width = 66
  68.       Height = 13
  69.       Caption = 'Z katalogu:'
  70.     end
  71.     object Label3: TLabel
  72.       Left = 10
  73.       Top = 50
  74.       Width = 74
  75.       Height = 13
  76.       Caption = 'Do katalogu:'
  77.     end
  78.     object Label4: TLabel
  79.       Left = 40
  80.       Top = 10
  81.       Width = 3
  82.       Height = 13
  83.       Font.Color = clWindowText
  84.       Font.Height = -11
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = []
  87.       ParentFont = False
  88.     end
  89.     object Label5: TLabel
  90.       Left = 85
  91.       Top = 30
  92.       Width = 246
  93.       Height = 13
  94.       AutoSize = False
  95.       Font.Color = clWindowText
  96.       Font.Height = -11
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = []
  99.       ParentFont = False
  100.     end
  101.     object Label6: TLabel
  102.       Left = 85
  103.       Top = 50
  104.       Width = 246
  105.       Height = 13
  106.       AutoSize = False
  107.       Font.Color = clWindowText
  108.       Font.Height = -11
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = []
  111.       ParentFont = False
  112.     end
  113.     object Gauge952: TGauge95
  114.       Left = 15
  115.       Top = 110
  116.       Width = 315
  117.       Height = 21
  118.       BoxCount = 26
  119.       Progress = 0
  120.     end
  121.   end
  122. end
  123.