InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ArticlePanelID.h
1 //========================================================================================
2 //
3 // ADOBE CONFIDENTIAL
4 //
5 // $File$
6 //
7 // Owner: shagupta
8 //
9 // $Author$
10 //
11 // $DateTime$
12 //
13 // $Revision$
14 //
15 // $Change$
16 //
17 // Copyright 2010 Adobe Systems Incorporated
18 // All Rights Reserved.
19 //
20 // NOTICE: All information contained herein is, and remains
21 // the property of Adobe Systems Incorporated and its suppliers,
22 // if any. The intellectual and technical concepts contained
23 // herein are proprietary to Adobe Systems Incorporated and its
24 // suppliers and are protected by trade secret or copyright law.
25 // Dissemination of this information or reproduction of this material
26 // is strictly forbidden unless prior written permission is obtained
27 // from Adobe Systems Incorporated.
28 //
29 //========================================================================================
30 
31 #ifndef __ArticlePanelID__
32 #define __ArticlePanelID__
33 
34 #include "CrossPlatformTypes.h"
35 #include "IDFactory.h"
36 
37 #define kArticlePanelPrefix RezLong(0x21C00)
38 
39 // <Start IDC>
40 // PluginID
41 #define kArticlePanelPluginName "Article Panel"
42 
43 // <Class ID>
44 // Boss IDs
45 
46 
47 // <Interface ID>
48 
49 
50 // <Implementation ID>
51 
52 
53 // <Widget ID>
54 
55 
56 // <Action ID>
57 
58 // Messages ID
59 
60 
61 #endif
62 // __ArticlePanelID__