--- oup/current/Tools/BinEdit.dfm 2007/06/18 13:15:49 219 +++ oup/current/Tools/BinEdit.dfm 2007/11/26 11:02:28 248 @@ -1,17 +1,29 @@ inherited Form_BinEdit: TForm_BinEdit Caption = 'Form_BinEdit' + KeyPreview = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyUp = FormKeyUp - ExplicitWidth = 606 - ExplicitHeight = 584 PixelsPerInch = 96 TextHeight = 13 inherited panel_basecontent: TPanel inherited panel_files: TPanel - inherited filelist: TListBox - Height = 347 - ExplicitHeight = 347 + inherited FilePages: TPageControl + Height = 471 + ExplicitHeight = 471 + inherited tab_files: TTabSheet + ExplicitHeight = 443 + inherited filelist: TListBox + Height = 318 + 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 @@ -20,7 +32,7 @@ inherited Form_BinEdit: TForm_BinEdit Height = 60 Align = alBottom BevelOuter = bvNone - TabOrder = 2 + TabOrder = 1 DesignSize = ( 200 60) @@ -94,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 @@ -103,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 @@ -125,7 +137,6 @@ inherited Form_BinEdit: TForm_BinEdit TabOrder = 1 OnDblClick = value_viewerDblClick OnMouseDown = value_viewerMouseDown - ExplicitHeight = 218 end object VST: TVirtualStringTree Left = 0