home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / bigdoc / bigdoc.exe / BigDoc.exe / 0 / RCDATA / TBMLBOX / TBMLBOX.txt
Text File  |  2000-04-17  |  563b  |  30 lines

  1. object BMLBox: TBMLBox
  2.   Left = 271
  3.   Top = 75
  4.   Width = 215
  5.   Height = 383
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Bookmark List'
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ListBox1: TListBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 207
  21.     Height = 356
  22.     Align = alClient
  23.     ItemHeight = 13
  24.     Items.Strings = (
  25.       ' ')
  26.     TabOrder = 0
  27.     OnClick = ListBox1Click
  28.   end
  29. end
  30.