home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / slunec / app / reglite.exe / RL.EXE / 0 / RCDATA / TSEARCHFORM / TSEARCHFORM.txt
Encoding:
Text File  |  2002-08-11  |  14.8 KB  |  634 lines

  1. object SearchForm: TSearchForm
  2.   Tag = 5
  3.   Left = 352
  4.   Top = 87
  5.   Width = 800
  6.   Height = 743
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  10.   Caption = 'Search'
  11.   Color = clBtnFace
  12.   DragKind = dkDock
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = True
  19.   Position = poDefault
  20.   OnActivate = FormActivate
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   OnEndDock = FormEndDock
  25.   OnKeyDown = FormKeyDown
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object SplitterSearch: TSplitter
  29.     Left = 185
  30.     Top = 0
  31.     Width = 3
  32.     Height = 656
  33.     Cursor = crHSplit
  34.     Beveled = True
  35.     MinSize = 10
  36.     ResizeStyle = rsUpdate
  37.     OnMoved = SplitterSearchMoved
  38.   end
  39.   object PanelSearch: TPanel
  40.     Left = 0
  41.     Top = 0
  42.     Width = 185
  43.     Height = 656
  44.     Align = alLeft
  45.     BevelOuter = bvNone
  46.     TabOrder = 0
  47.     object ButtonCancel: TButton
  48.       Left = 88
  49.       Top = 344
  50.       Width = 75
  51.       Height = 25
  52.       Cancel = True
  53.       Caption = 'ButtonCancel'
  54.       ModalResult = 2
  55.       TabOrder = 1
  56.       OnClick = ButtonCancelClick
  57.     end
  58.     object PanelSearchOptions: TPanel
  59.       Left = 0
  60.       Top = 65
  61.       Width = 185
  62.       Height = 200
  63.       Align = alTop
  64.       BevelOuter = bvNone
  65.       TabOrder = 0
  66.       DesignSize = (
  67.         185
  68.         200)
  69.       object LabelSearchFor: TLabel
  70.         Left = 8
  71.         Top = 0
  72.         Width = 86
  73.         Height = 13
  74.         Caption = 'Text to search for:'
  75.       end
  76.       object Label4: TLabel
  77.         Left = 8
  78.         Top = 48
  79.         Width = 48
  80.         Height = 13
  81.         Caption = 'Search in:'
  82.       end
  83.       object ButtonBrowse: TSpeedButton
  84.         Left = 154
  85.         Top = 86
  86.         Width = 23
  87.         Height = 17
  88.         Anchors = [akTop, akRight]
  89.         Caption = '..'
  90.         OnClick = ButtonBrowseClick
  91.         OnMouseDown = ButtonBrowseMouseDown
  92.       end
  93.       object ComboBoxSearchText: TComboBox
  94.         Left = 8
  95.         Top = 16
  96.         Width = 170
  97.         Height = 21
  98.         Anchors = [akLeft, akTop, akRight]
  99.         ItemHeight = 13
  100.         TabOrder = 0
  101.         OnChange = ComboBoxSearchTextChange
  102.         OnDropDown = ComboBoxSearchTextDropDown
  103.         OnExit = ComboBoxSearchTextExit
  104.         OnKeyDown = ComboBoxSearchTextKeyDown
  105.         OnKeyPress = ComboBoxSearchTextKeyPress
  106.       end
  107.       object ComboBoxKey: TComboBox
  108.         Left = 8
  109.         Top = 64
  110.         Width = 170
  111.         Height = 21
  112.         Anchors = [akLeft, akTop, akRight]
  113.         ItemHeight = 13
  114.         ParentShowHint = False
  115.         ShowHint = False
  116.         TabOrder = 1
  117.         OnKeyDown = ComboBoxKeyKeyDown
  118.       end
  119.       object CheckBoxSearchKeys: TCheckBox
  120.         Left = 8
  121.         Top = 98
  122.         Width = 89
  123.         Height = 17
  124.         Caption = 'Key names'
  125.         Checked = True
  126.         PopupMenu = PopupMenuSearchToolbar
  127.         State = cbChecked
  128.         TabOrder = 2
  129.       end
  130.       object CheckBoxSearchValues: TCheckBox
  131.         Left = 8
  132.         Top = 114
  133.         Width = 97
  134.         Height = 17
  135.         Caption = 'Value names'
  136.         Checked = True
  137.         PopupMenu = PopupMenuSearchToolbar
  138.         State = cbChecked
  139.         TabOrder = 3
  140.       end
  141.       object CheckBoxSearchData: TCheckBox
  142.         Left = 8
  143.         Top = 130
  144.         Width = 65
  145.         Height = 18
  146.         Caption = 'Data'
  147.         Checked = True
  148.         PopupMenu = PopupMenuSearchToolbar
  149.         State = cbChecked
  150.         TabOrder = 4
  151.       end
  152.       object CheckBoxCaseSensitive: TCheckBox
  153.         Left = 8
  154.         Top = 154
  155.         Width = 113
  156.         Height = 17
  157.         Caption = 'Case sensitive'
  158.         TabOrder = 5
  159.       end
  160.       object CheckBoxExpand: TCheckBox
  161.         Left = 8
  162.         Top = 170
  163.         Width = 159
  164.         Height = 17
  165.         Caption = 'Expand environment strings'
  166.         TabOrder = 6
  167.       end
  168.     end
  169.     object PanelSearchType: TPanel
  170.       Left = 0
  171.       Top = 0
  172.       Width = 185
  173.       Height = 65
  174.       Align = alTop
  175.       BevelOuter = bvNone
  176.       TabOrder = 2
  177.       DesignSize = (
  178.         185
  179.         65)
  180.       object Label2: TLabel
  181.         Left = 8
  182.         Top = 16
  183.         Width = 74
  184.         Height = 13
  185.         Caption = 'Type of search:'
  186.       end
  187.       object ComboBoxSearchType: TComboBox
  188.         Left = 8
  189.         Top = 32
  190.         Width = 170
  191.         Height = 21
  192.         Style = csDropDownList
  193.         Anchors = [akLeft, akTop, akRight]
  194.         ItemHeight = 13
  195.         ItemIndex = 0
  196.         TabOrder = 0
  197.         Text = 'Simple text search'
  198.         OnChange = ComboBoxSearchTypeChange
  199.         Items.Strings = (
  200.           'Simple text search'
  201.           'Regular expression search'
  202.           'Binary data search')
  203.       end
  204.     end
  205.     object Panel2: TPanel
  206.       Left = 0
  207.       Top = 265
  208.       Width = 185
  209.       Height = 200
  210.       Align = alTop
  211.       BevelOuter = bvNone
  212.       TabOrder = 3
  213.       object Label5: TLabel
  214.         Left = 8
  215.         Top = 76
  216.         Width = 67
  217.         Height = 13
  218.         Caption = 'data matches:'
  219.       end
  220.       object Label3: TLabel
  221.         Left = 8
  222.         Top = 60
  223.         Width = 101
  224.         Height = 13
  225.         Alignment = taRightJustify
  226.         Caption = 'value name matches:'
  227.       end
  228.       object Label6: TLabel
  229.         Left = 8
  230.         Top = 44
  231.         Width = 97
  232.         Height = 13
  233.         Alignment = taRightJustify
  234.         Caption = 'key names matches:'
  235.       end
  236.       object Label12: TLabel
  237.         Left = 8
  238.         Top = 20
  239.         Width = 73
  240.         Height = 13
  241.         Caption = 'Keys searched:'
  242.       end
  243.       object LabelKeysSearched: TLabel
  244.         Left = 132
  245.         Top = 20
  246.         Width = 6
  247.         Height = 13
  248.         BiDiMode = bdLeftToRight
  249.         Caption = '0'
  250.         ParentBiDiMode = False
  251.       end
  252.       object LabelKeysFound: TLabel
  253.         Left = 132
  254.         Top = 44
  255.         Width = 30
  256.         Height = 13
  257.         AutoSize = False
  258.         Caption = '0'
  259.       end
  260.       object LabelValuesFound: TLabel
  261.         Left = 132
  262.         Top = 60
  263.         Width = 33
  264.         Height = 13
  265.         AutoSize = False
  266.         Caption = '0'
  267.       end
  268.       object LabelDataFound: TLabel
  269.         Left = 132
  270.         Top = 76
  271.         Width = 25
  272.         Height = 18
  273.         AutoSize = False
  274.         Caption = '0'
  275.         DragKind = dkDock
  276.       end
  277.     end
  278.   end
  279.   object panelResults: TPanel
  280.     Left = 188
  281.     Top = 0
  282.     Width = 604
  283.     Height = 656
  284.     Align = alClient
  285.     AutoSize = True
  286.     BevelOuter = bvNone
  287.     BorderWidth = 3
  288.     TabOrder = 1
  289.     object ListViewSearch: TListView
  290.       Left = 3
  291.       Top = 3
  292.       Width = 598
  293.       Height = 650
  294.       Align = alClient
  295.       Columns = <
  296.         item
  297.           Caption = 'Machine'
  298.           Width = 80
  299.         end
  300.         item
  301.           Caption = 'Key'
  302.           Width = 314
  303.         end
  304.         item
  305.           Caption = 'Value'
  306.           Width = 100
  307.         end
  308.         item
  309.           Caption = 'Data'
  310.           Width = 100
  311.         end>
  312.       FullDrag = True
  313.       GridLines = True
  314.       HideSelection = False
  315.       HotTrackStyles = [htHandPoint, htUnderlineHot]
  316.       MultiSelect = True
  317.       ReadOnly = True
  318.       RowSelect = True
  319.       PopupMenu = PopupMenuSearch
  320.       SmallImages = MainForm.listSmall
  321.       TabOrder = 0
  322.       ViewStyle = vsReport
  323.       OnColumnClick = ListViewSearchColumnClick
  324.       OnCompare = ListViewSearchCompare
  325.       OnDblClick = ListViewSearchDblClick
  326.       OnKeyDown = ListViewSearchKeyDown
  327.       OnSelectItem = ListViewSearchSelectItem
  328.     end
  329.   end
  330.   object CoolbarSearch: TCoolBar
  331.     Left = 0
  332.     Top = 656
  333.     Width = 792
  334.     Height = 34
  335.     Align = alBottom
  336.     AutoSize = True
  337.     BandBorderStyle = bsNone
  338.     Bands = <
  339.       item
  340.         Break = False
  341.         Control = ToolBarSearch
  342.         ImageIndex = -1
  343.         MinHeight = 30
  344.         Width = 788
  345.       end>
  346.     object ToolBarSearch: TToolBar
  347.       Tag = 2
  348.       Left = 9
  349.       Top = 0
  350.       Width = 775
  351.       Height = 30
  352.       Align = alNone
  353.       ButtonHeight = 30
  354.       ButtonWidth = 31
  355.       Caption = 'ToolBarButtons'
  356.       DisabledImages = MainForm.ImageListToolbarDisabled
  357.       EdgeBorders = []
  358.       EdgeInner = esNone
  359.       EdgeOuter = esNone
  360.       Flat = True
  361.       HotImages = MainForm.ImageListSaturated
  362.       Images = MainForm.ImageListToolbar
  363.       ParentShowHint = False
  364.       ShowHint = True
  365.       TabOrder = 0
  366.       Transparent = True
  367.       Wrapable = False
  368.       object ButtonSearch: TToolButton
  369.         Left = 0
  370.         Top = 0
  371.         Hint = 'Search'
  372.         Caption = 'ButtonSearch'
  373.         ImageIndex = 10
  374.         OnClick = ButtonSearchClick
  375.       end
  376.       object ButtonPause: TToolButton
  377.         Left = 31
  378.         Top = 0
  379.         Hint = 'Pause'
  380.         Caption = 'ButtonPause'
  381.         Enabled = False
  382.         ImageIndex = 27
  383.         OnClick = ButtonPauseClick
  384.       end
  385.       object ButtonStop: TToolButton
  386.         Left = 62
  387.         Top = 0
  388.         Hint = 'Stop'
  389.         Caption = 'ButtonStop'
  390.         Enabled = False
  391.         ImageIndex = 32
  392.         OnClick = ButtonStopClick
  393.       end
  394.       object ToolButton3: TToolButton
  395.         Left = 93
  396.         Top = 0
  397.         Width = 8
  398.         Caption = 'ToolButton3'
  399.         ImageIndex = 19
  400.         Style = tbsSeparator
  401.       end
  402.       object ButtonJumpTo: TToolButton
  403.         Left = 101
  404.         Top = 0
  405.         Hint = 'Jump to'
  406.         Caption = '&Jump To'
  407.         Enabled = False
  408.         ImageIndex = 25
  409.         OnClick = ButtonJumpToClick
  410.       end
  411.       object ButtonReplace: TToolButton
  412.         Left = 132
  413.         Top = 0
  414.         Hint = 'Replace'
  415.         Caption = 'ButtonReplace'
  416.         Enabled = False
  417.         ImageIndex = 7
  418.         OnClick = ButtonReplaceClick
  419.       end
  420.       object ButtonDelete: TToolButton
  421.         Left = 163
  422.         Top = 0
  423.         Hint = 'Delete'
  424.         Caption = 'ButtonDelete'
  425.         DropdownMenu = mmSearchRemoveItems
  426.         Enabled = False
  427.         ImageIndex = 6
  428.         Style = tbsDropDown
  429.         OnClick = ButtonDeleteClick
  430.       end
  431.       object ToolButton21: TToolButton
  432.         Left = 207
  433.         Top = 0
  434.         Width = 8
  435.         Caption = 'ToolButton21'
  436.         ImageIndex = 15
  437.         Style = tbsSeparator
  438.       end
  439.       object ButtonBookmark: TToolButton
  440.         Left = 215
  441.         Top = 0
  442.         Hint = 'Bookmark'
  443.         Caption = 'ButtonBookmark'
  444.         Enabled = False
  445.         ImageIndex = 11
  446.         OnClick = ButtonBookmarkClick
  447.       end
  448.       object ButtonProperties: TToolButton
  449.         Left = 246
  450.         Top = 0
  451.         Hint = 'Properties'
  452.         Caption = 'ButtonProperties'
  453.         Enabled = False
  454.         ImageIndex = 8
  455.         OnClick = ButtonPropertiesClick
  456.       end
  457.       object ToolButton13: TToolButton
  458.         Left = 277
  459.         Top = 0
  460.         Width = 8
  461.         Caption = 'ToolButton13'
  462.         ImageIndex = 8
  463.         Style = tbsSeparator
  464.       end
  465.       object ButtonExport: TToolButton
  466.         Left = 285
  467.         Top = 0
  468.         Hint = 'Export results'
  469.         Caption = 'ButtonExport'
  470.         Enabled = False
  471.         ImageIndex = 24
  472.         OnClick = ButtonExportClick
  473.       end
  474.       object ButtonExportSep: TToolButton
  475.         Left = 316
  476.         Top = 0
  477.         Width = 8
  478.         Caption = 'ButtonExportSep'
  479.         ImageIndex = 15
  480.         Style = tbsSeparator
  481.       end
  482.       object ButtonStayOnTop: TToolButton
  483.         Left = 324
  484.         Top = 0
  485.         Hint = 'Stay on top'
  486.         Caption = 'ButtonStayOnTop'
  487.         ImageIndex = 16
  488.         Style = tbsCheck
  489.         OnClick = ButtonStayOnTopClick
  490.       end
  491.       object ButtonRemote: TToolButton
  492.         Left = 355
  493.         Top = 0
  494.         Hint = 'Search a remote computer'
  495.         Caption = 'ButtonRemote'
  496.         ImageIndex = 19
  497.         Visible = False
  498.         OnClick = ButtonRemoteClick
  499.       end
  500.       object ToolButton2: TToolButton
  501.         Left = 386
  502.         Top = 0
  503.         Width = 8
  504.         Caption = 'ToolButton2'
  505.         ImageIndex = 18
  506.         Style = tbsSeparator
  507.       end
  508.       object ButtonHelp: TToolButton
  509.         Left = 394
  510.         Top = 0
  511.         Hint = 'Help'
  512.         Caption = 'ActionHelp'
  513.         ImageIndex = 17
  514.         OnClick = ButtonHelpClick
  515.       end
  516.     end
  517.   end
  518.   object PanelStatus: TPanel
  519.     Left = 0
  520.     Top = 690
  521.     Width = 792
  522.     Height = 19
  523.     Align = alBottom
  524.     AutoSize = True
  525.     BevelOuter = bvNone
  526.     TabOrder = 3
  527.     object StatusBarSearch: TStatusBar
  528.       Left = 0
  529.       Top = 0
  530.       Width = 792
  531.       Height = 19
  532.       Panels = <>
  533.       SimplePanel = True
  534.       SimpleText = 'Status: Ready'
  535.     end
  536.   end
  537.   object SaveDialogSearch: TSaveDialog
  538.     DefaultExt = '.txt'
  539.     FileName = '*.reg'
  540.     Filter = 'Registry Files  (*.reg) | *.reg'
  541.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  542.     Title = 'Save search results to a reg file'
  543.     Left = 240
  544.     Top = 136
  545.   end
  546.   object PopupMenuSearch: TPopupMenu
  547.     Images = MainForm.ImageListMenu
  548.     MenuAnimation = [maLeftToRight]
  549.     OnPopup = PopupMenuSearchPopup
  550.     Left = 368
  551.     Top = 64
  552.     object popupJumpTo: TMenuItem
  553.       Caption = '&Jump To'
  554.       ImageIndex = 23
  555.       OnClick = popupJumpToClick
  556.     end
  557.     object popupBookmark: TMenuItem
  558.       Caption = '&Bookmark'
  559.       ImageIndex = 6
  560.       OnClick = popupBookmarkClick
  561.     end
  562.     object popupRemove: TMenuItem
  563.       Caption = 'R&emove from Search Results'
  564.       ImageIndex = 3
  565.       OnClick = popupRemoveClick
  566.     end
  567.     object popupDelete: TMenuItem
  568.       Caption = '&Delete selected registry keys and values'
  569.       ImageIndex = 3
  570.       OnClick = popupDeleteClick
  571.     end
  572.     object popupReplace: TMenuItem
  573.       Caption = '&Replace'
  574.       ImageIndex = 34
  575.       OnClick = popupReplaceClick
  576.     end
  577.   end
  578.   object PopupMenuSearchToolbar: TPopupMenu
  579.     OnPopup = PopupMenuSearchToolbarPopup
  580.     Left = 240
  581.     Top = 61
  582.     object mmSearchToolbarAtBottom: TMenuItem
  583.       Caption = 'Toolbar at bottom'
  584.       OnClick = mmSearchToolbarAtBottomClick
  585.     end
  586.   end
  587.   object ActionListSearch: TActionList
  588.     Left = 370
  589.     Top = 137
  590.     object ActionHelp: TAction
  591.       Caption = 'ActionHelp'
  592.       ShortCut = 112
  593.       OnExecute = ActionHelpExecute
  594.     end
  595.     object ActionSelectAll: TAction
  596.       Caption = 'ActionSelectAll'
  597.       ShortCut = 16449
  598.       OnExecute = ActionSelectAllExecute
  599.     end
  600.   end
  601.   object RspRegSearch: TRspReg
  602.     OnChangeKey = RspRegSearchChangeKey
  603.     OnSearchCompleted = RspRegSearchSearchCompleted
  604.     OnFoundKey = RspRegSearchFoundKey
  605.     OnFoundData = RspRegSearchFoundData
  606.     OnFoundValue = RspRegSearchFoundValue
  607.     Key = 2147483647
  608.     RootKey = 2147483647
  609.     RootKeyIndex = rkHKEY_NONE
  610.     AbbreviatedRootKeys = False
  611.     SearchCaseSensitive = False
  612.     SearchPriority = tpLower
  613.     SearchKeys = False
  614.     SearchValues = False
  615.     SearchData = False
  616.     SearchType = stText
  617.     SearchExpandEnvironment = False
  618.     Left = 376
  619.     Top = 208
  620.   end
  621.   object mmSearchRemoveItems: TPopupMenu
  622.     Left = 242
  623.     Top = 210
  624.     object mmSearchRemoveEntries: TMenuItem
  625.       Caption = '&Remove entries from list'
  626.       OnClick = mmSearchRemoveEntriesClick
  627.     end
  628.     object mmSearchDelete: TMenuItem
  629.       Caption = 'Delete selected keys and values'
  630.       OnClick = mmSearchDeleteClick
  631.     end
  632.   end
  633. end
  634.