InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
InCopyBridgeUIID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Bernd Paradies
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 InCopyBridgeUI
24 //
25 //========================================================================================
26 
27 #ifndef __InCopyBridgeUIID__
28 #define __InCopyBridgeUIID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 
33 // double check with AdobePrefix.h
34 #define kICBridgeUIPrefix RezLong(0x18F00)
35 
36 //----------------------------------------------------------------------------------------
37 // Plug-in identifier
38 //----------------------------------------------------------------------------------------
39 
40 #define kICBridgeUIPluginName "InCopy Bridge UI"
41 
42 //----------------------------------------------------------------------------------------
43 // Class identifiers
44 //----------------------------------------------------------------------------------------
45 
46 //gap
47 //gap
48 //gap
49 
50 //----------------------------------------------------------------------------------------
51 // Interface identifiers
52 //----------------------------------------------------------------------------------------
53 
54 
55 //----------------------------------------------------------------------------------------
56 // Implementation identifiers
57 //----------------------------------------------------------------------------------------
58 
59 
60 //----------------------------------------------------------------------------------------
61 // Widget identifiers
62 //----------------------------------------------------------------------------------------
63 #define kICBDontShowAgainContinueWithoutUndoWidgetID kICBridgeUIPrefix + 1 // really an id for a don't-show alert
64 
65 //----------------------------------------------------------------------------------------
66 // Action identifiers
67 //----------------------------------------------------------------------------------------
68 
69 
70 //----------------------------------------------------------------------------------------
71 // Service Provider IDs
72 //----------------------------------------------------------------------------------------
73 
74 
75 //Message IDs
76 //----------------------------------------------------------------------------------------
77 // Error Codes
78 //----------------------------------------------------------------------------------------
79 
80 //----------------------------------------------------------------------------------------
81 // Strings
82 //----------------------------------------------------------------------------------------
83 
84 #define kICBridgeUIStringsRsrcID 1000
85 #define kICBridgeUIStringsNoTransRsrcID 1100
86 #define kICBridgeActionRsrcID 1200
87 #define kICBridgeMenuRsrcID 1300
88 
89 #define kInCopyAlertPermissionDenied "InCopyAlertPermissionDenied"
90 #define kInCopyAlertPermissionDeniedLong "InCopyAlertPermissionDeniedLong"
91 #define kInCopyAlertExportUpdated "InCopyAlertExportUpdated"
92 #define kInCopyAlertEditInPlaceInUse "InCopyAlertEditInPlaceInUse"
93 #define kInCopyAlertSubmitNotCheckedOut "InCopyAlertSubmitNotCheckedOut"
94 #define kInCopyAlertSubmitUpdated "InCopyAlertSubmitUpdated"
95 #define kInCopyAlertRevertNotCheckedOut "InCopyAlertRevertNotCheckedOut"
96 #define kInCopyAlertRevertUpdated "InCopyAlertRevertUpdated"
97 #define kInCopyAlertEditInPlaceOverride "InCopyAlertEditInPlaceOverride"
98 #define kInCopyAlertEditInPlaceOverrideLong "InCopyAlertEditInPlaceOverrideLong"
99 #define kInCopyAlertSubmitOverride "InCopyAlertSubmitOverride"
100 #define kInCopyAlertSubmitOverrideLong "InCopyAlertSubmitOverrideLong"
101 #define kInCopyAlertEditInPlaceOutOfDate "InCopyAlertEditInPlaceOutOfDate"
102 #define kInCopyAlertUnembedSave "InCopyAlertUnembedSave"
103 
104 #define kInCopyAlertChoiceYes "Yes"
105 #define kInCopyAlertChoiceNo "No"
106 #define kInCopyAlertChoiceCancel "Cancel"
107 #define kInCopyAlertChoiceReplace "Replace"
108 #define kInCopyAlertChoiceUnlink "Unlink"
109 #define kInCopyAlertChoiceEmbed "Embed"
110 #define kInCopyAlertChoiceDiscard "Discard Changes"
111 #define kInCopyAlertChoiceContinue "Continue Editing"
112 #define kInCopyAlertChoiceSubmit "Submit Changes"
113 #define kInCopyAlertChoiceOverride "Override"
114 #define kInCopyAlertChoiceSave "Save to New File..."
115 #define kInCopyAlertChoiceRevert "Revert Changes"
116 #define kInCopyAlertChoiceOverrideSave "Override & Save Version"
117 #define kInCopyAlertChoiceContinueWithoutUndo "Continue without undo?"
118 
119 // tip strings...
120 #define kInCopyTipCheckedIn "InCopyTipCheckedIn"
121 #define kInCopyTipCheckedOut "InCopyTipCheckedOut"
122 #define kInCopyTipCheckedOutLong "InCopyTipCheckedOutLong"
123 #define kInCopyTipCheckedOutByYou "InCopyTipCheckedOutByYou"
124 #define kInCopyTipCheckedOutByYouElsewhere "InCopyTipCheckedOutByYouElsewhere"
125 #define kInCopyTipLocked "InCopyTipLocked"
126 #define kInCopyTipLockedLong "InCopyTipLockedLong"
127 #define kInCopyTipEmbedded "InCopyTipEmbedded"
128 #define kInCopyTipMissing "InCopyTipMissing"
129 #define kInCopyTipOutOfDate "InCopyTipOutOfDate"
130 #define kInCopyTipCheckedInOutOfDate "InCopyTipCheckedInOutOfDate"
131 #define kInCopyTipCheckedOutOutOfDate "InCopyTipCheckedOutOutOfDate"
132 #define kInCopyTipCheckedOutOutOfDateLong "InCopyTipCheckedOutOutOfDateLong"
133 #define kInCopyTipCheckedOutByYouOutOfDate "InCopyTipCheckedOutByYouOutOfDate"
134 #define kInCopyTipLockedOutOfDate "InCopyTipLockedOutOfDate"
135 #define kInCopyTipLockedOutOfDateLong "InCopyTipLockedOutOfDateLong"
136 #define kInCopyTipEmbeddedOutOfDate "InCopyTipEmbeddedOutOfDate"
137 
138 #define kInCopyTipEditInPlace "Edit Story In Place"
139 #define kInCopyTipSubmit "Submit Story"
140 #define kInCopyTipRevert "Revert Story Changes"
141 #define kInCopyTipEmbed "Embed Story"
142 #define kInCopyTipUnembed "Unembed Story"
143 #define kInCopyTipRelink "Relink"
144 #define kInCopyTipNotInAssignment "InCopyTipNotInAssignment"
145 #define kICBridgeUpdateAdornmentSleep 1000
146 
147 #endif // __InCopyBridgeUIID__