InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
LinksUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: lance bushore
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 __LinksUIID__
25 #define __LinksUIID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kLinksUIPrefix RezLong(0x20600)
31 #define kProblemLinksDialogResID 900
32 
33 // <Start IDC>
34 // PluginID
35 
36 // <Class ID>
37 #ifdef DEBUG
38 #endif
39 //gap
40 
41 // <Implementation ID>
42 #ifdef DEBUG
43 #endif
44 
45 
46 
47 
48 // ---------------------------------------- <Widget ID> ------------------------------------
49 
50 
51 // <Message ID>
52 
53 // <Interface ID>
54 //gap
55 
56 // <Action ID>
57 // Action IDs
58 //gap
59 
60 
61 //gap
62 
63 // Reserved for the dynamic Edit Original With menu items 150 - 255 (2 dynamic menus, 52 items each, one operates on a link, the other on the layout selection)
64 
65 // <Error ID>
66 
67 // ----- Tree Node ID types -----
68 #define kLinkTreeNodeID kLinksUIPrefix + 1
69 
70 const int32 kRootDocumentLinksNodeUID = -1;
71 
72 #endif // __LinksUIID__
73