home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Internet / Javadraw / DATA.Z / Iavadraw.exe / 0 / RCDATA / TBOOKMARK / TBOOKMARK.txt < prev   
Text File  |  1997-09-20  |  2KB  |  91 lines

  1. object Bookmark: TBookmark
  2.   Left = 222
  3.   Top = 225
  4.   Width = 181
  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 xPanel1: TxPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 173
  23.     Height = 273
  24.     Align = alClient
  25.     BevelWidth = 2
  26.     TabOrder = 0
  27.     data_int = 0
  28.     language = 2
  29.     object Bevel1: TBevel
  30.       Left = 8
  31.       Top = 8
  32.       Width = 157
  33.       Height = 225
  34.       Shape = bsFrame
  35.     end
  36.     object ListBox1: TListBox
  37.       Left = 16
  38.       Top = 16
  39.       Width = 141
  40.       Height = 209
  41.       ItemHeight = 16
  42.       Sorted = True
  43.       TabOrder = 0
  44.       OnClick = ListBox1Click
  45.       OnDblClick = ListBox1DblClick
  46.     end
  47.     object xButton1: TxButton
  48.       Left = 8
  49.       Top = 240
  50.       Width = 41
  51.       Height = 25
  52.       Caption = '&Gehe'
  53.       TabOrder = 1
  54.       OnClick = GotoButtonClick
  55.       Caption_English = '&Go'
  56.       Caption_German = '&Gehe'
  57.       data_int = 0
  58.     end
  59.     object xButton2: TxButton
  60.       Left = 56
  61.       Top = 240
  62.       Width = 41
  63.       Height = 25
  64.       Caption = '&Dazu'
  65.       TabOrder = 2
  66.       OnClick = AddButtonClick
  67.       Caption_English = '&Add'
  68.       Caption_German = '&Dazu'
  69.       data_int = 0
  70.     end
  71.     object xButton3: TxButton
  72.       Left = 104
  73.       Top = 240
  74.       Width = 61
  75.       Height = 25
  76.       Caption = '&Entfernen'
  77.       TabOrder = 3
  78.       OnClick = DeleteButtonClick
  79.       Caption_English = '&Remove'
  80.       Caption_German = '&Entfernen'
  81.       data_int = 0
  82.     end
  83.   end
  84.   object Timer1: TTimer
  85.     Interval = 500
  86.     OnTimer = Timer1Timer
  87.     Left = 132
  88.     Top = 172
  89.   end
  90. end
  91.