InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SharedContentUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Ashish Duggal
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // ADOBE CONFIDENTIAL
16 //
17 // Copyright 2010 Adobe Systems Incorporated
18 // All Rights Reserved.
19 //
20 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
21 // with the terms of the Adobe license agreement accompanying it. If you have received
22 // this file from a source other than Adobe, then your use, modification, or
23 // distribution of it requires the prior written permission of Adobe.
24 //
25 //========================================================================================
26 
27 #ifndef __SharedContentUIID__
28 #define __SharedContentUIID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 #define kSharedContentUIPrefix RezLong(0x21F00)
34 
35 // <Start IDC>
36 #define kSharedContentUIPluginName "Shared Content UI"
37 
38 // <Class ID>
39 //---gap---
40 //gap
41 
42 
43 //---------------gap----------------------------
44 
45 
46 
47 // <Implementation ID>
48 //---gap---
49 //gap
50 //gap
51 
52 //-----------------------gap-----------------------
53 
54 // <Interface ID>
55 
56 
57 //-------------------------------gap---------------------------
58 
59 
60 // <Action ID>
61 //---gap---
62 
63 //-------------------------------gap---------------------------
64 
65 
66 
67 //<Widget ID>
68 //---gap---
69 //gap
70 
71 
72 //-------------------------------gap---------------------------
73 //--- gap ---
74 
75 
76 // Resource IDs
77 #define kSharedContentUIStringsRsrcID 100
78 
79 // Resource IDs
80 #define kSharedArticleUIStringsRsrcID 200
81 
82 #define kSharedArticleLinkObjectIconRsrcID 2000
83 
84 #endif // __SharedContentID__