home *** CD-ROM | disk | FTP | other *** search
- Sample
- DFILDMOV
-
- *
- * Each DA has 32 reserved resource numbers, of the form:
- * -16384 + (32*DAId) + n
- * where DAId is the ID Number of the Desk Accessory and
- * n is a number between 0 and 31. Since the DA is initially
- * created with DRVR Id 31, these numbers are -15392 through
- * -15361. These are used as follows:
- * 0 -15392 Menu
- * 1 -15391 About.. picture, if desired
- * 2 -15390 Not Used
- * ..
- * 31 -15361 Not used
- * These resource numbers are automatically recalculated
- * if the DRVR Id is changed by the Font/DA Mover. See the
- * code in drvrOpen.
- *
-
- * Note that you shouldn't put check marks here if you have them,
- * as the Menu is NOT reloaded each time the DA is restarted. Thus,
- * any previous checked, unchecked or modified items would remain
- * that way. The DA initialization should do any necessary enabling,
- * disabling, or checking.
-
- TYPE MENU
- Sample Menu,-15392
- Sample
- Quit
- (-
- About Sample...
-
- INCLUDE Sample.code
-
- *
- * If you have other resources to load, you can create a resource
- * file using ResEdit and include it here:
- *
- * INCLUDE Sample.rsrc
- *
-