InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
wrcID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Prashant Dahiya
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 
25 #ifndef __wrcID_h__
26 #define __wrcID_h__
27 
28 #include "SDKDef.h"
29 
30 // Company:
31 #define kwrcCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_".
32 #define kwrcCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally.
33 
34 // Plug-in:
35 #define kwrcPluginName "WRCComposer" // Name of this plug-in.
36 #define kwrcPrefixNumber 0x1D7800 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
37 #define kwrcVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box).
38 #define kwrcAuthor "Prashant Dahiya" // Author of this plug-in (for the About Box).
39 
40 // Plug-in Prefix: (please change kwrcPrefixNumber above to modify the prefix.)
41 #define kwrcPrefix RezLong(kwrcPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
42 #define kwrcStringPrefix SDK_DEF_STRINGIZE(kwrcPrefixNumber) // The string equivalent of the unique prefix number for this plug-in.
43 
44 // Missing plug-in: (see ExtraPluginInfo resource)
45 #define kwrcMissingPluginURLValue kSDKDefPartnersStandardValue_enUS // URL displayed in Missing Plug-in dialog
46 #define kwrcMissingPluginAlertValue kSDKDefMissingPluginAlertValue // Message displayed in Missing Plug-in dialog - provide a string that instructs user how to solve their missing plug-in problem
47 
48 // PluginID:
49 
50 // ClassIDs:
51 
52 
53 // InterfaceIDs:
54 
55 
56 // ImplementationIDs:
57 
58 
59 // ActionIDs:
60 
61 
62 // WidgetIDs:
63 
64 
65 // "About Plug-ins" sub-menu:
66 #define kwrcAboutMenuKey kwrcStringPrefix "kwrcAboutMenuKey"
67 #define kwrcAboutMenuPath kSDKDefStandardAboutMenuPath kwrcCompanyKey
68 
69 // "Plug-ins" sub-menu:
70 #define kwrcPluginsMenuKey kwrcStringPrefix "kwrcPluginsMenuKey"
71 #define kwrcPluginsMenuPath kSDKDefPlugInsStandardMenuPath kwrcCompanyKey kSDKDefDelimitMenuPath kwrcPluginsMenuKey
72 
73 // Menu item keys:
74 
75 // Other StringKeys:
76 #define kwrcAboutBoxStringKey kwrcStringPrefix "kwrcAboutBoxStringKey"
77 #define kwrcTargetMenuPath kwrcPluginsMenuPath
78 #define kWRCParagraphComposerNameStringKey kwrcStringPrefix "kWRCParagraphComposerNameStringKey"
79 
80 // Menu item positions:
81 
82 
83 // Initial data format version numbers
84 #define kwrcFirstMajorFormatNumber RezLong(1)
85 #define kwrcFirstMinorFormatNumber RezLong(0)
86 
87 // Data format version numbers for the PluginVersion resource
88 #define kwrcCurrentMajorFormatNumber kwrcFirstMajorFormatNumber
89 #define kwrcCurrentMinorFormatNumber kwrcFirstMinorFormatNumber
90 
91 #endif // __wrcID_h__
92 
93 // Code generated by DollyXs code generator