InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TabStyUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: stanley
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 __TabStyUIID_h__
25 #define __TabStyUIID_h__
26 
27 // Plug-in:
28 #define kTabStyUIPluginName "TableStylesUI" // Name of this plug-in.
29 
30 // This was registered
31 #define kTabStyUIPrefixNumber_Obsolete 0xe1500
32 #define kTabStyUIPrefixNumber 0x20400 // Unique prefix number for this plug-in.
33 
34 #define kTabStyUIPrefixNumber2 0x1ff00 // Second prefix ID for our widgets
35 
36 // Plug-in Prefix: (please change kTabStyUIPrefixNumber above to modify the prefix.)
37 #define kTabStyUIPrefix_Obsolete RezLong(kTabStyUIPrefixNumber_Obsolete)
38 #define kTabStyUIPrefix RezLong(kTabStyUIPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
39 #define kTabStyUIPrefix2 RezLong(kTabStyUIPrefixNumber2)
40 
41 // PluginID:
42 
43 // ClassIDs:
44 //gap
45 //gap
46 
47 // InterfaceIDs:
48 
49 
50 
51 
52 // ImplementationIDs:
53 //gap
54 
55 // ActionIDs:
56 
57 
58 
59 // WidgetIDs:
60 // Moved here to allow table/cell style icons in the load style dialog
61 //Watson #2401465: ODFRC has a 16bit limitation on resource ids ids like kTableStylesIconRsrcID just sliently cast to 16 bits
62 //need to use 16 bits of these ids in M/WIconSuiteButtonView
63 
64 
65 //gap
66 //Table Options Dialog
67 //Table General Panel
68 
69 //Table Setup Panel
70 //gap
71 //Table fill panel
72 //gap
73 //Table Style - Row Stroke panel
74 //gap
75 //Table Style - Col Stroke panel
76 //gap
77 //Cell Style - Text
78 // gap
79 //gap
80 //Cell Style - Strokes and Fills
81 //gap
82 //Cell Style - Diagonal Lines
83 //gap
84 //General Panel
85 
86 
87 // Messages ID
88 
89 // Service ID
90 
91 //
92 // Conversion IDs
93 //
94 
95 // Initial data format version numbers
96 #define kTabStyUIFirstMajorFormatNumber RezLong(1)
97 #define kTabStyUIFirstMinorFormatNumber RezLong(0)
98 
99 // Cobalt
100 #define kTabStyUICobaltMajorVersionNumber kCobaltMajorFormatNumber
101 #define kTabStyUIRenumberPluginChange kCobaltInitialMinorFormatNumber
102 
103 #define kTabStyUILastMajorFormatNumber kTabStyUICobaltMajorVersionNumber
104 #define kTabStyUILastMinorFormatNumber kTabStyUIRenumberPluginChange
105 
106 // Data format version numbers for the PluginVersion resource
107 #define kTabStyUICurrentMajorFormatNumber kTabStyUILastMajorFormatNumber
108 #define kTabStyUICurrentMinorFormatNumber kTabStyUILastMinorFormatNumber
109 
110 #endif // __TabStyUIID_h__
111 
112 // Code generated by DollyXs code generator