InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SuppUIID.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 __SuppUIID_h__
25 #define __SuppUIID_h__
26 
27 #include "SDKDef.h"
28 
29 // Company:
30 #define kSuppUICompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_".
31 #define kSuppUICompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally.
32 
33 // Plug-in:
34 #define kSuppUIPluginName "SuppUI" // Name of this plug-in.
35 #define kSuppUIPrefixNumber 0xaf100 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
36 #define kSuppUIVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box).
37 #define kSuppUIAuthor "Heath Lynn" // Author of this plug-in (for the About Box).
38 
39 // Plug-in Prefix: (please change kSuppUIPrefixNumber above to modify the prefix.)
40 #define kSuppUIPrefix RezLong(kSuppUIPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
41 #define kSuppUIStringPrefix SDK_DEF_STRINGIZE(kSuppUIPrefixNumber) // The string equivalent of the unique prefix number for this plug-in.
42 
43 // PluginID:
44 
45 // ClassIDs:
46 
47 
48 // InterfaceIDs:
49 
50 
51 // ImplementationIDs:
52 
53 
54 // ActionIDs:
55 
56 
57 // WidgetIDs:
58 
59 
60 // "About Plug-ins" sub-menu:
61 #define kSuppUIAboutMenuKey kSuppUIStringPrefix "kSuppUIAboutMenuKey"
62 #define kSuppUIAboutMenuPath kSDKDefStandardAboutMenuPath kSuppUICompanyKey
63 
64 // "Plug-ins" sub-menu:
65 #define kSuppUIPluginsMenuKey kSuppUIStringPrefix "kSuppUIPluginsMenuKey"
66 #define kSuppUIPluginsMenuPath kSDKDefPlugInsStandardMenuPath kSuppUICompanyKey kSDKDefDelimitMenuPath kSuppUIPluginsMenuKey
67 
68 // Menu item keys:
69 #define kSuppUISuppressStyleChangesKey kSuppUIStringPrefix "kSuppUISuppressStyleChangesKey"
70 #define kSuppUISuppressFontAndSizeKey kSuppUIStringPrefix "kSuppUISuppressFontAndSizeKey"
71 #define kSuppUISuppressOpenFileDialogControlsKey kSuppUIStringPrefix "kSuppUISuppressOpenFileDialogControlsKey"
72 #define kSuppUISuppressParaStyleQuickApplyKey kSuppUIStringPrefix "kSuppUISuppressParaStyleQuickApplyKey"
73 
74 
75 
76 // Other StringKeys:
77 #define kSuppUIAboutBoxStringKey kSuppUIStringPrefix "kSuppUIAboutBoxStringKey"
78 #define kSuppUITargetMenuPath kSuppUIPluginsMenuPath
79 
80 // Menu item positions:
81 
82 #define kSuppUISuppressStyleChangesMenuItemPosition 13.0
83 #define kSuppUISuppressFontAndSizeMenuItemPosition 14.0
84 #define kSuppUISuppressOpenFileDialogControlsMenuItemPosition 15.0
85 #define kSuppUISuppressParaStyleQuickApplyMenuItemPosition 16.0
86 
87 // Initial data format version numbers
88 #define kSuppUIFirstMajorFormatNumber RezLong(1)
89 #define kSuppUIFirstMinorFormatNumber RezLong(0)
90 
91 // Data format version numbers for the PluginVersion resource
92 #define kSuppUICurrentMajorFormatNumber kSuppUIFirstMajorFormatNumber
93 #define kSuppUICurrentMinorFormatNumber kSuppUIFirstMinorFormatNumber
94 
95 #endif // __SuppUIID_h__
96 
97 // Code generated by DollyXs code generator