object KeyValueForm: TKeyValueForm Left = 250 Top = 198 BorderStyle = bsDialog ClientHeight = 137 ClientWidth = 329 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 21 Height = 13 Caption = '&Key:' Transparent = True end object Label2: TLabel Left = 8 Top = 56 Width = 30 Height = 13 Caption = '&Value:' Transparent = True end object eKey: TEdit Left = 8 Top = 24 Width = 313 Height = 21 TabOrder = 0 end object eValue: TEdit Left = 8 Top = 72 Width = 313 Height = 21 TabOrder = 1 end object btnOK: TButton Left = 166 Top = 104 Width = 75 Height = 23 Caption = '&OK' TabOrder = 2 OnClick = btnOKClick end object btnCancel: TButton Left = 246 Top = 104 Width = 75 Height = 23 Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end end