--- oup/current/Tools/BinEdit.dfm 2006/12/23 16:26:43 46 +++ oup/current/Tools/BinEdit.dfm 2007/01/09 20:08:08 61 @@ -1,7 +1,10 @@ inherited Form_BinEdit: TForm_BinEdit Caption = 'BinEdit' + KeyPreview = True OnCloseQuery = FormCloseQuery OnKeyUp = FormKeyUp + ExplicitWidth = 500 + ExplicitHeight = 450 PixelsPerInch = 96 TextHeight = 13 inherited content: TPanel