home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / start.exe / 0 / RCDATA / TFKOPIUJ / TFKOPIUJ.txt
Encoding:
Text File  |  1999-02-21  |  2.4 KB  |  125 lines

  1. object FKopiuj: TFKopiuj
  2.   Left = 284
  3.   Top = 179
  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 Label1: TLabel
  49.       Left = 10
  50.       Top = 10
  51.       Width = 26
  52.       Height = 13
  53.       Caption = 'Plik:'
  54.     end
  55.     object Label2: TLabel
  56.       Left = 10
  57.       Top = 30
  58.       Width = 66
  59.       Height = 13
  60.       Caption = 'Z katalogu:'
  61.     end
  62.     object Label3: TLabel
  63.       Left = 10
  64.       Top = 50
  65.       Width = 74
  66.       Height = 13
  67.       Caption = 'Do katalogu:'
  68.     end
  69.     object Label4: TLabel
  70.       Left = 40
  71.       Top = 10
  72.       Width = 3
  73.       Height = 13
  74.       Font.Color = clWindowText
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.     end
  80.     object Label5: TLabel
  81.       Left = 85
  82.       Top = 30
  83.       Width = 246
  84.       Height = 13
  85.       AutoSize = False
  86.       Font.Color = clWindowText
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentFont = False
  91.     end
  92.     object Label6: TLabel
  93.       Left = 85
  94.       Top = 50
  95.       Width = 246
  96.       Height = 13
  97.       AutoSize = False
  98.       Font.Color = clWindowText
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.     end
  104.     object Gauge951: TProgressBar
  105.       Left = 16
  106.       Top = 72
  107.       Width = 313
  108.       Height = 17
  109.       Min = 0
  110.       Max = 100
  111.       Step = 1
  112.       TabOrder = 0
  113.     end
  114.     object Gauge952: TProgressBar
  115.       Left = 16
  116.       Top = 104
  117.       Width = 313
  118.       Height = 17
  119.       Min = 0
  120.       Max = 100
  121.       TabOrder = 1
  122.     end
  123.   end
  124. end
  125.