InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AboutBoxID.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 // Contains IDs used by the aboutbox, appinfo dialog, doc info dialog.
24 //
25 //========================================================================================
26 
27 #ifndef __AboutBoxID__
28 #define __AboutBoxID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 
34 #define kAboutBoxPrefix RezLong(0x9f00)
35 
36 // <Start IDC>
37 // <Class ID>
38 // ClassIDs
39 //gap
40 
41 
42 // <Interface ID>
43 
44 
45 // Service Providers
46 
47 // <Implementation ID>
48 // ImplementationIDs
49 //gap
50 //gap
51 //gap
52 //gap
53 
54 
55 //gap
56 
57 // <Widget ID>
58 // WidgetIDs
59 
60 
61 //doc info widgets
62 //gap
63 
64 
65 //gap
66 
67 //app info widgets
68 //gap
69 //gap
70 //gap
71 //gap
72 //gap
73 //gap
74 
75 
76 
77 //gap
78 //gap
79 
80 //aboutbox widgets
81 
82 #endif // __AboutBoxID__
83 
84 
85 
86