Changeset 225 for oup/current


Ignore:
Timestamp:
Jun 19, 2007, 9:57:28 PM (17 years ago)
Author:
alloc
Message:
 
Location:
oup/current/Tools
Files:
2 edited

Legend:

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

    r221 r225  
    44  OnCreate = FormCreate
    55  OnKeyUp = FormKeyUp
     6  ExplicitWidth = 320
     7  ExplicitHeight = 240
    68  PixelsPerInch = 96
    79  TextHeight = 13
     
    1012      inherited FilePages: TPageControl
    1113        Height = 471
     14        ExplicitHeight = 471
    1215        inherited tab_files: TTabSheet
    13           ExplicitWidth = 191
    1416          ExplicitHeight = 443
    15           inherited panel_extension: TPanel
    16             ExplicitWidth = 191
    17             inherited combo_extension: TComboBox
    18               ExplicitWidth = 190
    19             end
    20           end
    2117          inherited filelist: TListBox
    2218            Height = 318
    23             ExplicitWidth = 191
    2419            ExplicitHeight = 318
    2520          end
  • oup/current/Tools/BinEdit.pas

    r221 r225  
    77  Dialogs, VirtualTrees, Grids, Wrapgrid, MPHexEditor,
    88  StdCtrls, Menus, ExtCtrls, Buttons,
    9   Data, TypeDefs, ConnectionManager, Template,
     9  Data, TypeDefs, ConnectionManager,
    1010  _TemplateFileList, VTHeaderPopup, ComCtrls;
    1111
     
    7171{$R *.dfm}
    7272uses ValueEdit, Main, Functions, DatStructureLoader, RawEdit, RawList,
    73   StrUtils, Clipbrd;
     73  StrUtils, Clipbrd, _TemplateFile;
    7474
    7575
Note: See TracChangeset for help on using the changeset viewer.