home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1996 Counselor / COMPUSERVE.ISO / internet / javadraw / data.z / Javadraw.exe / 0 / RCDATA / TBOOKMARK / TBOOKMARK.txt
Encoding:
Text File  |  1996-06-21  |  942 b   |  52 lines

  1. object Bookmark: TBookmark
  2.   Left = 476
  3.   Top = 387
  4.   Width = 130
  5.   Height = 304
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Lesezeichen'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object GotoButton: TButton
  16.     Left = 0
  17.     Top = 248
  18.     Width = 57
  19.     Height = 25
  20.     Caption = '->'
  21.     TabOrder = 3
  22.     OnClick = GotoButtonClick
  23.   end
  24.   object ListBox1: TListBox
  25.     Left = 0
  26.     Top = 0
  27.     Width = 122
  28.     Height = 249
  29.     ItemHeight = 16
  30.     Sorted = True
  31.     TabOrder = 0
  32.   end
  33.   object AddButton: TButton
  34.     Left = 56
  35.     Top = 248
  36.     Width = 33
  37.     Height = 25
  38.     Caption = '+'
  39.     TabOrder = 1
  40.     OnClick = AddButtonClick
  41.   end
  42.   object DeleteButton: TButton
  43.     Left = 88
  44.     Top = 248
  45.     Width = 33
  46.     Height = 25
  47.     Caption = '-'
  48.     TabOrder = 2
  49.     OnClick = DeleteButtonClick
  50.   end
  51. end
  52.