InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SpreadUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Robin_Briggs
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 spreadUI plug-in
24 //
25 //========================================================================================
26 
27 #ifndef __SpreadUIID__
28 #define __SpreadUIID__
29 
30 // Must be first to set flags before other includes (So I get the DEBUG define)
31 #include "GeneralBuildFlags.h"
32 
33 #include "CrossPlatformTypes.h"
34 #include "IDFactory.h"
35 
36 #define kSpreadUIPrefix RezLong(0x5F00)
37 
38 // <Start IDC>
39 // PluginID
40 #define kSpreadUIPluginName "Spread UI"
41 
42 // <Class ID>
43 // ClassIDs
44 
45 
46 
47 
48 
49 
50 // <Interface ID>
51 // IIDs
52 
53 
54 // <Implementation ID>
55 // ImplementationIDs
56 
57 
58 
59 
60 
61 
62 // <Widget ID>
63 // Widget IDs for Grids Prefs dialog - Baseline Grids section
64 
65 
66 // Widget IDs for Grids Prefs dialog - Grids section
67 
68 // Widget IDs for Guide Prefs dialog - Snap-to section
69 
70 // Widget IDs for Guide Prefs dialog - Margin and Column Guides section
71 
72 // Widget IDs for Units Prefs dialog - Measurement system and keyboard increments section
73 
74 // Dialog Panel IDs
75 
76 
77 
78 
79 
80 
81 
82 
83 // Pasteboard preferences panel:
84 
85 // New widgets for color & pasteboard prefs (some older ones still in use)
86 
87 
88 // Smart/Wise Guide prefs
89 
90 
91 // Rulers and Grids Kit: Properties Panel
92 
93 // <Action ID>
94 
95 
96 
97 // gap
98 
99 
100 
101 
102 //
103 //Script Element IDs
104 //
105 
106 //Suites
107 
108 //Objects
109 
110 //Events
111 
112 //Properties
113 
114 //Enums
115 
116 //GUIDS
117 // {41F6CD3B-D5B2-405c-A899-9FBCE2DD9B8A}
118 #define kSmartGuidePref_CLSID {0x41f6cd3b, 0xd5b2, 0x405c, {0xa8, 0x99, 0x9f, 0xbc, 0xe2, 0xdd, 0x9b, 0x8a}}
119 
120 #endif // __SpreadUIID__
121 
122 
123 
124