home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / leksykon / _SETUP.1 / Leksykon.exe / 0 / RCDATA / TFRMBOOKMARK / TFRMBOOKMARK.txt < prev   
Encoding:
Text File  |  1997-02-01  |  3.0 KB  |  151 lines

  1. object frmBookmark: TfrmBookmark
  2.   Left = 184
  3.   Top = 158
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Ulubione'
  7.   ClientHeight = 381
  8.   ClientWidth = 438
  9.   Font.Charset = EASTEUROPE_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 176
  21.     Top = 345
  22.     Width = 53
  23.     Height = 27
  24.     Shape = bsLeftLine
  25.   end
  26.   object Bevel2: TBevel
  27.     Left = 262
  28.     Top = 345
  29.     Width = 54
  30.     Height = 27
  31.     Shape = bsLeftLine
  32.   end
  33.   object Bevel3: TBevel
  34.     Left = 348
  35.     Top = 345
  36.     Width = 54
  37.     Height = 27
  38.     Shape = bsLeftLine
  39.   end
  40.   object Bevel4: TBevel
  41.     Left = 89
  42.     Top = 345
  43.     Width = 54
  44.     Height = 27
  45.     Shape = bsLeftLine
  46.   end
  47.   object btnClose: TToolbarButton97
  48.     Left = 353
  49.     Top = 345
  50.     Width = 79
  51.     Height = 27
  52.     Caption = 'Zamknij'
  53.     OnClick = btnCloseClick
  54.   end
  55.   object btnOpen: TToolbarButton97
  56.     Left = 267
  57.     Top = 345
  58.     Width = 79
  59.     Height = 27
  60.     Caption = 'Otw∩┐╜rz'
  61.     OnClick = btnOpenClick
  62.   end
  63.   object btnDelete: TToolbarButton97
  64.     Left = 9
  65.     Top = 345
  66.     Width = 78
  67.     Height = 27
  68.     Caption = 'Usu∩┐╜'
  69.     OnClick = btnDeleteClick
  70.   end
  71.   object btnUp: TToolbarButton97
  72.     Left = 95
  73.     Top = 345
  74.     Width = 78
  75.     Height = 27
  76.     Caption = 'W g∩┐╜r∩┐╜'
  77.     OnClick = btnUpClick
  78.   end
  79.   object btnDown: TToolbarButton97
  80.     Left = 181
  81.     Top = 345
  82.     Width = 79
  83.     Height = 27
  84.     Caption = 'W d∩┐╜'
  85.     OnClick = btnDownClick
  86.   end
  87.   object scbFavorites: TScrollBox
  88.     Left = 6
  89.     Top = 9
  90.     Width = 425
  91.     Height = 322
  92.     TabOrder = 0
  93.     object panLeftbar: TPanel
  94.       Left = 0
  95.       Top = 0
  96.       Width = 87
  97.       Height = 318
  98.       BevelOuter = bvNone
  99.       Color = 9461807
  100.       TabOrder = 0
  101.       object lblCaption: TLabel
  102.         Left = 0
  103.         Top = 60
  104.         Width = 87
  105.         Height = 14
  106.         Alignment = taCenter
  107.         AutoSize = False
  108.         Caption = 'Ulubione'
  109.         Font.Charset = EASTEUROPE_CHARSET
  110.         Font.Color = clWhite
  111.         Font.Height = -12
  112.         Font.Name = 'MS Sans Serif'
  113.         Font.Style = []
  114.         ParentFont = False
  115.       end
  116.       object imgLeftbar: TImage
  117.         Left = 0
  118.         Top = 0
  119.         Width = 87
  120.         Height = 61
  121.         Center = True
  122.         Picture.Data = {<image000.ico>}
  123.       end
  124.     end
  125.     object ListView: TListView
  126.       Left = 87
  127.       Top = 0
  128.       Width = 333
  129.       Height = 318
  130.       HelpContext = 20
  131.       BorderStyle = bsNone
  132.       Color = clWhite
  133.       OnDblClick = ListViewDblClick
  134.       Columns = <
  135.         item
  136.           Width = 300
  137.         end>
  138.       ReadOnly = True
  139.       HotTrack = True
  140.       AllocBy = 32000
  141.       OnChange = ListViewChange
  142.       ShowColumnHeaders = False
  143.       TabOrder = 1
  144.       ViewStyle = vsReport
  145.       LargeImages = frmMain.ImlSmallIcons
  146.       SmallImages = frmMain.ImlSmallIcons
  147.       StateImages = frmMain.ImlSmallIcons
  148.     end
  149.   end
  150. end
  151.