home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 March / march_2000.iso / Security / Windows Washer / wwinstall.exe / washer.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Encoding:
Text File  |  2000-01-06  |  3.1 KB  |  163 lines

  1. object Form6: TForm6
  2.   Left = 287
  3.   Top = 157
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Add Registry Entry'
  7.   ClientHeight = 264
  8.   ClientWidth = 341
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 7
  20.     Top = 98
  21.     Width = 202
  22.     Height = 13
  23.     Caption = 'Sub-key path of registry entry to be erased:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 10
  27.     Top = 203
  28.     Width = 61
  29.     Height = 13
  30.     Caption = 'Value Name:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 9
  34.     Top = 138
  35.     Width = 208
  36.     Height = 14
  37.     Caption = 'Sub-Key Example: Software\Washer\Test123'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clNavy
  40.     Font.Height = -11
  41.     Font.Name = 'Times New Roman'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Edit1: TEdit
  46.     Left = 6
  47.     Top = 115
  48.     Width = 326
  49.     Height = 21
  50.     TabOrder = 8
  51.   end
  52.   object RadioGroup1: TRadioGroup
  53.     Left = 9
  54.     Top = 3
  55.     Width = 323
  56.     Height = 90
  57.     Caption = 'Top level key of registry entry to be erased:'
  58.     TabOrder = 7
  59.   end
  60.   object RadioButton1: TRadioButton
  61.     Left = 29
  62.     Top = 21
  63.     Width = 137
  64.     Height = 17
  65.     Caption = 'HKey_Local_Machine'
  66.     TabOrder = 0
  67.   end
  68.   object RadioButton3: TRadioButton
  69.     Left = 29
  70.     Top = 37
  71.     Width = 137
  72.     Height = 17
  73.     Caption = 'HKey_Classes_Root'
  74.     TabOrder = 1
  75.   end
  76.   object RadioButton5: TRadioButton
  77.     Left = 29
  78.     Top = 53
  79.     Width = 113
  80.     Height = 17
  81.     Caption = 'HKey_Users'
  82.     TabOrder = 2
  83.   end
  84.   object RadioButton7: TRadioButton
  85.     Left = 29
  86.     Top = 69
  87.     Width = 145
  88.     Height = 17
  89.     Caption = 'HKey_Performance_Data'
  90.     TabOrder = 3
  91.   end
  92.   object RadioButton2: TRadioButton
  93.     Left = 173
  94.     Top = 21
  95.     Width = 137
  96.     Height = 17
  97.     Caption = 'HKey_Current_User'
  98.     TabOrder = 4
  99.   end
  100.   object RadioButton4: TRadioButton
  101.     Left = 173
  102.     Top = 37
  103.     Width = 137
  104.     Height = 17
  105.     Caption = 'HKey_Current_Config'
  106.     TabOrder = 5
  107.   end
  108.   object RadioButton6: TRadioButton
  109.     Left = 173
  110.     Top = 53
  111.     Width = 113
  112.     Height = 17
  113.     Caption = 'HKey_Dyn_Data'
  114.     TabOrder = 6
  115.   end
  116.   object CheckBox2: TCheckBox
  117.     Left = 7
  118.     Top = 178
  119.     Width = 152
  120.     Height = 15
  121.     Caption = 'Erase value within sub-key'
  122.     TabOrder = 10
  123.     OnClick = CheckBox2Click
  124.   end
  125.   object CheckBox1: TCheckBox
  126.     Left = 7
  127.     Top = 157
  128.     Width = 120
  129.     Height = 18
  130.     Caption = 'Erase entire sub-key'
  131.     State = cbChecked
  132.     TabOrder = 9
  133.     OnClick = CheckBox1Click
  134.   end
  135.   object Edit2: TEdit
  136.     Left = 75
  137.     Top = 200
  138.     Width = 209
  139.     Height = 21
  140.     Color = clGray
  141.     Enabled = False
  142.     TabOrder = 11
  143.   end
  144.   object Button1: TButton
  145.     Left = 88
  146.     Top = 237
  147.     Width = 75
  148.     Height = 25
  149.     Caption = 'OK'
  150.     TabOrder = 12
  151.     OnClick = Button1Click
  152.   end
  153.   object Button2: TButton
  154.     Left = 176
  155.     Top = 237
  156.     Width = 75
  157.     Height = 25
  158.     Caption = 'Cancel'
  159.     TabOrder = 13
  160.     OnClick = Button2Click
  161.   end
  162. end
  163.