home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / test / resplendentregistrar / rrtri.exe / RR.EXE / 0 / RCDATA / TBOOKMARKFORM / TBOOKMARKFORM.txt
Encoding:
Text File  |  2002-02-20  |  20.1 KB  |  771 lines

  1. object BookmarkForm: TBookmarkForm
  2.   Tag = 6
  3.   Left = 307
  4.   Top = 247
  5.   Width = 800
  6.   Height = 600
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   Caption = 'Bookmarks'
  10.   Color = clBtnFace
  11.   DragKind = dkDock
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poDefault
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnDragDrop = FormDragDrop
  24.   OnDragOver = FormDragOver
  25.   OnEndDock = FormEndDock
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object SplitterMain: TSplitter
  29.     Left = 122
  30.     Top = 0
  31.     Width = 3
  32.     Height = 386
  33.     Cursor = crHSplit
  34.     ResizeStyle = rsUpdate
  35.     OnMoved = SplitterMainMoved
  36.   end
  37.   object CoolbarBookmark: TCoolBar
  38.     Left = 0
  39.     Top = 386
  40.     Width = 792
  41.     Height = 180
  42.     Align = alBottom
  43.     AutoSize = True
  44.     Bands = <
  45.       item
  46.         Control = PanelKeyname
  47.         ImageIndex = -1
  48.         MinHeight = 24
  49.         Width = 792
  50.       end
  51.       item
  52.         Control = PanelValue
  53.         ImageIndex = -1
  54.         MinHeight = 24
  55.         Width = 792
  56.       end
  57.       item
  58.         Control = PanelDescription
  59.         ImageIndex = -1
  60.         MinHeight = 70
  61.         Width = 792
  62.       end
  63.       item
  64.         Control = PanelCategoryCombo
  65.         ImageIndex = -1
  66.         MinHeight = 24
  67.         Width = 792
  68.       end
  69.       item
  70.         Control = ToolbarButtons
  71.         ImageIndex = -1
  72.         MinHeight = 30
  73.         Width = 685
  74.       end
  75.       item
  76.         Break = False
  77.         Control = PanelBookmarkColor
  78.         ImageIndex = -1
  79.         Width = 105
  80.       end>
  81.     EdgeInner = esNone
  82.     EdgeOuter = esNone
  83.     OnDragOver = CoolbarBookmarkDragOver
  84.     OnMouseUp = CoolbarBookmarkMouseUp
  85.     DesignSize = (
  86.       792
  87.       180)
  88.     object Label2: TLabel
  89.       Left = 434
  90.       Top = 6
  91.       Width = 27
  92.       Height = 13
  93.       Anchors = [akTop, akRight]
  94.       Caption = 'Color:'
  95.     end
  96.     object PanelKeyname: TPanel
  97.       Left = 9
  98.       Top = 0
  99.       Width = 779
  100.       Height = 24
  101.       Alignment = taLeftJustify
  102.       BevelOuter = bvNone
  103.       Caption = 'Key name:'
  104.       TabOrder = 0
  105.       DesignSize = (
  106.         779
  107.         24)
  108.       object ComboBoxKey: TComboBox
  109.         Left = 64
  110.         Top = 1
  111.         Width = 716
  112.         Height = 21
  113.         Anchors = [akLeft, akTop, akRight]
  114.         ItemHeight = 13
  115.         TabOrder = 0
  116.         OnDragDrop = ComboBoxKeyDragDrop
  117.         OnDragOver = ComboBoxKeyDragOver
  118.       end
  119.     end
  120.     object PanelCategoryCombo: TPanel
  121.       Left = 9
  122.       Top = 124
  123.       Width = 779
  124.       Height = 24
  125.       Alignment = taLeftJustify
  126.       Anchors = [akTop, akRight]
  127.       BevelOuter = bvNone
  128.       Caption = 'Category:'
  129.       TabOrder = 3
  130.       DesignSize = (
  131.         779
  132.         24)
  133.       object ComboBoxCategory: TComboBox
  134.         Left = 64
  135.         Top = 1
  136.         Width = 715
  137.         Height = 21
  138.         Anchors = [akLeft, akTop, akRight]
  139.         ItemHeight = 13
  140.         TabOrder = 0
  141.         OnChange = ComboBoxCategoryChange
  142.         OnDragDrop = ComboBoxCategoryDragDrop
  143.         OnDragOver = ComboBoxCategoryDragOver
  144.         OnKeyDown = ComboBoxDescriptionOldKeyDown
  145.       end
  146.     end
  147.     object PanelValue: TPanel
  148.       Left = 9
  149.       Top = 26
  150.       Width = 779
  151.       Height = 24
  152.       Alignment = taLeftJustify
  153.       BevelOuter = bvNone
  154.       Caption = 'Value:'
  155.       TabOrder = 1
  156.       DesignSize = (
  157.         779
  158.         24)
  159.       object Label1: TLabel
  160.         Left = 280
  161.         Top = 8
  162.         Width = 3
  163.         Height = 13
  164.       end
  165.       object ComboBoxValue: TComboBox
  166.         Left = 64
  167.         Top = 1
  168.         Width = 716
  169.         Height = 21
  170.         Anchors = [akLeft, akTop, akRight]
  171.         ItemHeight = 13
  172.         TabOrder = 0
  173.         OnDragDrop = ComboBoxValueDragDrop
  174.         OnDragOver = ComboBoxValueDragOver
  175.       end
  176.     end
  177.     object PanelDescription: TPanel
  178.       Left = 9
  179.       Top = 52
  180.       Width = 779
  181.       Height = 70
  182.       Align = alClient
  183.       BevelOuter = bvNone
  184.       TabOrder = 2
  185.       DesignSize = (
  186.         779
  187.         70)
  188.       object Label3: TLabel
  189.         Left = 0
  190.         Top = 4
  191.         Width = 56
  192.         Height = 13
  193.         Caption = 'Description:'
  194.       end
  195.       object ButtonCancel: TButton
  196.         Left = 303
  197.         Top = 16
  198.         Width = 75
  199.         Height = 30
  200.         Cancel = True
  201.         Caption = 'Cancel'
  202.         ModalResult = 2
  203.         TabOrder = 1
  204.         OnClick = ButtonCancelClick
  205.       end
  206.       object MemoDescription: TMemo
  207.         Left = 64
  208.         Top = 0
  209.         Width = 715
  210.         Height = 68
  211.         Anchors = [akLeft, akTop, akRight, akBottom]
  212.         ScrollBars = ssVertical
  213.         TabOrder = 0
  214.         OnDragDrop = MemoDescriptionDragDrop
  215.         OnDragOver = MemoDescriptionDragOver
  216.       end
  217.     end
  218.     object PanelBookmarkColor: TPanel
  219.       Left = 696
  220.       Top = 152
  221.       Width = 92
  222.       Height = 25
  223.       Alignment = taLeftJustify
  224.       BevelOuter = bvNone
  225.       Caption = 'Color:'
  226.       PopupMenu = popupMenuBookmarkToolbar
  227.       TabOrder = 4
  228.       DesignSize = (
  229.         92
  230.         25)
  231.       object ComboBoxKeyColor: TComboBox
  232.         Left = 64
  233.         Top = 1
  234.         Width = 26
  235.         Height = 22
  236.         Style = csOwnerDrawFixed
  237.         Anchors = [akLeft, akTop, akRight]
  238.         ItemHeight = 16
  239.         TabOrder = 1
  240.         OnDrawItem = ComboBoxKeyColorDrawItem
  241.         Items.Strings = (
  242.           ''
  243.           ''
  244.           ''
  245.           ''
  246.           ''
  247.           ''
  248.           ''
  249.           ''
  250.           ''
  251.           ''
  252.           ''
  253.           '')
  254.       end
  255.       object ComboBoxValueHilite: TComboBox
  256.         Left = 64
  257.         Top = 1
  258.         Width = 26
  259.         Height = 22
  260.         Style = csOwnerDrawFixed
  261.         Anchors = [akLeft, akTop, akRight]
  262.         ItemHeight = 16
  263.         TabOrder = 0
  264.         OnDrawItem = ComboBoxValueHiliteDrawItem
  265.         Items.Strings = (
  266.           ''
  267.           '')
  268.       end
  269.     end
  270.     object ToolbarButtons: TToolBar
  271.       Tag = 2
  272.       Left = 9
  273.       Top = 150
  274.       Width = 672
  275.       Height = 30
  276.       Align = alNone
  277.       ButtonHeight = 30
  278.       ButtonWidth = 31
  279.       Caption = 'ToolBarButtons'
  280.       DisabledImages = MainForm.ImageListToolbarDisabled
  281.       EdgeBorders = []
  282.       EdgeInner = esNone
  283.       EdgeOuter = esNone
  284.       Flat = True
  285.       HotImages = MainForm.ImageListSaturated
  286.       Images = MainForm.ImageListToolbar
  287.       ParentShowHint = False
  288.       ShowHint = True
  289.       TabOrder = 5
  290.       Transparent = True
  291.       Wrapable = False
  292.       DesignSize = (
  293.         672
  294.         30)
  295.       object ButtonJumpTo: TToolButton
  296.         Left = 0
  297.         Top = 0
  298.         Hint = 'Jump to'
  299.         HelpType = htKeyword
  300.         Caption = 'ButtonJumpTo'
  301.         ImageIndex = 25
  302.         OnClick = ButtonJumpToClick
  303.       end
  304.       object ToolButton22: TToolButton
  305.         Left = 31
  306.         Top = 0
  307.         Width = 8
  308.         Caption = 'ToolButton22'
  309.         ImageIndex = 16
  310.         Style = tbsSeparator
  311.       end
  312.       object ButtonRename: TToolButton
  313.         Left = 39
  314.         Top = 0
  315.         Hint = 'Rename'
  316.         ImageIndex = 7
  317.         OnClick = ButtonRenameClick
  318.       end
  319.       object ButtonDelete: TToolButton
  320.         Left = 70
  321.         Top = 0
  322.         Hint = 'Delete'
  323.         Caption = 'ButtonDelete'
  324.         ImageIndex = 6
  325.         OnClick = ButtonDeleteClick
  326.       end
  327.       object ButtonProperties: TToolButton
  328.         Left = 101
  329.         Top = 0
  330.         Hint = 'Properties'
  331.         Caption = 'ButtonProperties'
  332.         ImageIndex = 8
  333.         OnClick = ButtonPropertiesClick
  334.       end
  335.       object ToolButton21: TToolButton
  336.         Left = 132
  337.         Top = 0
  338.         Width = 8
  339.         Caption = 'ToolButton21'
  340.         ImageIndex = 15
  341.         Style = tbsSeparator
  342.       end
  343.       object ButtonNewCategory: TToolButton
  344.         Left = 140
  345.         Top = 0
  346.         Hint = 'New category'
  347.         Caption = 'ButtonNewCategory'
  348.         ImageIndex = 30
  349.         OnClick = ButtonNewCategoryClick
  350.       end
  351.       object ButtonNewKey: TToolButton
  352.         Left = 171
  353.         Top = 0
  354.         Hint = 'New Registry Value'
  355.         Caption = 'ButtonNewKey'
  356.         ImageIndex = 20
  357.         OnClick = ButtonNewKeyClick
  358.       end
  359.       object ToolButton15: TToolButton
  360.         Left = 202
  361.         Top = 0
  362.         Width = 8
  363.         Caption = 'ToolButton2'
  364.         ImageIndex = 21
  365.         Style = tbsSeparator
  366.       end
  367.       object ButtonSearch: TToolButton
  368.         Left = 210
  369.         Top = 0
  370.         Hint = 'Search'
  371.         Caption = 'ButtonSearch'
  372.         ImageIndex = 10
  373.         OnClick = ButtonSearchClick
  374.       end
  375.       object ToolButton8: TToolButton
  376.         Left = 241
  377.         Top = 0
  378.         Width = 8
  379.         Caption = 'ToolButton8'
  380.         ImageIndex = 18
  381.         Style = tbsSeparator
  382.       end
  383.       object ButtonImport: TToolButton
  384.         Left = 249
  385.         Top = 0
  386.         Hint = 'Import boomarks'
  387.         Caption = 'ToolButton3'
  388.         ImageIndex = 23
  389.         OnClick = ButtonImportClick
  390.       end
  391.       object ButtonExport: TToolButton
  392.         Left = 280
  393.         Top = 0
  394.         Hint = 'Export Bookmarks'
  395.         Caption = 'ToolButton4'
  396.         ImageIndex = 24
  397.         OnClick = ButtonExportClick
  398.       end
  399.       object ToolButton13: TToolButton
  400.         Left = 311
  401.         Top = 0
  402.         Width = 8
  403.         Caption = 'ToolButton13'
  404.         ImageIndex = 8
  405.         Style = tbsSeparator
  406.       end
  407.       object ButtonStayOnTop: TToolButton
  408.         Left = 319
  409.         Top = 0
  410.         Hint = 'Stay on top'
  411.         Caption = 'ButtonStayOnTop'
  412.         ImageIndex = 16
  413.         Style = tbsCheck
  414.         OnClick = ButtonStayOnTopClick
  415.       end
  416.       object ButtonDown: TSpeedButton
  417.         Left = 350
  418.         Top = 0
  419.         Width = 20
  420.         Height = 30
  421.         Hint = 'Update bookmark'
  422.         Anchors = [akTop, akRight]
  423.         Flat = True
  424.         Font.Charset = DEFAULT_CHARSET
  425.         Font.Color = clWindowText
  426.         Font.Height = -11
  427.         Font.Name = 'MS Sans Serif'
  428.         Font.Style = []
  429.         Glyph.Data = {
  430.           76010000424D7601000000000000760000002800000020000000100000000100
  431.           04000000000000010000120B0000120B00001000000010000000000000000000
  432.           80000080000000808000800000008000800080800000C0C0C000808080000000
  433.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  434.           333333333337333333333333333033333333333333F733333333333333050333
  435.           33333333337373333333333333050333333333333F7F73333333333330555033
  436.           33333333373F3733333333333055503333333333F733F7333333333305555503
  437.           333333337333F37333333333055555033333333F73333F733333333055555550
  438.           3333333733333F373333333000050000333333F7777377773333333333050333
  439.           333333FFFF7F7FF33333333333050333333333333F7F73333333333333050333
  440.           333333333F7F73333333333333050333333333333F7F73333333333333050333
  441.           333333333F7F73333333333333000333333333333F7773333333}
  442.         Layout = blGlyphRight
  443.         NumGlyphs = 2
  444.         ParentFont = False
  445.         ParentShowHint = False
  446.         ShowHint = True
  447.         Visible = False
  448.         OnClick = ButtonUpdateClick
  449.       end
  450.       object ButtonUp: TSpeedButton
  451.         Left = 370
  452.         Top = 0
  453.         Width = 22
  454.         Height = 30
  455.         Hint = 'Update bookmark'
  456.         Anchors = [akTop, akRight]
  457.         Flat = True
  458.         Font.Charset = DEFAULT_CHARSET
  459.         Font.Color = clWindowText
  460.         Font.Height = -11
  461.         Font.Name = 'MS Sans Serif'
  462.         Font.Style = []
  463.         Glyph.Data = {
  464.           76010000424D7601000000000000760000002800000020000000100000000100
  465.           04000000000000010000120B0000120B00001000000010000000000000000000
  466.           80000080000000808000800000008000800080800000C0C0C000808080000000
  467.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  468.           333333333F7773333333333333050333333333333F7F73333333333333050333
  469.           333333333F7F73333333333333050333333333333F7F73333333333333050333
  470.           333333333F7F73333333333333050333333333FFFF7F7FF33333333000050000
  471.           333333F77773777733333330555555503333333733333F373333333305555503
  472.           3333333F73333F733333333305555503333333337333F3733333333330555033
  473.           33333333F733F733333333333055503333333333373F37333333333333050333
  474.           333333333F7F7333333333333305033333333333337373333333333333303333
  475.           3333333333F73333333333333330333333333333333733333333}
  476.         Layout = blGlyphRight
  477.         NumGlyphs = 2
  478.         ParentFont = False
  479.         ParentShowHint = False
  480.         ShowHint = True
  481.         Visible = False
  482.         OnClick = ButtonUpdateClick
  483.       end
  484.       object ToolButton12: TToolButton
  485.         Left = 392
  486.         Top = 0
  487.         Width = 8
  488.         Caption = 'ToolButton12'
  489.         ImageIndex = 18
  490.         Style = tbsSeparator
  491.       end
  492.       object ButtonHelp: TToolButton
  493.         Left = 400
  494.         Top = 0
  495.         Hint = 'Help'
  496.         Caption = 'ButtonHelp'
  497.         ImageIndex = 17
  498.         OnClick = ButtonHelpClick
  499.       end
  500.       object ToolButton1: TToolButton
  501.         Left = 431
  502.         Top = 0
  503.         Width = 34
  504.         Caption = 'ToolButton1'
  505.         ImageIndex = 18
  506.         Style = tbsSeparator
  507.       end
  508.       object ButtonUpdate: TSpeedButton
  509.         Left = 465
  510.         Top = 0
  511.         Width = 104
  512.         Height = 30
  513.         Hint = 'Save changes'
  514.         Anchors = [akTop, akRight]
  515.         Caption = '&Add/Update'
  516.         Flat = True
  517.         Font.Charset = DEFAULT_CHARSET
  518.         Font.Color = clWindowText
  519.         Font.Height = -11
  520.         Font.Name = 'MS Sans Serif'
  521.         Font.Style = []
  522.         Glyph.Data = {
  523.           76010000424D7601000000000000760000002800000020000000100000000100
  524.           04000000000000010000120B0000120B00001000000010000000000000000000
  525.           80000080000000808000800000008000800080800000C0C0C000808080000000
  526.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  527.           333333333337333333333333333033333333333333F733333333333333050333
  528.           33333333337373333333333333050333333333333F7F73333333333330555033
  529.           33333333373F3733333333333055503333333333F733F7333333333305555503
  530.           333333337333F37333333333055555033333333F73333F733333333055555550
  531.           3333333733333F373333333000050000333333F7777377773333333333050333
  532.           333333FFFF7F7FF33333333333050333333333333F7F73333333333333050333
  533.           333333333F7F73333333333333050333333333333F7F73333333333333050333
  534.           333333333F7F73333333333333000333333333333F7773333333}
  535.         Layout = blGlyphRight
  536.         NumGlyphs = 2
  537.         ParentFont = False
  538.         ParentShowHint = False
  539.         ShowHint = True
  540.         Transparent = False
  541.         OnClick = ButtonUpdateClick
  542.       end
  543.     end
  544.   end
  545.   object PanelBookmark: TPanel
  546.     Left = 125
  547.     Top = 0
  548.     Width = 667
  549.     Height = 386
  550.     Align = alClient
  551.     BorderWidth = 2
  552.     TabOrder = 1
  553.     object Label4: TLabel
  554.       Left = 112
  555.       Top = 120
  556.       Width = 32
  557.       Height = 13
  558.       Caption = 'Label4'
  559.     end
  560.     object listviewBookmark: TListView
  561.       Left = 3
  562.       Top = 3
  563.       Width = 661
  564.       Height = 380
  565.       Align = alClient
  566.       Columns = <
  567.         item
  568.           Caption = 'Registry key'
  569.           Width = 240
  570.         end
  571.         item
  572.           Caption = 'Value'
  573.           Width = 100
  574.         end
  575.         item
  576.           AutoSize = True
  577.           Caption = 'Description'
  578.         end>
  579.       DragMode = dmAutomatic
  580.       FullDrag = True
  581.       HideSelection = False
  582.       LargeImages = MainForm.listSmall
  583.       MultiSelect = True
  584.       ReadOnly = True
  585.       RowSelect = True
  586.       PopupMenu = PopupMenuBookmark
  587.       SmallImages = MainForm.listSmall
  588.       SortType = stText
  589.       TabOrder = 0
  590.       ViewStyle = vsReport
  591.       OnColumnClick = listviewBookmarkColumnClick
  592.       OnCompare = listviewBookmarkCompare
  593.       OnDblClick = listviewBookmarkDblClick
  594.       OnEnter = listviewBookmarkEnter
  595.       OnDragDrop = listviewBookmarkDragDrop
  596.       OnDragOver = listviewBookmarkDragOver
  597.       OnKeyDown = listviewBookmarkKeyDown
  598.       OnSelectItem = listviewBookmarkSelectItem
  599.     end
  600.   end
  601.   object PanelCategory: TPanel
  602.     Left = 0
  603.     Top = 0
  604.     Width = 122
  605.     Height = 386
  606.     Align = alLeft
  607.     BorderWidth = 2
  608.     TabOrder = 2
  609.     object TreeViewCategory: TRspTreeView
  610.       Left = 3
  611.       Top = 3
  612.       Width = 116
  613.       Height = 380
  614.       Align = alClient
  615.       DragMode = dmAutomatic
  616.       HideSelection = False
  617.       Images = MainForm.listSmall
  618.       Indent = 19
  619.       ParentShowHint = False
  620.       PopupMenu = PopupMenuCategory
  621.       RightClickSelect = True
  622.       ShowHint = False
  623.       TabOrder = 0
  624.       ToolTips = False
  625.       OnChange = TreeViewCategoryChange
  626.       OnContextPopup = TreeViewCategoryContextPopup
  627.       OnDragDrop = TreeViewCategoryDragDrop
  628.       OnDragOver = TreeViewCategoryDragOver
  629.       OnEdited = TreeViewCategoryEdited
  630.       OnEditing = TreeViewCategoryEditing
  631.       OnEnter = TreeViewCategoryEnter
  632.       OnKeyDown = TreeViewCategoryKeyDown
  633.     end
  634.   end
  635.   object OpenDialogImportBookmarks: TOpenDialog
  636.     DefaultExt = '.ini'
  637.     FileName = '*.rrb;*.ini'
  638.     Filter = 'b'
  639.     Left = 430
  640.     Top = 160
  641.   end
  642.   object SaveDialog1: TSaveDialog
  643.     DefaultExt = 'rrb'
  644.     FileName = '*.rrb'
  645.     Filter = 'bookmark files (*.ini, *.rrb) | *.rrb;*.ini'
  646.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  647.     Left = 412
  648.     Top = 90
  649.   end
  650.   object PopupMenuBookmark: TPopupMenu
  651.     Images = MainForm.ImageListMenu
  652.     OnPopup = PopupMenuBookmarkPopup
  653.     Left = 168
  654.     Top = 44
  655.     object popupJumpTo: TMenuItem
  656.       Caption = '&Jump To'
  657.       ImageIndex = 23
  658.       OnClick = popupJumpToClick
  659.     end
  660.     object popupCopyNameToClipboard: TMenuItem
  661.       Caption = '&Copy name to clipboard'
  662.       ImageIndex = 1
  663.     end
  664.     object popupDelete: TMenuItem
  665.       Caption = '&Delete bookmark'
  666.       ImageIndex = 3
  667.       OnClick = popupDeleteClick
  668.     end
  669.     object popupProperties: TMenuItem
  670.       Caption = '&Properties'
  671.       ImageIndex = 4
  672.       OnClick = popupPropertiesClick
  673.     end
  674.   end
  675.   object regBookmark: TRspReg
  676.     OnFoundData = regBookmarkFoundData
  677.     Key = 2147483647
  678.     RootKey = 2147483647
  679.     RootKeyIndex = rkHKEY_NONE
  680.     AbbreviatedRootKeys = False
  681.     SearchCaseSensitive = False
  682.     SearchPriority = tpNormal
  683.     SearchKeys = False
  684.     SearchValues = False
  685.     SearchData = False
  686.     SearchType = stText
  687.     SearchExpandEnvironment = False
  688.     Left = 304
  689.     Top = 156
  690.   end
  691.   object PopupMenuCategory: TPopupMenu
  692.     OnPopup = PopupMenuCategoryPopup
  693.     Left = 280
  694.     Top = 44
  695.     object popupNewCategory: TMenuItem
  696.       Caption = 'New Category'
  697.       OnClick = popupNewCategoryClick
  698.     end
  699.     object popupDeleteCategory: TMenuItem
  700.       Caption = 'Delete Category'
  701.       ImageIndex = 3
  702.       OnClick = popupDeleteCategoryClick
  703.     end
  704.     object popupRenameCategory: TMenuItem
  705.       Caption = 'Rename Category'
  706.       OnClick = popupRenameCategoryClick
  707.     end
  708.   end
  709.   object popupMenuBookmarkToolbar: TPopupMenu
  710.     MenuAnimation = [maTopToBottom]
  711.     Left = 168
  712.     Top = 102
  713.     object popupToolbarBookmarkAtTop: TMenuItem
  714.       Caption = 'Toolbar at top'
  715.       OnClick = popupToolbarBookmarkAtTopClick
  716.     end
  717.   end
  718.   object FindDialogBookmark: TFindDialog
  719.     Options = [frDown, frHideMatchCase, frHideWholeWord]
  720.     OnFind = FindDialogBookmarkFind
  721.     Left = 516
  722.     Top = 92
  723.   end
  724.   object popupMenuBookmarkExport: TPopupMenu
  725.     Left = 169
  726.     Top = 164
  727.     object mmExportToBookmarkFile: TMenuItem
  728.       Caption = '&Export bookmarks to bookmark file (.rrb, .ini)'
  729.     end
  730.     object mmExportExistingPaths: TMenuItem
  731.       Caption = '&Export existing bookmark paths to registration file (.reg)'
  732.     end
  733.     object mmExportAllPaths: TMenuItem
  734.       Caption = '&Export all bookmark paths to registration file (.reg)'
  735.     end
  736.   end
  737.   object ActionListBookmark: TActionList
  738.     Left = 232
  739.     Top = 416
  740.     object ActionHelp: TAction
  741.       Caption = 'ActionHelp'
  742.       ShortCut = 112
  743.       OnExecute = ActionHelpExecute
  744.     end
  745.     object ActionRename: TAction
  746.       Caption = 'ActionRename'
  747.       ShortCut = 113
  748.       OnExecute = ActionRenameExecute
  749.     end
  750.     object ActionRefresh: TAction
  751.       Caption = 'ActionRefresh'
  752.       ShortCut = 116
  753.       OnExecute = ActionRefreshExecute
  754.     end
  755.     object ActionDelete: TAction
  756.       Caption = 'ActionDelete'
  757.       OnExecute = ActionDeleteExecute
  758.     end
  759.     object ActionSearch: TAction
  760.       Caption = 'ActionSearch'
  761.       ShortCut = 16454
  762.       OnExecute = ActionSearchExecute
  763.     end
  764.     object ActionSelectAll: TAction
  765.       Caption = 'ActionSelectAll'
  766.       ShortCut = 16449
  767.       OnExecute = ActionSelectAllExecute
  768.     end
  769.   end
  770. end
  771.