InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PnlTrvID.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 PnlTrv plug-in.
24 //
25 //========================================================================================
26 
27 #ifndef __PnlTrvID_h__
28 #define __PnlTrvID_h__
29 
30 #include "SDKDef.h"
31 
32 // Company:
33 #define kPnlTrvCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_".
34 #define kPnlTrvCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally.
35 
36 // Plug-in:
37 #define kPnlTrvPluginName "PanelTreeView" // Name of this plug-in.
38 #define kPnlTrvPrefixNumber 0x5c110 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
39 #define kPnlTrvVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box).
40 #define kPnlTrvAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box).
41 
42 // Plug-in Prefix: (please change kPnlTrvPrefixNumber above to modify the prefix.)
43 #define kPnlTrvPrefix RezLong(kPnlTrvPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
44 #define kPnlTrvStringPrefix SDK_DEF_STRINGIZE(kPnlTrvPrefixNumber) // The string equivalent of the unique prefix number for this plug-in.
45 
46 // PluginID:
47 
48 // ClassIDs:
49 
50 // InterfaceIDs:
51 
52 // ImplementationIDs:
53 
54 // ActionIDs:
55 
56 // WidgetIDs:
57 
58 // ScriptElement IDs:
59 
60 // Error codes:
61 
62 // Error Codes
63 #define kPnlTrvFolderNotSetErrorStringKey kPnlTrvStringPrefix "kPnlTrvFolderNotSetErrorStringKey"
64 
65 // "About Plug-ins" sub-menu:
66 #define kPnlTrvAboutMenuKey kPnlTrvStringPrefix "kPnlTrvAboutMenuKey"
67 #define kPnlTrvAboutMenuPath kSDKDefStandardAboutMenuPath kPnlTrvCompanyKey
68 
69 // "Plug-ins" sub-menu:
70 #define kPnlTrvPluginsMenuKey kPnlTrvStringPrefix "kPnlTrvPluginsMenuKey"
71 #define kPnlTrvPluginsMenuPath kSDKDefPlugInsStandardMenuPath kPnlTrvCompanyKey kSDKDefDelimitMenuPath kPnlTrvPluginsMenuKey
72 
73 // Menu item keys:
74 #define kPnlTrvRefreshMenuItemKey kPnlTrvStringPrefix "kPnlTrvRefreshMenuItemKey"
75 #define kPnlTrvSetOptionsMenuItemKey kPnlTrvStringPrefix "kPnlTrvSetOptionsMenuItemKey"
76 
77 // Other StringKeys:
78 #define kPnlTrvAboutBoxStringKey kPnlTrvStringPrefix "kPnlTrvAboutBoxStringKey"
79 #define kPnlTrvRefreshStringKey kPnlTrvStringPrefix "kPnlTrvRefreshStringKey"
80 #define kPnlTrvPanelTitleKey kPnlTrvStringPrefix "kPnlTrvPanelTitleKey"
81 #define kPnlTrvStaticTextKey kPnlTrvStringPrefix "kPnlTrvStaticTextKey"
82 #define kPnlTrvInternalPopupMenuNameKey kPnlTrvStringPrefix "kPnlTrvInternalPopupMenuNameKey"
83 #define kPnlTrvTargetMenuPath kPnlTrvInternalPopupMenuNameKey
84 #define kPnlTrvSetOption1StringKey kPnlTrvStringPrefix "kPnlTrvSetOption1StringKey"
85 #define kPnlTrvChangeOptionsCmdKey kPnlTrvStringPrefix "kPnlTrvChangeOptionsCmdKey"
86 #define kPnlTrvIdleTaskKey kPnlTrvStringPrefix "kPnlTrvIdleTaskKey"
87 
88 // Menu item positions:
89 #define kPnlTrvSetOptionsMenuItemPosition 1.0
90 #define kPnlTrvRefreshMenuItemPosition 2.0
91 #define kPnlTrvSeparator1MenuItemPosition 10.0
92 #define kPnlTrvAboutThisMenuItemPosition 11.0
93 
94 #define kPnlTrvNodeWidgetRsrcID 1200
95 
96 
97 // See. the platform resource file where these are used!
98 #define kPnlTrvEyeBallIconRsrcID 1510
99 #define kPnlTrvLockPenIconRsrcID 1512
100 #define kPnlTrvPenIconRsrcID 1514
101 
102 
103 // Initial Data format IDs of the persistent data was first introduced in InDesign 2.0
104 #define kPnlTrvInitialMajorFormat kSDKDef_20_PersistMajorVersionNumber
105 #define kPnlTrvInitialMinorFormat kSDKDef_20_PersistMinorVersionNumber
106 // Note: The data format has not been changed since InDesign 2.0.
107 
108 #define kPnlTrvStoreWideStringMajorFormat kSDKDef_50_PersistMajorVersionNumber
109 #define kPnlTrvStoreWideStringMinorFormat RezLong(1)
110 
111 // Format IDs for the PluginVersion resource
112 #define kPnlTrvLastMajorFormatChange kPnlTrvStoreWideStringMajorFormat // Last major format change
113 #define kPnlTrvLastMinorFormatChange kPnlTrvStoreWideStringMinorFormat // Last minor format change
114 
115 
116 #endif // __PnlTrvID_h__
117 
118 // Generated by Dolly build 17: template "IfPanelMenu".
119 // End, PnlTrvID.h.
120 
121