home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / registar / reglite.exe / RL.EXE / 0 / RCDATA / TBOOKMARKFORM / TBOOKMARKFORM.txt
Encoding:
Text File  |  2002-08-11  |  20.6 KB  |  787 lines

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