Changeset 61 for oup/current/Tools
- Timestamp:
- Jan 9, 2007, 9:08:08 PM (18 years ago)
- Location:
- oup/current/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/BinEdit.dfm
r46 r61 1 1 inherited Form_BinEdit: TForm_BinEdit 2 2 Caption = 'BinEdit' 3 KeyPreview = True 3 4 OnCloseQuery = FormCloseQuery 4 5 OnKeyUp = FormKeyUp 6 ExplicitWidth = 500 7 ExplicitHeight = 450 5 8 PixelsPerInch = 96 6 9 TextHeight = 13 -
oup/current/Tools/RawEdit.dfm
r46 r61 1 1 inherited Form_RawEdit: TForm_RawEdit 2 2 Caption = 'RawEdit' 3 KeyPreview = True 3 4 OnCloseQuery = FormCloseQuery 4 5 OnKeyUp = FormKeyUp 6 ExplicitWidth = 500 7 ExplicitHeight = 450 5 8 PixelsPerInch = 96 6 9 TextHeight = 13
Note:
See TracChangeset
for help on using the changeset viewer.