Changeset 61 for oup/current/Tools


Ignore:
Timestamp:
Jan 9, 2007, 9:08:08 PM (18 years ago)
Author:
alloc
Message:
 
Location:
oup/current/Tools
Files:
2 edited

Legend:

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

    r46 r61  
    11inherited Form_BinEdit: TForm_BinEdit
    22  Caption = 'BinEdit'
     3  KeyPreview = True
    34  OnCloseQuery = FormCloseQuery
    45  OnKeyUp = FormKeyUp
     6  ExplicitWidth = 500
     7  ExplicitHeight = 450
    58  PixelsPerInch = 96
    69  TextHeight = 13
  • oup/current/Tools/RawEdit.dfm

    r46 r61  
    11inherited Form_RawEdit: TForm_RawEdit
    22  Caption = 'RawEdit'
     3  KeyPreview = True
    34  OnCloseQuery = FormCloseQuery
    45  OnKeyUp = FormKeyUp
     6  ExplicitWidth = 500
     7  ExplicitHeight = 450
    58  PixelsPerInch = 96
    69  TextHeight = 13
Note: See TracChangeset for help on using the changeset viewer.