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

  1. object ExportSelForm: TExportSelForm
  2.   Left = 352
  3.   Top = 275
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Export Option'
  7.   ClientHeight = 310
  8.   ClientWidth = 402
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 16
  18.     Top = 16
  19.     Width = 377
  20.     Height = 257
  21.     Caption = 'Export Option'
  22.     TabOrder = 1
  23.     object CheckBox1: TCheckBox
  24.       Left = 24
  25.       Top = 72
  26.       Width = 153
  27.       Height = 25
  28.       Caption = 'HKEY_CLASSES_ROOT'
  29.       TabOrder = 1
  30.       OnClick = CheckBox1Click
  31.     end
  32.     object CheckBox2: TCheckBox
  33.       Left = 24
  34.       Top = 96
  35.       Width = 161
  36.       Height = 25
  37.       Caption = 'HKEY_CURRENT_USER'
  38.       TabOrder = 2
  39.       OnClick = CheckBox1Click
  40.     end
  41.     object CheckBox3: TCheckBox
  42.       Left = 24
  43.       Top = 120
  44.       Width = 153
  45.       Height = 25
  46.       Caption = 'HKEY_LOCAL_MACHINE'
  47.       TabOrder = 3
  48.       OnClick = CheckBox1Click
  49.     end
  50.     object CheckBox4: TCheckBox
  51.       Left = 24
  52.       Top = 144
  53.       Width = 105
  54.       Height = 25
  55.       Caption = 'HKEY_USERS'
  56.       TabOrder = 4
  57.       OnClick = CheckBox1Click
  58.     end
  59.     object CheckBox5: TCheckBox
  60.       Left = 24
  61.       Top = 168
  62.       Width = 161
  63.       Height = 25
  64.       Caption = 'HKEY_CURRENT_CONFIG'
  65.       TabOrder = 5
  66.       OnClick = CheckBox1Click
  67.     end
  68.     object CheckBox6: TCheckBox
  69.       Left = 24
  70.       Top = 192
  71.       Width = 129
  72.       Height = 25
  73.       Caption = 'HKEY_DYN_DATA'
  74.       TabOrder = 6
  75.       OnClick = CheckBox1Click
  76.     end
  77.     object CheckBox7: TCheckBox
  78.       Left = 24
  79.       Top = 216
  80.       Width = 129
  81.       Height = 25
  82.       Caption = 'All'
  83.       TabOrder = 7
  84.       OnClick = CheckBox7Click
  85.     end
  86.     object CheckBox8: TCheckBox
  87.       Left = 24
  88.       Top = 24
  89.       Width = 153
  90.       Height = 25
  91.       Caption = 'Current Selected Branch:'
  92.       State = cbChecked
  93.       TabOrder = 0
  94.     end
  95.     object Edit1: TEdit
  96.       Left = 40
  97.       Top = 48
  98.       Width = 321
  99.       Height = 21
  100.       ReadOnly = True
  101.       TabOrder = 8
  102.     end
  103.   end
  104.   object Button1: TButton
  105.     Tag = 5
  106.     Left = 128
  107.     Top = 280
  108.     Width = 75
  109.     Height = 25
  110.     Caption = '&OK'
  111.     Default = True
  112.     ModalResult = 1
  113.     TabOrder = 0
  114.   end
  115.   object Button2: TButton
  116.     Left = 216
  117.     Top = 280
  118.     Width = 75
  119.     Height = 25
  120.     Caption = '&Cancel'
  121.     ModalResult = 2
  122.     TabOrder = 2
  123.   end
  124. end
  125.