InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
XDocBkUIID.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 __XDocBkUIID_h__
25 #define __XDocBkUIID_h__
26 
27 #include "SDKDef.h"
28 
29 // Company:
30 #define kXDocBkUICompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_".
31 #define kXDocBkUICompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally.
32 
33 // Plug-in:
34 #define kXDocBkUIPluginName "XDocBookWorkflowUI" // Name of this plug-in.
35 #define kXDocBkUIPrefixNumber 0x5c3a0 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
36 #define kXDocBkUIVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box).
37 #define kXDocBkUIAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box).
38 
39 // Plug-in Prefix: (please change kXDocBkUIPrefixNumber above to modify the prefix.)
40 #define kXDocBkUIPrefix RezLong(kXDocBkUIPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
41 #define kXDocBkUIStringPrefix SDK_DEF_STRINGIZE(kXDocBkUIPrefixNumber) // The string equivalent of the unique prefix number for this plug-in.
42 
43 // PluginID:
44 
45 // ClassIDs:
46 
47 // InterfaceIDs:
48 
49 // ImplementationIDs:
50 
51 
52 // ActionIDs:
53 
54 // WidgetIDs:
55 
56 
57 
58 // widget ID
59 
60 // "About Plug-ins" sub-menu:
61 #define kXDocBkUIAboutMenuKey kXDocBkUIStringPrefix "kXDocBkUIAboutMenuKey"
62 #define kXDocBkUIAboutMenuPath kSDKDefStandardAboutMenuPath kXDocBkUICompanyKey
63 
64 // "Plug-ins" sub-menu:
65 #define kXDocBkUIPluginsMenuKey kXDocBkUIStringPrefix "kXDocBkUIPluginsMenuKey"
66 #define kXDocBkUIPluginsMenuPath kSDKDefPlugInsStandardMenuPath kXDocBkUICompanyKey kSDKDefDelimitMenuPath kXDocBkUIPluginsMenuKey
67 
68 // Menu item keys:
69 #define kXDocBkUISetOptionsMenuItemKey kXDocBkUIStringPrefix "kXDocBkUISetOptionsMenuItemKey"
70 #define kXDocBkUIUnitTestMenuItemKey kXDocBkUIStringPrefix "kXDocBkUIUnitTestMenuItemKey"
71 
72 // Other StringKeys:
73 #define kXDocBkUIAboutBoxStringKey kXDocBkUIStringPrefix "kXDocBkUIAboutBoxStringKey"
74 #define kXDocBkUITargetMenuPath kXDocBkUIPluginsMenuPath
75 
76 #define kXDocBkUISetOption1StringKey kXDocBkUIStringPrefix "kXDocBkUISetOption1StringKey"
77 #define kXDocBkUISetOption2StringKey kXDocBkUIStringPrefix "kXDocBkUISetOption2StringKey"
78 #define kXDocBkUIPanelTitleKey kXDocBkUIStringPrefix "kXDocBkUIPanelTitleKey"
79 // Widget keys
80 #define kXDocBkUIChangeTemplateButtonWidgetKey kXDocBkUIStringPrefix "kXDocBkUIChangeTemplateButtonWidgetKey"
81 #define kXDocBkUITemplateDescriptionTextWidgetKey kXDocBkUIStringPrefix "kXDocBkUITemplateDescriptionTextWidgetKey"
82 #define kXDocBkUITemplateTitleTextWidgetKey kXDocBkUIStringPrefix "kXDocBkUITemplateTitleTextWidgetKey"
83 #define kXDocBkUIStylesheetDescriptionTextWidgetKey kXDocBkUIStringPrefix "kXDocBkUIStylesheetDescriptionTextWidgetKey"
84 #define kXDocBkUIChangeStylesheetButtonWidgetKey kXDocBkUIStringPrefix "kXDocBkUIChangeStylesheetButtonWidgetKey"
85 #define kXDocBkUIStylesheetTitleTextWidgetKey kXDocBkUIStringPrefix "kXDocBkUIStylesheetTitleTextWidgetKey"
86 #define kXDocBkUITableGraphicsTitleTextWidgetKey kXDocBkUIStringPrefix "kXDocBkUITableGraphicsTitleTextWidgetKey"
87 #define kXDocBkUIUseImagePostImportResponderWidgetKey kXDocBkUIStringPrefix "kXDocBkUIUseImagePostImportResponderWidgetKey"
88 #define kXDocBkUIUseXMLTransformerWidgetKey kXDocBkUIStringPrefix "kXDocBkUIUseXMLTransformerWidgetKey"
89 #define kXDocBkUIUseCALSContentHandlerWidgetKey kXDocBkUIStringPrefix "kXDocBkUIUseCALSContentHandlerWidgetKey"
90 #define kXDocBkUISuppliedOverridesPIWidgetKey kXDocBkUIStringPrefix "kXDocBkUISuppliedOverridesPIWidgetKey"
91 
92 // Menu item positions:
93 
94 
95 #define kXDocBkUIUnitTestMenuItemPosition 9
96 
97 #define kXDocBkUIPrefMenuPosition 1540.0
98 
99 // Separator for 'Main:Edit:Preferences'
100 #define kXDocBkUIPrefSepMenuPath kSDKDefPreferencesStandardMenuPath kSDKDefDelimiterAndSeparatorPath
101 #define kXDocBkUIPrefSepMenuPosition 1530.0
102 
103 // Initial data format version numbers
104 #define kXDocBkUIFirstMajorFormatNumber kSDKDef_30_PersistMajorVersionNumber
105 #define kXDocBkUIFirstMinorFormatNumber kSDKDef_30_PersistMinorVersionNumber
106 
107 // Data format version numbers for the PluginVersion resource
108 #define kXDocBkUICurrentMajorFormatNumber kXDocBkUIFirstMajorFormatNumber // most recent major format change
109 #define kXDocBkUICurrentMinorFormatNumber kXDocBkUIFirstMinorFormatNumber // most recent minor format change
110 
111 #endif // __XDocBkUIID_h__
112