InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TextEditorModelID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Bernd Paradies
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 
24 #ifndef __TextEditorModelID__
25 #define __TextEditorModelID__
26 
27 #ifndef MAC_RESOURCE_INCLUDER
28  #include "CrossPlatformTypes.h"
29  #include "IDFactory.h"
30 #endif
31 
32 #define kTextEditorModelPrefix RezLong(0x1900)
33 
34 // <Start IDC>
35 // PluginID
36 #define kTextEditorModelPluginName "Text Editor Model"
37 
38 // <Plug-in ID>
39 //---------------------------------------------------------------
40 // Plug-in IDs
41 //---------------------------------------------------------------
42 
43 
44 // <Service ID>
45 //---------------------------------------------------------------
46 // Service IDs
47 //---------------------------------------------------------------
48 
49 // <Class ID>
50 //---------------------------------------------------------------
51 // Boss IDs
52 //---------------------------------------------------------------
53 
54 
55 // <Interface ID>
56 //---------------------------------------------------------------
57 // Interface IDs
58 //---------------------------------------------------------------
59 
60 
61 
62 // <Implementation ID>
63 
64 
65 // <Error ID>
66 
67 // <Widget ID>
68 
69 // <Action ID>
70 
71 #endif