InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
FontUsageDialogID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: lance bushore
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 // Contains IDs used by the FontUsage, appinfo dialog, doc info dialog.
24 //
25 //========================================================================================
26 
27 #ifndef __FontUsageDialogID__
28 #define __FontUsageDialogID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kFontUsagePrefix RezLong(0xaf00)
34 
35 // <Start IDC>
36 // PluginID
37 #define kFontUsageDialogPluginName "Font Usage Dialog"
38 
39 // <Class ID>
40 // ClassIDs
41 //gap
42 
43 // ---- Moved from Font Manager plug-in
44 // ---- end move.
45 //gap
46 // gap
47 
48 // <Message ID> // note - message ids conflict with class id space.
49 
50 // <Implementation ID>
51 // ImplementationIDs
52 // gap
53 
54 // gap
55 //gap - was kFontUsageDataImpl kFontUsagePrefix + 9
56 
57 // ---- Moved from Font Manager plug-in
58 // ---- end move.
59 //gap
60 // gap
61 // gap
62 
63 // <Interface ID>
64 // InterfaceIDs
65 // gap
66 
67 // <Widget ID>
68 // WidgetIDs
69 
70 
71 
72 // ---- Moved from Font Manager plug-in
73 // ---- end move.
74 
75 
76 
77 
78 // <Action ID>
79 // ActionIDs
80 #endif // __FontUsageDialogID__
81 
82 
83 
84