Changeset 225 for oup/current
- Timestamp:
- Jun 19, 2007, 9:57:28 PM (17 years ago)
- Location:
- oup/current/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/BinEdit.dfm
r221 r225 4 4 OnCreate = FormCreate 5 5 OnKeyUp = FormKeyUp 6 ExplicitWidth = 320 7 ExplicitHeight = 240 6 8 PixelsPerInch = 96 7 9 TextHeight = 13 … … 10 12 inherited FilePages: TPageControl 11 13 Height = 471 14 ExplicitHeight = 471 12 15 inherited tab_files: TTabSheet 13 ExplicitWidth = 19114 16 ExplicitHeight = 443 15 inherited panel_extension: TPanel16 ExplicitWidth = 19117 inherited combo_extension: TComboBox18 ExplicitWidth = 19019 end20 end21 17 inherited filelist: TListBox 22 18 Height = 318 23 ExplicitWidth = 19124 19 ExplicitHeight = 318 25 20 end -
oup/current/Tools/BinEdit.pas
r221 r225 7 7 Dialogs, VirtualTrees, Grids, Wrapgrid, MPHexEditor, 8 8 StdCtrls, Menus, ExtCtrls, Buttons, 9 Data, TypeDefs, ConnectionManager, Template,9 Data, TypeDefs, ConnectionManager, 10 10 _TemplateFileList, VTHeaderPopup, ComCtrls; 11 11 … … 71 71 {$R *.dfm} 72 72 uses ValueEdit, Main, Functions, DatStructureLoader, RawEdit, RawList, 73 StrUtils, Clipbrd ;73 StrUtils, Clipbrd, _TemplateFile; 74 74 75 75
Note:
See TracChangeset
for help on using the changeset viewer.