InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BPIUIID.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 // Defines IDs used by the BPI plug-in.
24 //
25 //========================================================================================
26 
27 #ifndef __BPIUIID_h__
28 #define __BPIUIID_h__
29 
30 #include "SDKDef.h"
31 
32 // Company:
33 #define kBPIUICompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_".
34 #define kBPIUICompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally.
35 
36 // Plug-in:
37 #define kBPIUIPluginName "BasicPersistInterfaceUI" // Name of this plug-in.
38 #define kBPIUIPrefixNumber 0x13de00 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
39 #define kBPIUIVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box).
40 #define kBPIUIAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box).
41 
42 // Plug-in Prefix: (please change kBPIUIPrefixNumber above to modify the prefix.)
43 #define kBPIUIPrefix RezLong(kBPIUIPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
44 #define kBPIUIStringPrefix SDK_DEF_STRINGIZE(kBPIUIPrefixNumber) // The string equivalent of the unique prefix number for this plug-in.
45 
46 // PluginID:
47 
48 // ClassIDs:
49 
50 // ImplementationIDs:
51 
52 // ActionIDs:
53 
54 // WidgetIDs:
55 
56 // "About Plug-ins" sub-menu:
57 #define kBPIUIAboutMenuKey kBPIUIStringPrefix "kBPIUIAboutMenuKey"
58 #define kBPIUIAboutMenuPath kSDKDefStandardAboutMenuPath kBPIUICompanyKey
59 
60 // "Plug-ins" sub-menu:
61 #define kBPIUIPluginsMenuKey kBPIUIStringPrefix "kBPIUIPluginsMenuKey"
62 #define kBPIUIPluginsMenuPath kSDKDefPlugInsStandardMenuPath kBPIUICompanyKey kSDKDefDelimitMenuPath kBPIUIPluginsMenuKey
63 
64 // Menu item keys:
65 #define kBPIUISetBPIDataMenuItemKey kBPIUIStringPrefix "kBPIUISetBPIDataMenuItemKey"
66 //#define kBPIUICommandStringKey kBPIUIStringPrefix "kBPIUICommandStringKey"
67 
68 // Other StringKeys:
69 #define kBPIUIAboutBoxStringKey kBPIUIStringPrefix "kBPIUIAboutBoxStringKey"
70 #define kBPIUISetBPIDataStringKey kBPIUIStringPrefix "kBPIUISetBPIDataStringKey"
71 #define kBPIUIPanelTitleKey kBPIUIStringPrefix "kBPUIIPanelTitleKey"
72 #define kBPIUIInternalPopupMenuNameKey kBPIUIStringPrefix "kBPIUIInternalPopupMenuNameKey"
73 #define kBPIUITargetMenuPath kBPIUIInternalPopupMenuNameKey
74 #define kBPIUIDlgTitleKey kBPIUIStringPrefix "kBPIUIDlgTitleKey"
75 #define kBPIUIDataStaticTextKey kBPIUIStringPrefix "kBPIUIDataStaticTextKey"
76 #define kBPIUINoValidPageItemsSelectedKey kBPIUIStringPrefix "kBPIUINoValidPageItemsSelectedKey"
77 #define kBPIUISetBPIDataCmdFailedKey kBPIUIStringPrefix "kBPIUISetBPIDataCmdFailedKey"
78 #define kBPIUIDefaultStringKey kBPIUIStringPrefix "kBPIUISetBPIDefaultStringKey"
79 
80 // Menu item positions:
81 #define kBPIUISetBPIDataMenuItemPosition 1.0
82 #define kBPIUISeparator1MenuItemPosition 10.0
83 #define kBPIUIAboutThisMenuItemPosition 11.0
84 
85 
86 // InDesign CS4 format changes
87 #define kBPIUIStoreWideStringMajorFormat kSDKDef_50_PersistMajorVersionNumber
88 #define kBPIUIStoreWideStringMinorFormat 1
89 
90 // Data format version numbers for the PluginVersion resource
91 #define kBPIUILastMajorFormatChange kBPIUIStoreWideStringMajorFormat // Most recent major format change
92 #define kBPIUILastMinorFormatChange kBPIUIStoreWideStringMinorFormat // Most recent minor format change
93 
94 
95 #endif // __BPIUIID_h__
96 // Generated by Dolly build 11: template "IfPanelMenu".
97 
98 // End, BPIUIID.h.
99 
100 
101 
102