InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DCLSizID.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 DCLSiz plug-in.
24 //
25 //========================================================================================
26 
27 #ifndef __DCLSizID_h__
28 #define __DCLSizID_h__
29 
30 #include "SDKDef.h"
31 
32 // Company:
33 #define kDCLSizCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_".
34 #define kDCLSizCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally.
35 
36 // Plug-in:
37 #define kDCLSizPluginName "DetailControlListSize" // Name of this plug-in.
38 #define kDCLSizPrefixNumber 0x57290 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
39 #define kDCLSizVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box).
40 #define kDCLSizAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box).
41 
42 // Plug-in Prefix: (please change kDCLSizPrefixNumber above to modify the prefix.)
43 #define kDCLSizPrefix RezLong(kDCLSizPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
44 #define kDCLSizStringPrefix SDK_DEF_STRINGIZE(kDCLSizPrefixNumber) // The string equivalent of the unique prefix number for this plug-in.
45 
46 // PluginID:
47 
48 // ClassIDs:
49 
50 // InterfaceIDs:
51 // None in this plug-in.
52 
53 // ImplementationIDs:
54 
55 // ActionIDs:
56 // WidgetIDs:
57 //REMOVED:
58 
59 // "About Plug-ins" sub-menu:
60 #define kDCLSizAboutMenuKey kDCLSizStringPrefix "kDCLSizAboutMenuKey"
61 #define kDCLSizAboutMenuPath kSDKDefStandardAboutMenuPath kDCLSizCompanyKey
62 
63 // "Plug-ins" sub-menu:
64 #define kDCLSizPluginsMenuKey kDCLSizStringPrefix "kDCLSizPluginsMenuKey"
65 #define kDCLSizPluginsMenuPath kSDKDefPlugInsStandardMenuPath kDCLSizCompanyKey kSDKDefDelimitMenuPath kDCLSizPluginsMenuKey
66 
67 // Menu item keys:
68 #define kDCLSizSmallPaletteRowsMenuItemKey kDCLSizStringPrefix "kDCLSizSmallPaletteRowsMenuItemKey"
69 
70 // Other StringKeys:
71 #define kDCLSizAboutBoxStringKey kDCLSizStringPrefix "kDCLSizAboutBoxStringKey"
72 #define kDCLSizSmallPaletteRowsStringKey kDCLSizStringPrefix "kDCLSizSmallPaletteRowsStringKey"
73 #define kDCLSizPanelTitleKey kDCLSizStringPrefix "kDCLSizPanelTitleKey"
74 #define kDCLSizInternalPopupMenuNameKey kDCLSizStringPrefix "kDCLSizInternalPopupMenuNameKey"
75 #define kDCLSizTargetMenuPath kDCLSizInternalPopupMenuNameKey
76 #define kDCLSizItemBaseKey kDCLSizStringPrefix "kDCLSizItemBaseKey"
77 #define kDCLSizAddedElementKey kDCLSizStringPrefix "kDCLSizAddedElementKey"
78 
79 // panel option xml tag
80 #define kDCLSizPanelOptionsXMLTag "dclsizpanel-options"
81 #define kDCLSizPanelListSizeXMLAttributeName "largeListSize"
82 
83 // Menu item positions:
84 #define kDCLSizSmallPaletteRowsMenuItemPosition 1.0
85 #define kDCLSizSeparator1MenuItemPosition 10.0
86 #define kDCLSizAboutThisMenuItemPosition 11.0
87 
88 // Misc res defs.
89 #define kDCLSizListElementRsrcID 1200
90 #define kDCLSizSmallListElementRsrcID 1400
91 
92 // Initial data format version numbers
93 #define kDCLSizFirstMajorFormatNumber kSDKDef_30_PersistMajorVersionNumber
94 #define kDCLSizFirstMinorFormatNumber kSDKDef_30_PersistMinorVersionNumber
95 
96 // Data format version numbers for the PluginVersion resource
97 #define kDCLSizCurrentMajorFormatNumber kDCLSizFirstMajorFormatNumber // most recent major format change
98 #define kDCLSizCurrentMinorFormatNumber kDCLSizFirstMinorFormatNumber // most recent minor format change
99 
100 #endif // __DCLSizID_h__
101 
102 // End, DCLSizID.h.
103