InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TextOptionsPanelID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Zak Williamson
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 __TextOptionsPanelID__
25 #define __TextOptionsPanelID__
26 
27 #include "ShuksanID.h"
28 #include "IDFactory.h"
29 
30 #define kTextOptionsPanelPrefix RezLong(0x3100) /* (12544) Prefix registered in DeveloperPrefix.h */
31 #define kTextOptionsPanelPrefix2 RezLong(0x23600)
32 
33 // <Start IDC>
34 // PluginID
35 #define kTextOptionsPanelPluginName "Text Preferences"
36 
37 // <Class ID>
38 // ClassIDs
39 // gap
40 
41 
42 
43 // <Implementation ID>
44 // Implementation IDs
45 
46 
47 
48 
49 
50 
51 // <Interface ID>
52 
53 // <Widget ID>
54 // Widget IDs
55 
56 
57 
58 
59 
60 //gap
61 
62 
63 
64 
65 
66 
67 
68 
69 
70 
71 // gap
72 
73 
74 // More footnote settings (these go with #86,129 above too)
75 
76 
77 
78 
79 
80 //-----------------------------------Endnote Settings dialog-----------------------------------------
81 //GAP
82 
83 
84 // <Action ID>
85 
86 
87 
88 // endnotes
89 
90 // <Service ID>
91 
92 //
93 //Script Element IDs
94 //
95 
96 //Suites
97 
98 //Objects
99 
100 //Events
101 
102 //Properties
103 
104 //Enums
105 
106 //GUIDS
107 // {F5236EA2-4FD3-4ccc-9600-73260A141D32}
108 #define kTextEditingPref_CLSID { 0xf5236ea2, 0x4fd3, 0x4ccc, { 0x96, 0x0, 0x73, 0x26, 0xa, 0x14, 0x1d, 0x32 } }
109 
110 #endif // __TextOptionsPanelID__