object AddRemoveForm: TAddRemoveForm Left = 361 Top = 288 BorderStyle = bsDialog Caption = 'AddRemoveForm' ClientHeight = 137 ClientWidth = 373 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 0 Width = 373 Height = 137 Align = alClient Shape = bsFrame end object Bevel4: TBevel Left = 257 Top = 24 Width = 108 Height = 102 end object Label1: TLabel Left = 8 Top = 88 Width = 117 Height = 13 Caption = 'Registry (key) name:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 8 Top = 8 Width = 80 Height = 13 Caption = 'Display name:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 8 Top = 48 Width = 83 Height = 13 Caption = 'Command line:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object SpeedButton13: TSpeedButton Left = 283 Top = 60 Width = 81 Height = 25 Caption = '&Ok' Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = SpeedButton13Click end object SpeedButton1: TSpeedButton Left = 283 Top = 100 Width = 81 Height = 25 Caption = '&Cancel' Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Left = 258 Top = 60 Width = 25 Height = 25 Caption = '...' Flat = True OnClick = SpeedButton2Click end object Bevel2: TBevel Left = 258 Top = 100 Width = 25 Height = 25 Style = bsRaised end object Bevel3: TBevel Left = 258 Top = 85 Width = 106 Height = 15 Style = bsRaised end object Bevel5: TBevel Left = 258 Top = 25 Width = 106 Height = 35 Style = bsRaised end object Edit1: TEdit Left = 8 Top = 24 Width = 244 Height = 21 TabOrder = 0 Text = 'Edit1' OnKeyDown = Edit1KeyDown end object Edit2: TEdit Left = 8 Top = 64 Width = 244 Height = 21 TabOrder = 1 Text = 'Edit2' OnKeyDown = Edit2KeyDown end object Edit3: TEdit Left = 8 Top = 104 Width = 244 Height = 21 TabOrder = 2 Text = 'Edit3' OnKeyDown = Edit3KeyDown end end