home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TBOOKMARK / TBOOKMARK.txt < prev   
Text File  |  1996-12-20  |  1KB  |  64 lines

  1. object Bookmark: TBookmark
  2.   Left = 564
  3.   Top = 408
  4.   Width = 180
  5.   Height = 300
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Bookmarks'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object GotoButton: TButton
  20.     Left = 0
  21.     Top = 244
  22.     Width = 89
  23.     Height = 26
  24.     Caption = '->'
  25.     TabOrder = 3
  26.     OnClick = GotoButtonClick
  27.   end
  28.   object ListBox1: TListBox
  29.     Left = 0
  30.     Top = -4
  31.     Width = 169
  32.     Height = 245
  33.     ItemHeight = 16
  34.     Sorted = True
  35.     TabOrder = 0
  36.     OnClick = ListBox1Click
  37.     OnDblClick = ListBox1DblClick
  38.   end
  39.   object AddButton: TButton
  40.     Left = 89
  41.     Top = 244
  42.     Width = 40
  43.     Height = 26
  44.     Caption = '+'
  45.     TabOrder = 1
  46.     OnClick = AddButtonClick
  47.   end
  48.   object DeleteButton: TButton
  49.     Left = 128
  50.     Top = 244
  51.     Width = 41
  52.     Height = 26
  53.     Caption = '-'
  54.     TabOrder = 2
  55.     OnClick = DeleteButtonClick
  56.   end
  57.   object Timer1: TTimer
  58.     Interval = 500
  59.     OnTimer = Timer1Timer
  60.     Left = 136
  61.     Top = 212
  62.   end
  63. end
  64.