InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BscL10NID.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 BscL10N plug-in.
24 //
25 //========================================================================================
26 
27 #ifndef __BscL10NID_h__
28 #define __BscL10NID_h__
29 
30 #include "SDKDef.h"
31 
32 // Company:
33 #define kBscL10NCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_".
34 #define kBscL10NCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally.
35 
36 // Plug-in:
37 #define kBscL10NPluginName "BasicLocalization" // Name of this plug-in.
38 #define kBscL10NPrefixNumber 0x61100 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
39 #define kBscL10NVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box).
40 #define kBscL10NAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box).
41 
42 // Plug-in Prefix: (please change kBscL10NPrefixNumber above to modify the prefix.)
43 #define kBscL10NPrefix RezLong(kBscL10NPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
44 #define kBscL10NStringPrefix SDK_DEF_STRINGIZE(kBscL10NPrefixNumber) // 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 // Implementation IDs:
54 
55 // ActionIDs:
56 
57 // WidgetIDs:
58 
59 // "About Plug-ins" sub-menu:
60 #define kBscL10NAboutMenuKey kBscL10NStringPrefix "kBscL10NAboutMenuKey"
61 #define kBscL10NAboutMenuPath kSDKDefStandardAboutMenuPath kBscL10NCompanyKey
62 
63 // "Plug-ins" sub-menu:
64 #define kBscL10NPluginsMenuKey kBscL10NStringPrefix "kBscL10NPluginsMenuKey"
65 #define kBscL10NPluginsMenuPath kSDKDefPlugInsStandardMenuPath kBscL10NCompanyKey
66 
67 // "Plug-ins" sub-menu item keys:
68 #define kBscL10NDialogMenuItemKey kBscL10NStringPrefix "kBscL10NDialogMenuItemKey"
69 
70 // "Plug-ins" sub-menu item positions:
71 #define kBscL10NDialogMenuItemPosition 1.0
72 
73 // Other StringKeys:
74 #define kBscL10NDialogTitleKey kBscL10NStringPrefix "kBscL10NDialogTitleKey"
75 #define kBscL10NAboutBoxStringKey kBscL10NStringPrefix "kBscL10NAboutBoxStringKey"
76 #define kBscL10NStaticTextStringKey kBscL10NStringPrefix "kBscL10NStaticTextStringKey"
77 
78 // Initial data format version numbers
79 #define kBscL10NFirstMajorFormatNumber kSDKDef_30_PersistMajorVersionNumber
80 #define kBscL10NFirstMinorFormatNumber kSDKDef_30_PersistMinorVersionNumber
81 
82 // Data format version numbers for the PluginVersion resource
83 #define kBscL10NCurrentMajorFormatNumber kBscL10NFirstMajorFormatNumber // most recent major format change
84 #define kBscL10NCurrentMinorFormatNumber kBscL10NFirstMinorFormatNumber // most recent minor format change
85 
86 #endif // __BscL10NID_h__
87 
88 // End, BscL10NID.h.
89 
90 
91 
92