--- oup/rewrite/Tools/BinEdit.dfm 2007/02/20 22:03:11 104 +++ oup/current/Tools/BinEdit.dfm 2007/05/02 15:16:00 174 @@ -2,6 +2,7 @@ inherited Form_BinEdit: TForm_BinEdit Caption = 'BinEdit' KeyPreview = True OnCloseQuery = FormCloseQuery + OnCreate = FormCreate OnKeyUp = FormKeyUp ExplicitWidth = 500 ExplicitHeight = 450 @@ -60,7 +61,7 @@ inherited Form_BinEdit: TForm_BinEdit Colors.OddColumn = clBlue Colors.EvenColumn = clNavy Colors.CurrentOffsetBackground = clBtnShadow - Colors.OffsetBackGround = clBtnFace + Colors.OffsetBackground = clBtnFace Colors.CurrentOffset = clBtnHighlight Colors.Grid = clBtnFace Colors.NonFocusCursorFrame = clAqua @@ -69,7 +70,7 @@ inherited Form_BinEdit: TForm_BinEdit NoSizeChange = True AllowInsertMode = False DrawGridLines = False - Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' + Version = 'december 06, 2006; '#169' markus stephany, vcl[at]mirkes[dot]de' OnChange = hexChange ShowPositionIfNotFocused = True OnSelectionChanged = hexSelectionChanged