Changeset 179 for oup/current
- Timestamp:
- May 14, 2007, 12:18:18 AM (18 years ago)
- Location:
- oup/current
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/BinEdit.dfm
r177 r179 9 9 PixelsPerInch = 96 10 10 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 11 48 inherited content: TPanel 12 49 object Splitter2: TSplitter -
oup/current/Tools/BinEdit.pas
r177 r179 22 22 value_viewer_context_copyashex: TMenuItem; 23 23 VTHPopup: TVTHeaderPopupMenu; 24 panel_imexport: TPanel; 25 btn_export: TButton; 26 btn_import: TButton; 24 27 procedure FormCreate(Sender: TObject); 25 28 procedure NewFile(fileinfo: TFileInfo);
Note:
See TracChangeset
for help on using the changeset viewer.