--- oup/rewrite/Tools/BinEdit.dfm 2007/02/21 00:29:27 105 +++ oup/current/Tools/BinEdit.dfm 2007/05/26 19:28:08 198 @@ -8,6 +8,44 @@ inherited Form_BinEdit: TForm_BinEdit ExplicitHeight = 450 PixelsPerInch = 96 TextHeight = 13 + inherited panel_files: TPanel + inherited filelist: TListBox + Height = 210 + ExplicitHeight = 210 + end + object panel_imexport: TPanel + Left = 0 + Top = 363 + Width = 200 + Height = 60 + Align = alBottom + BevelOuter = bvNone + TabOrder = 2 + DesignSize = ( + 200 + 60) + object btn_export: TButton + Left = 4 + Top = 4 + Width = 190 + Height = 25 + Anchors = [akLeft, akTop, akRight] + Caption = 'Export to file...' + TabOrder = 0 + OnClick = popup_exportClick + end + object btn_import: TButton + Left = 4 + Top = 32 + Width = 190 + Height = 25 + Anchors = [akLeft, akTop, akRight] + Caption = 'Import from file...' + TabOrder = 1 + OnClick = popup_importClick + end + end + end inherited content: TPanel object Splitter2: TSplitter Left = 0