home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Regview / Regview.exe / 0 / RCDATA / TSEARCHSTRINGFORM / TSEARCHSTRINGFORM.txt
Text File  |  1997-07-14  |  4KB  |  226 lines

  1. object SearchStringForm: TSearchStringForm
  2.   Left = 474
  3.   Top = 218
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Enter Search String'
  7.   ClientHeight = 386
  8.   ClientWidth = 495
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 20
  19.     Top = 20
  20.     Width = 102
  21.     Height = 19
  22.     Caption = 'Search String:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 20
  26.     Top = 49
  27.     Width = 113
  28.     Height = 20
  29.     Caption = 'Replaced With:'
  30.     Visible = False
  31.   end
  32.   object SearchEdit: TEdit
  33.     Left = 118
  34.     Top = 17
  35.     Width = 356
  36.     Height = 24
  37.     TabOrder = 1
  38.     Visible = False
  39.     OnChange = SearchEditChange
  40.   end
  41.   object GroupBox1: TGroupBox
  42.     Left = 20
  43.     Top = 98
  44.     Width = 227
  45.     Height = 238
  46.     Caption = 'Root Option'
  47.     TabOrder = 3
  48.     object CheckBox1: TCheckBox
  49.       Left = 20
  50.       Top = 20
  51.       Width = 188
  52.       Height = 30
  53.       Caption = 'HKEY_CLASSES_ROOT'
  54.       TabOrder = 0
  55.     end
  56.     object CheckBox2: TCheckBox
  57.       Left = 20
  58.       Top = 49
  59.       Width = 198
  60.       Height = 31
  61.       Caption = 'HKEY_CURRENT_USER'
  62.       State = cbChecked
  63.       TabOrder = 1
  64.     end
  65.     object CheckBox3: TCheckBox
  66.       Left = 20
  67.       Top = 79
  68.       Width = 188
  69.       Height = 31
  70.       Caption = 'HKEY_LOCAL_MACHINE'
  71.       TabOrder = 2
  72.     end
  73.     object CheckBox4: TCheckBox
  74.       Left = 20
  75.       Top = 108
  76.       Width = 129
  77.       Height = 31
  78.       Caption = 'HKEY_USERS'
  79.       TabOrder = 3
  80.     end
  81.     object CheckBox5: TCheckBox
  82.       Left = 20
  83.       Top = 138
  84.       Width = 198
  85.       Height = 31
  86.       Caption = 'HKEY_CURRENT_CONFIG'
  87.       TabOrder = 4
  88.     end
  89.     object CheckBox6: TCheckBox
  90.       Left = 20
  91.       Top = 167
  92.       Width = 158
  93.       Height = 31
  94.       Caption = 'HKEY_DYN_DATA'
  95.       TabOrder = 5
  96.     end
  97.     object CheckBox7: TCheckBox
  98.       Left = 20
  99.       Top = 197
  100.       Width = 158
  101.       Height = 31
  102.       Caption = 'All'
  103.       TabOrder = 6
  104.       OnClick = CheckBox7Click
  105.     end
  106.   end
  107.   object GroupBox2: TGroupBox
  108.     Left = 266
  109.     Top = 98
  110.     Width = 208
  111.     Height = 130
  112.     Caption = 'Key Option'
  113.     TabOrder = 4
  114.     object CheckBox8: TCheckBox
  115.       Left = 20
  116.       Top = 20
  117.       Width = 158
  118.       Height = 30
  119.       Caption = 'Keys'
  120.       State = cbChecked
  121.       TabOrder = 0
  122.       OnClick = CheckBox8Click
  123.     end
  124.     object CheckBox9: TCheckBox
  125.       Left = 20
  126.       Top = 49
  127.       Width = 158
  128.       Height = 31
  129.       Caption = 'Values'
  130.       State = cbChecked
  131.       TabOrder = 1
  132.       OnClick = CheckBox9Click
  133.     end
  134.     object CheckBox10: TCheckBox
  135.       Left = 20
  136.       Top = 79
  137.       Width = 158
  138.       Height = 31
  139.       Caption = 'Data'
  140.       State = cbChecked
  141.       TabOrder = 2
  142.       OnClick = CheckBox10Click
  143.     end
  144.   end
  145.   object Button1: TButton
  146.     Tag = 5
  147.     Left = 158
  148.     Top = 345
  149.     Width = 92
  150.     Height = 30
  151.     Caption = '&OK'
  152.     Default = True
  153.     ModalResult = 1
  154.     TabOrder = 0
  155.     OnClick = Button1Click
  156.   end
  157.   object CheckBox11: TCheckBox
  158.     Left = 286
  159.     Top = 246
  160.     Width = 178
  161.     Height = 31
  162.     Caption = 'Match whole string only'
  163.     TabOrder = 5
  164.   end
  165.   object Button2: TButton
  166.     Left = 266
  167.     Top = 345
  168.     Width = 92
  169.     Height = 30
  170.     Caption = '&Cancel'
  171.     ModalResult = 2
  172.     TabOrder = 6
  173.   end
  174.   object ReplaceEdit: TEdit
  175.     Left = 118
  176.     Top = 48
  177.     Width = 356
  178.     Height = 24
  179.     TabOrder = 2
  180.     Visible = False
  181.     OnChange = SearchEditChange
  182.   end
  183.   object ListBox1: TListBox
  184.     Left = 118
  185.     Top = 10
  186.     Width = 267
  187.     Height = 80
  188.     ItemHeight = 16
  189.     Sorted = True
  190.     TabOrder = 7
  191.     Visible = False
  192.     OnClick = ListBox1Click
  193.     OnDblClick = ListBox1DblClick
  194.   end
  195.   object Add: TButton
  196.     Left = 394
  197.     Top = 10
  198.     Width = 80
  199.     Height = 21
  200.     Caption = '&Add'
  201.     TabOrder = 8
  202.     Visible = False
  203.     OnClick = AddClick
  204.   end
  205.   object Delete: TButton
  206.     Left = 394
  207.     Top = 39
  208.     Width = 80
  209.     Height = 21
  210.     Caption = '&Delete'
  211.     TabOrder = 9
  212.     Visible = False
  213.     OnClick = DeleteClick
  214.   end
  215.   object Clear: TButton
  216.     Left = 394
  217.     Top = 69
  218.     Width = 80
  219.     Height = 21
  220.     Caption = 'C&lear'
  221.     TabOrder = 10
  222.     Visible = False
  223.     OnClick = ClearClick
  224.   end
  225. end
  226.