--- oup/current/Tools/BinEdit.dfm 2007/06/19 19:57:28 225 +++ oup/current/Tools/BinEdit.dfm 2007/11/26 11:02:28 248 @@ -1,10 +1,9 @@ inherited Form_BinEdit: TForm_BinEdit Caption = 'Form_BinEdit' + KeyPreview = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyUp = FormKeyUp - ExplicitWidth = 320 - ExplicitHeight = 240 PixelsPerInch = 96 TextHeight = 13 inherited panel_basecontent: TPanel @@ -19,6 +18,12 @@ inherited Form_BinEdit: TForm_BinEdit ExplicitHeight = 318 end end + inherited tab_meta: TTabSheet + inherited filelist_meta: TVirtualStringTree + Height = 443 + ExplicitHeight = 443 + end + end end object panel_imexport: TPanel Left = 0 @@ -101,7 +106,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 @@ -110,7 +115,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 = 'september 30, 2007; '#169' markus stephany, vcl[at]mirkes[dot]de' OnChange = hexChange ShowPositionIfNotFocused = True OnSelectionChanged = hexSelectionChanged @@ -132,7 +137,6 @@ inherited Form_BinEdit: TForm_BinEdit TabOrder = 1 OnDblClick = value_viewerDblClick OnMouseDown = value_viewerMouseDown - ExplicitHeight = 218 end object VST: TVirtualStringTree Left = 0