JPEGView/Resources/aeteResource.r

1 line
28 KiB
R
Raw Normal View History

/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ //===================================================================================== // Generic includes for standard resource types //===================================================================================== #include "AEUserTermTypes.r" #include "AppleEvents.r" #include "AEObjects.r" #include "AERegistry.r" //===================================================================================== // Includes specific to JPEGView //===================================================================================== #include "JPEGView.r.h" #ifndef reserved #define reserved false #endif //===================================================================================== // The AppleEvent terminology extension (aete) resource //===================================================================================== resource 'aete' (0, purgeable) { 0x01, 0x00, english, roman, { //===================================================================================== // Supported events from the Required Suite //===================================================================================== "Required Suite", "Terms that every application should support", kAERequiredSuite, 1, 1, { "open", "Open the specified object(s)", kCoreEventClass, kAEOpenDocuments, noReply, "", replyOptional, singleItem, notEnumerated, res13, typeAlias, "list of objects to open", directParamRequired, listOfItems, notEnumerated, changesState, res12, { // parameter extensions "on", keyOpenScreen, enumOpenScreen, "Monitor on which to open the documents", optional, singleItem, enumerated, res13, "using full screen", keyOpenFull, enumOpenFull, "Qualifications for using full screen windows", optional, singleItem, enumerated, res13, "expansion", keyAutoExpand, typeBoolean, "Expand small images to maximum size?", optional, singleItem, notEnumerated, res13, "visible", keyVisible, typeBoolean, "Make windows visible immediately?", optional, singleItem, notEnumerated, res13, "with colors", keyOpenPalette, enumOpenPalette, "Suggested palette use for new images", optional, singleItem, enumerated, res13, "with quality", keyOpenQuality, enumDrawQuality, "Scaling and dithering quality to use", optional, singleItem, enumerated, res13, "bitmaps", keyOpenBitmaps, typeBoolean, "Require an offscreen bitmap?", optional, singleItem, notEnumerated, res13, "comments", keyAutoComments, typeBoolean, "Show image comments if available?", optional, singleItem, notEnumerated, res13, "type fixing", keyFixTypes, typeBoolean, "Fix any incorrect file types?", optional, singleItem, notEnumerated, res13, "changing creators", keyChangeCreator, typeBoolean, "Change creator when fixing file types?", optional, singleItem, notEnumerated, res13, "no errors", keyNoErrors, typeBoolean, "Don't report errors directly to the user?", optional, singleItem, notEnumerated, res13 }, }, { // class extensions }, { // comparator extensions }, { // enumerator extensions }, //===================================================================================== // Supported events from the Core Suite //===================================================================================== "Standard Suite", "Common terms for most applications", 'CoRe', 1, 1, { "close", "Close an object", kAECoreSuite, kAEClose, noReply, "", replyOptional, singleItem, notEnumerated, res13, typeObjectSpecifier, "the object to close", directParamRequired, singleItem, notEnumerated, changesState, res12, { "saving", keyAESaveOptions, enumSaveOptions, "specifies whether changes should be saved before clos