object EditForm: TEditForm Left = 361 Top = 146 BorderStyle = bsDialog Caption = 'EditForm' ClientHeight = 117 ClientWidth = 372 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 372 Height = 117 Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object Bevel2: TBevel Left = 257 Top = 31 Width = 108 Height = 67 end object SpeedButton13: TSpeedButton Left = 283 Top = 32 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 = 72 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 = 72 Width = 25 Height = 25 Caption = '...' Flat = True OnClick = SpeedButton2Click end object Label1: TLabel Left = 8 Top = 16 Width = 37 Height = 13 Caption = 'Name:' end object Label2: TLabel Left = 8 Top = 59 Width = 37 Height = 13 Caption = 'Value:' end object Bevel1: TBevel Left = 258 Top = 32 Width = 25 Height = 25 Style = bsRaised end object Bevel3: TBevel Left = 258 Top = 57 Width = 106 Height = 15 Style = bsRaised end object Edit1: TEdit Left = 7 Top = 74 Width = 244 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 Text = 'Edit1' OnKeyDown = Edit1KeyDown end object Edit2: TEdit Left = 7 Top = 34 Width = 244 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 Text = 'Edit1' OnKeyDown = Edit2KeyDown end end end