object EditEntry: TEditEntry Left = 77 Top = 118 ActiveControl = EditTxt BorderStyle = bsDialog Caption = 'EditEntry' ClientHeight = 80 ClientWidth = 289 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object BtnOk: TButton Left = 8 Top = 48 Width = 113 Height = 25 Caption = '&Ok' TabOrder = 0 OnClick = BtnOkClick end object BtnCancel: TButton Left = 168 Top = 48 Width = 113 Height = 25 Caption = '&Cancel' TabOrder = 1 OnClick = BtnCancelClick end object EditTxt: TEdit Left = 8 Top = 16 Width = 273 Height = 21 TabOrder = 2 OnKeyPress = EditTxtKeyPress end end