--- oup/current/Tools/BinEdit.dfm 2007/06/18 14:20:33 221 +++ oup/current/Tools/BinEdit.dfm 2007/11/26 11:02:28 248 @@ -1,5 +1,6 @@ inherited Form_BinEdit: TForm_BinEdit Caption = 'Form_BinEdit' + KeyPreview = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyUp = FormKeyUp @@ -9,21 +10,20 @@ inherited Form_BinEdit: TForm_BinEdit inherited panel_files: TPanel inherited FilePages: TPageControl Height = 471 + ExplicitHeight = 471 inherited tab_files: TTabSheet - ExplicitWidth = 191 ExplicitHeight = 443 - inherited panel_extension: TPanel - ExplicitWidth = 191 - inherited combo_extension: TComboBox - ExplicitWidth = 190 - end - end inherited filelist: TListBox Height = 318 - ExplicitWidth = 191 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 @@ -106,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 @@ -115,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 @@ -137,7 +137,6 @@ inherited Form_BinEdit: TForm_BinEdit TabOrder = 1 OnDblClick = value_viewerDblClick OnMouseDown = value_viewerMouseDown - ExplicitHeight = 218 end object VST: TVirtualStringTree Left = 0