home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / Slunec / app / 15 / Poznamky.exe / 0 / RCDATA / TFEDBOOK / TFEDBOOK.txt
Text File  |  1999-10-21  |  1KB  |  65 lines

  1. object fEdBook: TfEdBook
  2.   Left = 263
  3.   Top = 463
  4.   BorderStyle = bsDialog
  5.   Caption = 'Editace z∩┐╜lo∩┐╜ky'
  6.   ClientHeight = 100
  7.   ClientWidth = 241
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 34
  22.     Height = 13
  23.     Caption = 'N∩┐╜zev:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 40
  28.     Width = 30
  29.     Height = 13
  30.     Caption = 'Cesta:'
  31.   end
  32.   object edName: TEdit
  33.     Left = 64
  34.     Top = 8
  35.     Width = 169
  36.     Height = 21
  37.     TabOrder = 0
  38.   end
  39.   object edPath: TEdit
  40.     Left = 64
  41.     Top = 32
  42.     Width = 169
  43.     Height = 21
  44.     TabOrder = 1
  45.   end
  46.   object BitBtn4: TBitBtn
  47.     Left = 80
  48.     Top = 69
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&OK'
  52.     TabOrder = 2
  53.     Kind = bkOK
  54.   end
  55.   object BitBtn3: TBitBtn
  56.     Left = 160
  57.     Top = 69
  58.     Width = 75
  59.     Height = 25
  60.     Caption = '&Zru∩┐╜it'
  61.     TabOrder = 3
  62.     Kind = bkCancel
  63.   end
  64. end
  65.