home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / ChipCD_498.iso / chip32.exe / 0 / RCDATA / TFKOPIUJ / TFKOPIUJ.txt
Text File  |  1998-02-28  |  2KB  |  122 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.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object CancelBtn: TBitBtn
  18.     Left = 273
  19.     Top = 165
  20.     Width = 78
  21.     Height = 27
  22.     Caption = 'Anuluj'
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     OnClick = CancelBtnClick
  30.     Kind = bkCancel
  31.     Margin = 2
  32.     Spacing = -1
  33.     IsControl = True
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 10
  37.     Top = 10
  38.     Width = 346
  39.     Height = 146
  40.     BevelInner = bvRaised
  41.     BevelOuter = bvLowered
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 1
  48.     object Gauge951: TGauge95
  49.       Left = 15
  50.       Top = 75
  51.       Width = 315
  52.       Height = 21
  53.       BoxCount = 26
  54.       Progress = 0
  55.     end
  56.     object Label1: TLabel
  57.       Left = 10
  58.       Top = 10
  59.       Width = 26
  60.       Height = 13
  61.       Caption = 'Plik:'
  62.     end
  63.     object Label2: TLabel
  64.       Left = 10
  65.       Top = 30
  66.       Width = 66
  67.       Height = 13
  68.       Caption = 'Z katalogu:'
  69.     end
  70.     object Label3: TLabel
  71.       Left = 10
  72.       Top = 50
  73.       Width = 74
  74.       Height = 13
  75.       Caption = 'Do katalogu:'
  76.     end
  77.     object Label4: TLabel
  78.       Left = 40
  79.       Top = 10
  80.       Width = 3
  81.       Height = 13
  82.       Font.Color = clWindowText
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = []
  86.       ParentFont = False
  87.     end
  88.     object Label5: TLabel
  89.       Left = 85
  90.       Top = 30
  91.       Width = 246
  92.       Height = 13
  93.       AutoSize = False
  94.       Font.Color = clWindowText
  95.       Font.Height = -11
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = []
  98.       ParentFont = False
  99.     end
  100.     object Label6: TLabel
  101.       Left = 85
  102.       Top = 50
  103.       Width = 246
  104.       Height = 13
  105.       AutoSize = False
  106.       Font.Color = clWindowText
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = []
  110.       ParentFont = False
  111.     end
  112.     object Gauge952: TGauge95
  113.       Left = 15
  114.       Top = 110
  115.       Width = 315
  116.       Height = 21
  117.       BoxCount = 26
  118.       Progress = 0
  119.     end
  120.   end
  121. end
  122.