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

  1. object fNewBookmark: TfNewBookmark
  2.   Left = 307
  3.   Top = 319
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nov∩┐╜ z∩┐╜lo∩┐╜ka'
  6.   ClientHeight = 89
  7.   ClientWidth = 170
  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.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 100
  22.     Height = 13
  23.     Caption = 'N∩┐╜zev nov∩┐╜ polo∩┐╜ky:'
  24.   end
  25.   object edNazev: TEdit
  26.     Left = 8
  27.     Top = 24
  28.     Width = 153
  29.     Height = 21
  30.     TabOrder = 0
  31.   end
  32.   object btOK: TBitBtn
  33.     Left = 8
  34.     Top = 56
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '&OK'
  38.     TabOrder = 1
  39.     Kind = bkOK
  40.   end
  41.   object btCancel: TBitBtn
  42.     Left = 88
  43.     Top = 56
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&Zru∩┐╜it'
  47.     TabOrder = 2
  48.     Kind = bkCancel
  49.   end
  50. end
  51.