object ExportSelForm: TExportSelForm Left = 352 Top = 275 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Export Option' ClientHeight = 310 ClientWidth = 402 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 16 Top = 16 Width = 377 Height = 257 Caption = 'Export Option' TabOrder = 1 object CheckBox1: TCheckBox Left = 24 Top = 72 Width = 153 Height = 25 Caption = 'HKEY_CLASSES_ROOT' TabOrder = 1 OnClick = CheckBox1Click end object CheckBox2: TCheckBox Left = 24 Top = 96 Width = 161 Height = 25 Caption = 'HKEY_CURRENT_USER' TabOrder = 2 OnClick = CheckBox1Click end object CheckBox3: TCheckBox Left = 24 Top = 120 Width = 153 Height = 25 Caption = 'HKEY_LOCAL_MACHINE' TabOrder = 3 OnClick = CheckBox1Click end object CheckBox4: TCheckBox Left = 24 Top = 144 Width = 105 Height = 25 Caption = 'HKEY_USERS' TabOrder = 4 OnClick = CheckBox1Click end object CheckBox5: TCheckBox Left = 24 Top = 168 Width = 161 Height = 25 Caption = 'HKEY_CURRENT_CONFIG' TabOrder = 5 OnClick = CheckBox1Click end object CheckBox6: TCheckBox Left = 24 Top = 192 Width = 129 Height = 25 Caption = 'HKEY_DYN_DATA' TabOrder = 6 OnClick = CheckBox1Click end object CheckBox7: TCheckBox Left = 24 Top = 216 Width = 129 Height = 25 Caption = 'All' TabOrder = 7 OnClick = CheckBox7Click end object CheckBox8: TCheckBox Left = 24 Top = 24 Width = 153 Height = 25 Caption = 'Current Selected Branch:' State = cbChecked TabOrder = 0 end object Edit1: TEdit Left = 40 Top = 48 Width = 321 Height = 21 ReadOnly = True TabOrder = 8 end end object Button1: TButton Tag = 5 Left = 128 Top = 280 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 216 Top = 280 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end