InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
WritingResourceDefs.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Kevin Van Wiel
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 __WRITINGRESOURCEDEFS__
25 #define __WRITINGRESOURCEDEFS__
26 
27 #include "AdobeMenuPositions.h"
28 
29 #define kWritingViewWidgetRsrcID 5000
30 
31 #define kWritingModeStringsRsrcID 2100
32 #define kWritingStringsNoTransRsrcID 2200
33 
34 #define mGalleyResID 1008
35 #define mGalleyMAResID 1108
36 
37 // Test menu positions
38 #define kTempFontMenuPosition ShowFrameGridMenuPosition+5.0
39 #define kTempFontMenuPosition1 ShowFrameGridMenuPosition+6.0
40 #define kTempFontMenuPosition2 ShowFrameGridMenuPosition+7.0
41 #define kTempFontMenuPosition3 ShowFrameGridMenuPosition+8.0
42 #define kTempFontMenuPosition4 ShowFrameGridMenuPosition+9.0
43 #define kTempFontMenuPosition5 ShowFrameGridMenuPosition+10.0
44 #define kTempTestSpeed kGalleyViewMenuPosition+0.4
45 #define kTempBlackOnWhiteScheme kGalleyViewMenuPosition+0.5
46 #define kTempGreenOnBlackScheme kGalleyViewMenuPosition+0.6
47 
48 
49 #endif //__WRITINGRESOURCEDEFS__
50