home *** CD-ROM | disk | FTP | other *** search
- object Bookmark: TBookmark
- Left = 476
- Top = 387
- Width = 130
- Height = 304
- BorderIcons = [biSystemMenu, biMinimize]
- Caption = 'Lesezeichen'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- PixelsPerInch = 120
- TextHeight = 16
- object GotoButton: TButton
- Left = 0
- Top = 248
- Width = 57
- Height = 25
- Caption = '->'
- TabOrder = 3
- OnClick = GotoButtonClick
- end
- object ListBox1: TListBox
- Left = 0
- Top = 0
- Width = 122
- Height = 249
- ItemHeight = 16
- Sorted = True
- TabOrder = 0
- end
- object AddButton: TButton
- Left = 56
- Top = 248
- Width = 33
- Height = 25
- Caption = '+'
- TabOrder = 1
- OnClick = AddButtonClick
- end
- object DeleteButton: TButton
- Left = 88
- Top = 248
- Width = 33
- Height = 25
- Caption = '-'
- TabOrder = 2
- OnClick = DeleteButtonClick
- end
- end
-