home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / chip-cd_1998_04.zip / 04 / KOPIUJ32.EXE / RCDATA / TFKATALOG / TFKATALOG.txt
Text File  |  1998-02-19  |  2KB  |  121 lines

  1. object FKatalog: TFKatalog
  2.   Left = 161
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Katalog'
  6.   ClientHeight = 139
  7.   ClientWidth = 376
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 356
  21.     Height = 86
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  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.     object Label1: TLabel
  31.       Left = 10
  32.       Top = 10
  33.       Width = 157
  34.       Height = 13
  35.       Caption = 'Utworzy∩┐╜ katalog o nazwie:'
  36.     end
  37.     object Label2: TLabel
  38.       Left = 10
  39.       Top = 45
  40.       Width = 67
  41.       Height = 13
  42.       Caption = 'w katalogu:'
  43.     end
  44.     object Label3: TLabel
  45.       Left = 10
  46.       Top = 25
  47.       Width = 32
  48.       Height = 13
  49.       Caption = 'Label3'
  50.       Font.Color = clWindowText
  51.       Font.Height = -11
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = []
  54.       ParentFont = False
  55.     end
  56.     object Label4: TLabel
  57.       Left = 10
  58.       Top = 60
  59.       Width = 32
  60.       Height = 13
  61.       Caption = 'Label4'
  62.       Font.Color = clWindowText
  63.       Font.Height = -11
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = []
  66.       ParentFont = False
  67.     end
  68.   end
  69.   object OKBtn: TBitBtn
  70.     Left = 124
  71.     Top = 105
  72.     Width = 77
  73.     Height = 27
  74.     Caption = '&Tak'
  75.     Font.Color = clWindowText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.     TabOrder = 1
  81.     Kind = bkOK
  82.     Margin = 2
  83.     Spacing = -1
  84.     IsControl = True
  85.   end
  86.   object CancelBtn: TBitBtn
  87.     Left = 208
  88.     Top = 105
  89.     Width = 77
  90.     Height = 27
  91.     Caption = '&Nie'
  92.     Font.Color = clWindowText
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     TabOrder = 2
  98.     Kind = bkCancel
  99.     Margin = 2
  100.     Spacing = -1
  101.     IsControl = True
  102.   end
  103.   object HelpBtn: TBitBtn
  104.     Left = 292
  105.     Top = 105
  106.     Width = 77
  107.     Height = 27
  108.     Caption = '&Pomoc'
  109.     Font.Color = clWindowText
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = [fsBold]
  113.     ParentFont = False
  114.     TabOrder = 3
  115.     Kind = bkHelp
  116.     Margin = 2
  117.     Spacing = -1
  118.     IsControl = True
  119.   end
  120. end
  121.