Changeset 245 for oup/current/Tools
- Timestamp:
- Aug 18, 2007, 5:51:42 PM (17 years ago)
- Location:
- oup/current/Tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/BinEdit.dfm
r241 r245 1 1 inherited Form_BinEdit: TForm_BinEdit 2 2 Caption = 'Form_BinEdit' 3 KeyPreview = True 3 4 OnCloseQuery = FormCloseQuery 4 5 OnCreate = FormCreate … … 21 22 inherited filelist_meta: TVirtualStringTree 22 23 Height = 443 24 ExplicitHeight = 443 23 25 end 24 26 end -
oup/current/Tools/RawEdit.dfm
r221 r245 1 1 inherited Form_RawEdit: TForm_RawEdit 2 2 Caption = 'Form_RawEdit' 3 KeyPreview = True 3 4 OnCloseQuery = FormCloseQuery 4 5 OnCreate = FormCreate … … 24 25 inherited filelist: TListBox 25 26 Height = 160 27 ExplicitHeight = 160 26 28 end 27 29 object panel_imexport: TPanel … … 33 35 BevelOuter = bvNone 34 36 TabOrder = 2 35 ExplicitTop = 36336 ExplicitWidth = 20037 37 DesignSize = ( 38 38 190 … … 67 67 Caption = '2. Select .dat-link-offset' 68 68 TabOrder = 3 69 ExplicitTop = 21370 ExplicitWidth = 20071 69 object list_offset: TListBox 72 70 Left = 2 … … 134 132 ShowPositionIfNotFocused = True 135 133 OnSelectionChanged = hexSelectionChanged 136 ExplicitWidth = 283137 134 end 138 135 object value_viewer: TWrapGrid … … 159 156 OnDblClick = value_viewerDblClick 160 157 OnMouseDown = value_viewerMouseDown 161 ExplicitTop = 309162 ExplicitWidth = 283163 ExplicitHeight = 114164 158 end 165 159 end -
oup/current/Tools/RawEdit.pas
r223 r245 6 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 7 Dialogs, _TemplateFileList, Menus, StdCtrls, ExtCtrls, Buttons, ComCtrls, 8 TypeDefs, Grids, Wrapgrid, MPHexEditor ;8 TypeDefs, Grids, Wrapgrid, MPHexEditor, VirtualTrees; 9 9 10 10 type
Note:
See TracChangeset
for help on using the changeset viewer.