InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ApplDefs.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Michael Burbidge
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 __ApplDefs__
25 #define __ApplDefs__
26 
27 #include "IconRsrcDefs.h"
28 
29 const int32 kTouchPanelViewType = 0x00; // For a resource based panel
30 const int32 kTouchPanelEmbeddedWindowType = 0x01; // for a a panel with UI_SubViewAdapter
31 
32 #define kAppInfoDialogRsrcID 100
33 #define kSavePaletteWorkspacePanelRsrcID 150
34 #define kDeletePaletteWorkspacePanelRsrcID 200
35 
36 #define kUICustMenusDialogRsrcID 500
37 #define kUICustMenuNodeRsrcID 600
38 #define kUICustomizationHiddenEyeballIcon 650
39 #define kApplErrorStringTableRsrcID 698
40 #define kPlatformErrorStringTableRsrcID 699 //must be identical to definition in ErrorTableTypes.h
41 #define kUICustomizationSaveAsDialogRsrcID 700
42 
43 #define kInterfaceEquivalentsRsrcID 750
44 #define kSettingsInCloudFirstLaunchDialogRsrcID 900
45 
46 #define kSettingsMigrationDialogRsrcID 901
47 #define kTouchStatusBarRsrcID 950
48 
49 // ----- String resources
50 #define kApplStringsRsrcID 10000
51 #define kBootStrapStringsRsrcID 10100
52 #define kApplStringsNoTransRsrcID 10200
53 #define kApplStringsLocalizedRsrcID 10300
54 #define kBootStrapStringsNoTransRsrcID 10400
55 #define kBootStrapStringsLocalizedRsrcID 10500
56 #define kAppUIStringsRsrcID 10600
57 #define kAppUIStringsNoTransRsrcID 10700
58 
59 
60 #define kDocErrorStringTableRsrcID 10800
61 #define kDBErrorStringTableRsrcID 10900
62 #define kAppUIErrorStringTableRsrcID 11000
63 #define kDocErrorStringNewTableRsrcID 12000 // Similar to kDocErrorStringTableRsrcID, but with better customer messaging - only for InDesign
64 #define kDBErrorStringNewTableRsrcID 13000 // Similar to kDBErrorStringTableRsrcID, but with better customer messaging - only for InDesign
65 
66 //========================================================================================
67 // ----- Action/Menu IDs -----
68 //========================================================================================
69 
70 #define kApplActionResID 1400
71 #define kApplFileActionResID 1450
72 #define kApplMenusRsrcID 1500
73 #define kApplMenusPreviewRsrcID 1550
74 #define kApplGenAIMenusRsrcID 1570
75 #define kUserInterfacePrefsDialogCreatorRsrcID 1600
76 #define kUserInterfacePrefsDialogRsrcID 1700
77 #define kSettingsInCloudPrefsPanelCreatorRsrcID 2100
78 #define kSettingsInCloudPrefsPanelRsrcID 2200
79 //#define kExperimentalFeaturesPrefsDialogCreatorRsrcID 2250
80 //#define kExperimentalFeaturesPrefsDialogRsrcID 2300
81 #define kTouchWSPrefsDialogCreatorRsrcID 2350
82 #define kTouchWSPrefsDialogRsrcID 2400
83 #define kApplMenusWithIconRsrcID 2500
84 
85 #if defined(UI_SCALING_WINDOWS) || defined(UI_SCALING_MAC)
86 #define kUIScalingPrefsDialogCreatorRsrcID 2550
87 #define kUIScalingPrefsDialogRsrcID 2600
88 #endif
89 
90 // ----- Application icon resources
91 
92 #define kMediumWarningSignRsrcID kWarningMediumIcon
93 #define kLargeWarningSignRsrcID kWarningBigIcon
94 
95 #define kLargeStopSignRsrcID kStopSignBigIcon
96 
97 // pict/bitmap rsrc ids
98 #ifndef TRIAL
99 #define kStartupScreenRsrcID 1800 // ditl/dialog id
100 #else
101 #define kStartupScreenRsrcID 1850 // ditl/dialog id - trial version
102 #endif
103 
104 #define kMenuDashBitmapRsrcID 200 // bitmap for dash on windows for mixed state menus
105 
106 // OWL App Bar resources
107 #define kAppBarADAMRsrcID 8000
108 
109 #define kAppBarEVERsrcID 8100
110 #define kAppBarLayoutViewOptionsEVERsrcID 8110
111 #define kAppBarStoryViewOptionsEVERsrcID 8120
112 #define kAppBarScreenModeEVERsrcID 8130
113 #define kAppBarLayoutWidgetEVERsrcID 8140
114 #define kAppBarSearchForHelpDummyEVERsrcID 8150
115 #define kAppBarHomeBtnADAMRsrcID 8160
116 #define kAppBarHomeBtnEVERsrcID 8170
117 
118 // Touch App Bar resources
119 #define kTouchAppBarADAMRsrcID 9000
120 #define kTouchAppBarEVERsrcID 9100
121 
122 //Touch context menu resources
123 #define kTouchContextMenuRsrcID 9200
124 #define kTouchContextMenuControlRsrcID 9210
125 #define kBadArchAlertDialogRsrcID 9300
126 
127 //Cloud ID Buttons
128 #define kSaveAsCloudDocButtonRsrcID 10004
129 #define kOpenCloudDocButtonRsrcID 10005
130 
131 #endif // __ApplDefs__
132