object frmRegAdd: TfrmRegAdd Tag = 1 Left = 230 Top = 192 ActiveControl = rgRoot BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Add the following key to the registry:' ClientHeight = 313 ClientWidth = 486 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter ShowHint = True PixelsPerInch = 96 TextHeight = 14 object Bevel1: TBevel Left = 8 Top = 8 Width = 385 Height = 297 Shape = bsFrame Style = bsRaised end object Label2: TLabel Tag = 16 Left = 28 Top = 110 Width = 68 Height = 14 AutoSize = False Caption = 'Subkey*:' end object Label3: TLabel Tag = 17 Left = 28 Top = 158 Width = 68 Height = 14 AutoSize = False Caption = 'Value-Name:' FocusControl = edRegVN end object Label4: TLabel Tag = 18 Left = 28 Top = 206 Width = 68 Height = 14 AutoSize = False Caption = 'Flag:' end object Label5: TLabel Tag = 19 Left = 28 Top = 238 Width = 68 Height = 14 AutoSize = False Caption = 'Value:' end object Label1: TLabel Tag = 11 Left = 100 Top = 130 Width = 280 Height = 14 AutoSize = False Caption = 'Example: Software\SuperSoft\DeskMagic' Font.Charset = ANSI_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label6: TLabel Tag = 12 Left = 100 Top = 178 Width = 280 Height = 14 AutoSize = False Caption = 'Example: DefaultUser' Font.Charset = ANSI_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label7: TLabel Tag = 13 Left = 100 Top = 258 Width = 280 Height = 14 AutoSize = False Caption = 'Example: Miller or 00,00,00,00,FF,01' Font.Charset = ANSI_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label8: TLabel Tag = 14 Left = 27 Top = 284 Width = 358 Height = 14 AutoSize = False Caption = 'Note: Fields marked with a * are required for proper operation' + '.' Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object btnOK: TBitBtn Tag = 2 Left = 400 Top = 13 Width = 81 Height = 25 Caption = '&Add' TabOrder = 5 OnClick = btnOKClick Kind = bkOK end object btnCancel: TBitBtn Tag = 3 Left = 400 Top = 45 Width = 81 Height = 25 Caption = '&Cancel' TabOrder = 6 Kind = bkCancel end object rgRoot: TRadioGroup Tag = 10 Left = 20 Top = 21 Width = 349 Height = 60 Caption = ' ..at &Root-Key*: ' Columns = 2 Items.Strings = ( 'HKEY_CLASSES_ROOT' 'HKEY_CURRENT_USER' 'HKEY_LOCAL_MACHINE' 'HKEY_USERS' 'HKEY_CURRENT_CONFIG' 'HKEY_DYN_DATA') TabOrder = 0 end object edRegVN: TEdit Tag = 17 Left = 96 Top = 153 Width = 281 Height = 22 TabOrder = 2 end object cbRegFlg: TComboBox Tag = 18 Left = 96 Top = 200 Width = 282 Height = 22 Style = csDropDownList ItemHeight = 14 TabOrder = 3 OnChange = cbRegFlgChange end object edRegVal: TMaskEdit Tag = 19 Left = 95 Top = 235 Width = 282 Height = 22 TabOrder = 4 end object cbRegSub: TComboBox Tag = 20 Left = 96 Top = 104 Width = 281 Height = 22 ItemHeight = 14 TabOrder = 1 end object t1: TTranslate Tag = 450 Left = 429 Top = 158 end end