home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-08 | 978 b | 22 lines | [TEXT/ttxt] |
- // Copyright © 1994 Apple Computer, Inc. All rights reserved.
-
- constant kAppSymbol := '|TrueGrid:PIEDTS|;
- constant kAppObject := '["Record", "Records"];
- constant kSoupName := "TrueGrid:PIEDTS";
- DefConst('kSoupIndexes, '[{structure: slot, path: aString, type: string}]);
-
- constant kSoupPad := 256; // bytes of "undisplayed" data in the soup.
-
- constant kNumbersList := '["1", "5", "10", "25", "50", "100"];
- constant kNumbersArray := '[1, 5, 10, 25, 50, 100];
-
- // for tracking hilite in drawn rows
- DefConst('kXORstyle, {penPattern: vfNone, transferMode: modeXor, fillPattern: vfBlack});
-
- // for drawn row.
- DefConst('kLeftTextStyle, {font: ROM_fontSystem9, penSize: 1, penPattern: vfBlack, justification: 'left});
- DefConst('kCenterTextStyle, {font: ROM_fontSystem9, penSize: 1, penPattern: vfBlack, justification: 'center});
- DefConst('kRightTextStyle, {font: ROM_fontSystem9, penSize: 1, penPattern: vfBlack, justification: 'right});
- DefConst('kBorderStyle, {penPattern: vfGray});
-
-