Changeset 97 for oup/rewrite/Global
- Timestamp:
- Jan 23, 2007, 12:05:45 AM (18 years ago)
- Location:
- oup/rewrite/Global
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/rewrite/Global/TypeDefs.pas
r93 r97 3 3 4 4 uses 5 Graphics ;5 Graphics, SysUtils; 6 6 7 7 type 8 ENotImplemented = class(Exception); 9 8 10 TDataBackend = (DB_ONI, DB_ADB); 11 TDataOS = (DOS_WIN, DOS_MAC); 9 12 10 13 TChangeRights = set of (CR_EditDat, CR_EditRaw, CR_ResizeDat, CR_ResizeRaw); … … 51 54 ); 52 55 53 TByte Array= array of Byte;56 TByteData = array of Byte; 54 57 55 58 TAppSettings = record … … 79 82 } 80 83 84 const 85 CrLf: String[2] = #13#10; 86 81 87 implementation 82 88
Note:
See TracChangeset
for help on using the changeset viewer.