home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------------
- #
- # Apple Macintosh Developer Technical Support
- #
- # Standard File Sample Application
- #
- # StdFile
- #
- # StdFile.h - C and Rez Include Source
- #
- # Copyright ⌐ 1989 Apple Computer, Inc.
- # All rights reserved.
- #
- # Versions:
- # 1.00 04/89
- #
- # Components:
- # StdFile.c April 1, 1989
- # StdFile.p April 1, 1989
- # StdFile.h April 1, 1988
- # StdFile.r April 1, 1988
- # StdFile.rsrc April 1, 1988
- # CStdFile.make April 1, 1989
- # PStdFile.make April 1, 1988
- #
- ------------------------------------------------------------------------------*/
-
- /* Resource ID's for some dialog boxes */
- #define rAboutMeDLOG 128
- #define rRealAboutMeDLOG 129
- #define rShowSelectionDLOG 130
-
- /* Resource ID's for Standard File Dialogs */
- #define rSFPGetFileDLOG 1000
- #define rSFPPutFileDLOG 1001
- #define rGetDirectoryDLOG 1002
- #define rMultiFileDLOG 1003
- #define rListsNPutFileDLOG 1004
- #define rOptionsDLOG 1005
- #define rOptionsSubDLOG 2000
-
- /* STR# resources */
- #define rStrMisc 256
- #define rStrList 257
-
- /* menubar resource number */
- #define rMenuBar 128
-
- /* indexes for Apple menu items */
- #define mApple 128
- #define iAboutMe 1
-
- #define mFile 129
- #define iQuit 1
-
- #define mEdit 130
- #define iUndo 1
- #define iCut 3
- #define iCopy 4
- #define iPaste 5
- #define iClear 6
-
- #define mSFile 131
- #define iNormalGet 1
- #define iNormalPut iNormalGet + 1
- #define iNormalPGet iNormalPut + 1
- #define iNormalPPut iNormalPGet + 1
- #define iFileFilter iNormalPPut + 1
- #define iGetDirectory iFileFilter + 1
- #define iMultiFile iGetDirectory + 1
- #define iListsNPutFile iMultiFile + 1
- #define iPutOptions iListsNPutFile + 1
- #define iIdleUpdates iPutOptions + 1
- #define iForceDirectory iIdleUpdates + 1
-