Changeset 179 for oup/current/Tools


Ignore:
Timestamp:
May 14, 2007, 12:18:18 AM (18 years ago)
Author:
alloc
Message:
 
Location:
oup/current/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tools/BinEdit.dfm

    r177 r179  
    99  PixelsPerInch = 96
    1010  TextHeight = 13
     11  inherited panel_files: TPanel
     12    inherited filelist: TListBox
     13      Height = 210
     14    end
     15    object panel_imexport: TPanel
     16      Left = 0
     17      Top = 363
     18      Width = 200
     19      Height = 60
     20      Align = alBottom
     21      BevelOuter = bvNone
     22      TabOrder = 2
     23      DesignSize = (
     24        200
     25        60)
     26      object btn_export: TButton
     27        Left = 4
     28        Top = 4
     29        Width = 190
     30        Height = 25
     31        Anchors = [akLeft, akTop, akRight]
     32        Caption = 'Export to file...'
     33        TabOrder = 0
     34        OnClick = popup_exportClick
     35      end
     36      object btn_import: TButton
     37        Left = 4
     38        Top = 32
     39        Width = 190
     40        Height = 25
     41        Anchors = [akLeft, akTop, akRight]
     42        Caption = 'Import from file...'
     43        TabOrder = 1
     44        OnClick = popup_importClick
     45      end
     46    end
     47  end
    1148  inherited content: TPanel
    1249    object Splitter2: TSplitter
  • oup/current/Tools/BinEdit.pas

    r177 r179  
    2222    value_viewer_context_copyashex: TMenuItem;
    2323    VTHPopup: TVTHeaderPopupMenu;
     24    panel_imexport: TPanel;
     25    btn_export: TButton;
     26    btn_import: TButton;
    2427    procedure FormCreate(Sender: TObject);
    2528    procedure NewFile(fileinfo: TFileInfo);
Note: See TracChangeset for help on using the changeset viewer.