InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BscDNDID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Adobe Developer Technologies
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 #ifndef __BscDNDID_h__
25 #define __BscDNDID_h__
26 
27 #include "SDKDef.h"
28 
29 // Company:
30 #define kBscDNDCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_".
31 #define kBscDNDCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally.
32 
33 // Plug-in:
34 #define kBscDNDPluginName "BasicDragDrop" // Name of this plug-in.
35 #define kBscDNDPrefixNumber 0x5cb00 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
36 #define kBscDNDVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box).
37 #define kBscDNDAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box).
38 
39 // Plug-in Prefix: (please change kBscDNDPrefixNumber above to modify the prefix.)
40 #define kBscDNDPrefix RezLong(kBscDNDPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
41 #define kBscDNDStringPrefix SDK_DEF_STRINGIZE(kBscDNDPrefixNumber) // The string equivalent of the unique prefix number for this plug-in.
42 
43 // PluginID:
44 
45 // ClassIDs:
46 
47 
48 
49 // InterfaceIDs:
50 
51 // ImplementationIDs:
52 
53 // for drag and drop target
54 
55 // for drag and drop source
56 
57 // for custom flavor target helper
58 
59 // ActionIDs:
60 
61 // WidgetIDs:
62 
63 
64 
65 // "About Plug-ins" sub-menu:
66 #define kBscDNDAboutMenuKey kBscDNDStringPrefix "kBscDNDAboutMenuKey"
67 #define kBscDNDAboutMenuPath kSDKDefStandardAboutMenuPath kBscDNDCompanyKey
68 
69 // "Plug-ins" sub-menu:
70 #define kBscDNDPluginsMenuKey kBscDNDStringPrefix "kBscDNDPluginsMenuKey"
71 #define kBscDNDPluginsMenuPath kSDKDefPlugInsStandardMenuPath kBscDNDCompanyKey kSDKDefDelimitMenuPath kBscDNDPluginsMenuKey
72 
73 // Menu item keys:
74 
75 // Other StringKeys:
76 #define kBscDNDAboutBoxStringKey kBscDNDStringPrefix "kBscDNDAboutBoxStringKey"
77 #define kBscDNDPanelTitleKey kBscDNDStringPrefix "kBscDNDPanelTitleKey"
78 #define kBscDNDStaticTextKey kBscDNDStringPrefix "kBscDNDStaticTextKey"
79 #define kBscDNDTargetPanelWidgetTipKey kBscDNDStringPrefix "kBscDNDTargetPanelWidgetTipKey"
80 // for drag and drop source
81 #define kBscDNDSourceStaticTextKey kBscDNDStringPrefix "kBscDNDSourceStaticTextKey"
82 #define kBscDNDSourcePanelWidgetTipKey kBscDNDStringPrefix "kBscDNDSourcePanelWidgetTipKey"
83 // for custom flavor target helper
84 #define kBscDNDCustomStaticTextKey kBscDNDStringPrefix "kBscDNDCustomStaticTextKey"
85 
86 // custom flavor
87 #define customFlavor PMFlavor('AOL1')
88 
89 // Initial data format version numbers
90 #define kBscDNDFirstMajorFormatNumber kSDKDef_30_PersistMajorVersionNumber
91 #define kBscDNDFirstMinorFormatNumber kSDKDef_30_PersistMinorVersionNumber
92 
93 // Data format version numbers for the PluginVersion resource
94 #define kBscDNDCurrentMajorFormatNumber kBscDNDFirstMajorFormatNumber // most recent major format change
95 #define kBscDNDCurrentMinorFormatNumber kBscDNDFirstMinorFormatNumber // most recent minor format change
96 
97 #endif // __BscDNDID_h__
98 
99 // Code generated by DollyXS code generator