--- oup/current/Tools/BinEdit.dfm 2006/12/23 16:26:43 46 +++ oup/releases/0.33a/Tools/BinEdit.dfm 2007/01/11 23:38:49 76 @@ -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