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

  1. object fEdBookmark: TfEdBookmark
  2.   Left = 264
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nastaven∩┐╜ z∩┐╜lo∩┐╜ek'
  6.   ClientHeight = 213
  7.   ClientWidth = 329
  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.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lvBookmark: TListView
  20.     Left = 8
  21.     Top = 8
  22.     Width = 313
  23.     Height = 169
  24.     Columns = <
  25.       item
  26.         Caption = 'N∩┐╜zev'
  27.         Width = 110
  28.       end
  29.       item
  30.         Caption = 'Cesta'
  31.         Width = 199
  32.       end>
  33.     ColumnClick = False
  34.     HideSelection = False
  35.     HotTrackStyles = []
  36.     RowSelect = True
  37.     TabOrder = 0
  38.     ViewStyle = vsReport
  39.     OnChange = lvBookmarkChange
  40.   end
  41.   object BitBtn3: TBitBtn
  42.     Left = 248
  43.     Top = 184
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&Zru∩┐╜it'
  47.     TabOrder = 1
  48.     Kind = bkCancel
  49.   end
  50.   object BitBtn4: TBitBtn
  51.     Left = 168
  52.     Top = 184
  53.     Width = 75
  54.     Height = 25
  55.     Caption = '&OK'
  56.     TabOrder = 2
  57.     OnClick = BitBtn4Click
  58.     Kind = bkOK
  59.   end
  60.   object btDelete: TBitBtn
  61.     Left = 8
  62.     Top = 184
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&Smazat'
  66.     TabOrder = 3
  67.     OnClick = btDeleteClick
  68.   end
  69.   object btEdit: TBitBtn
  70.     Left = 88
  71.     Top = 184
  72.     Width = 75
  73.     Height = 25
  74.     Caption = '&Editovat'
  75.     TabOrder = 4
  76.     OnClick = btEditClick
  77.   end
  78. end
  79.