object SearchStringForm: TSearchStringForm Left = 474 Top = 218 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Enter Search String' ClientHeight = 386 ClientWidth = 495 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 20 Top = 20 Width = 102 Height = 19 Caption = 'Search String:' end object Label2: TLabel Left = 20 Top = 49 Width = 113 Height = 20 Caption = 'Replaced With:' Visible = False end object SearchEdit: TEdit Left = 118 Top = 17 Width = 356 Height = 24 TabOrder = 1 Visible = False OnChange = SearchEditChange end object GroupBox1: TGroupBox Left = 20 Top = 98 Width = 227 Height = 238 Caption = 'Root Option' TabOrder = 3 object CheckBox1: TCheckBox Left = 20 Top = 20 Width = 188 Height = 30 Caption = 'HKEY_CLASSES_ROOT' TabOrder = 0 end object CheckBox2: TCheckBox Left = 20 Top = 49 Width = 198 Height = 31 Caption = 'HKEY_CURRENT_USER' State = cbChecked TabOrder = 1 end object CheckBox3: TCheckBox Left = 20 Top = 79 Width = 188 Height = 31 Caption = 'HKEY_LOCAL_MACHINE' TabOrder = 2 end object CheckBox4: TCheckBox Left = 20 Top = 108 Width = 129 Height = 31 Caption = 'HKEY_USERS' TabOrder = 3 end object CheckBox5: TCheckBox Left = 20 Top = 138 Width = 198 Height = 31 Caption = 'HKEY_CURRENT_CONFIG' TabOrder = 4 end object CheckBox6: TCheckBox Left = 20 Top = 167 Width = 158 Height = 31 Caption = 'HKEY_DYN_DATA' TabOrder = 5 end object CheckBox7: TCheckBox Left = 20 Top = 197 Width = 158 Height = 31 Caption = 'All' TabOrder = 6 OnClick = CheckBox7Click end end object GroupBox2: TGroupBox Left = 266 Top = 98 Width = 208 Height = 130 Caption = 'Key Option' TabOrder = 4 object CheckBox8: TCheckBox Left = 20 Top = 20 Width = 158 Height = 30 Caption = 'Keys' State = cbChecked TabOrder = 0 OnClick = CheckBox8Click end object CheckBox9: TCheckBox Left = 20 Top = 49 Width = 158 Height = 31 Caption = 'Values' State = cbChecked TabOrder = 1 OnClick = CheckBox9Click end object CheckBox10: TCheckBox Left = 20 Top = 79 Width = 158 Height = 31 Caption = 'Data' State = cbChecked TabOrder = 2 OnClick = CheckBox10Click end end object Button1: TButton Tag = 5 Left = 158 Top = 345 Width = 92 Height = 30 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = Button1Click end object CheckBox11: TCheckBox Left = 286 Top = 246 Width = 178 Height = 31 Caption = 'Match whole string only' TabOrder = 5 end object Button2: TButton Left = 266 Top = 345 Width = 92 Height = 30 Caption = '&Cancel' ModalResult = 2 TabOrder = 6 end object ReplaceEdit: TEdit Left = 118 Top = 48 Width = 356 Height = 24 TabOrder = 2 Visible = False OnChange = SearchEditChange end object ListBox1: TListBox Left = 118 Top = 10 Width = 267 Height = 80 ItemHeight = 16 Sorted = True TabOrder = 7 Visible = False OnClick = ListBox1Click OnDblClick = ListBox1DblClick end object Add: TButton Left = 394 Top = 10 Width = 80 Height = 21 Caption = '&Add' TabOrder = 8 Visible = False OnClick = AddClick end object Delete: TButton Left = 394 Top = 39 Width = 80 Height = 21 Caption = '&Delete' TabOrder = 9 Visible = False OnClick = DeleteClick end object Clear: TButton Left = 394 Top = 69 Width = 80 Height = 21 Caption = 'C&lear' TabOrder = 10 Visible = False OnClick = ClearClick end end