InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
OnBoardingID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: murastog
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 BscDlg plug-in.
24 //
25 //========================================================================================
26 
27 #ifndef __OnBoardingID_h__
28 #define __OnBoardingID_h__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 #include "FormatNumber.h"
33 
34 #define kOnBoardingPrefix RezLong(0x23000)
35 
36 // <Start IDC>
37 // PluginID
38 #define kOnBoardingPluginName "OnBoarding"
39 
40 // <Class ID>
41 //gap
42 // Gap
43 // Gap
44 //gap
45 //gap
46 //GAP
47 //GAP
48 
49 
50 // <Implementation ID>
51 
52 //gap
53 //gap
54 //gap
55 //gap
56 //gap
57 
58 //gap
59 //gap
60 //gap
61 //gap
62 //gap
63 //gap
64 //gap
65 //gap
66 //gap
67 // Gap
68 // Gap
69 //gap
70 //gap
71 // Gap
72 //gap
73 //GAP
74 //GAP
75 //GAP
76 // GAP
77 //GAP
78 //gap
79 
80 
81 
82 // Gap
83 //gap
84 //gap
85 // Gap
86 //gap
87 //GAP
88 //GAP
89 // GAP
90 //GAP
91 //Gap
92 //gap
93 // <Error ID>
94 // Error Codes
95 
96 
97 // <Widget ID>
98 // Character attribute widgets <1-50>
99 
100 // <Message ID>
101 // <Message ID>
102 
103 // <Service ID>
104 // Service IDs
105 
106 // <Action ID>
107 // Action IDs
108 
109 //<Icon IDs>
110 
111 
112 // Initial data format version numbers
113 //#define kOnBoardingFirstMajorFormatNumber RezLong(1)
114 //#define kOnBoardingFirstMinorFormatNumber RezLong(0)
115 
116 // Data format version numbers for the PluginVersion resource
117 #define kOnBoardingLastMajorFormatNumber kCC15MajorFormatNumber
118 #define kOnBoardingLastMinorFormatNumber kCC15InitialMinorFormatNumber
119 
120 #endif