InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ScriptPanelID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Jonathan W. Brown
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 __SCRIPTPANELID__
25 #define __SCRIPTPANELID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kScriptPanelPrefix RezLong(0xcc00)
31 
32 #define kScriptPanelActionPrefixFirst RezLong(0xff000000)
33 #define kScriptPanelActionPrefixLast RezLong(0xff001F00)
34 
35 
36 // plug-in ID
37 #define kScriptPanelPluginName "ScriptPanel"
38 
39 // <Start IDC>
40 // <Class ID>
41 // Bosses
42 
43 // <Interface ID>
44 // IIDs
45 
46 // <Implementation ID>
47 // Implementation IDs
48 
49 // <Widget ID>
50 // Widget ids
51 
52 // <Action ID>
53 //gap
54 
55 //intervening Action IDs are allocated dynamically in ScriptPanelFile::SetActionID
56 
57 // <Ignore>
58 // Resource IDs
59 #define kScriptPanelResourceID 2100
60 #define kScriptPanelStringResID 2200
61 #define kScriptNodeWidgetRsrcID 2300
62 //#define kScriptListSmallElementRsrcID 2400
63 #define kScriptPanelIconRsrcID 2500
64 #define kScriptPaletteIconRsrcID 2501
65 #define kScriptPanelListRsrcID 2600
66 #define kScriptPanelStringsNoTransRsrcID 2700
67 #define kScriptPanelInfoIconRsrcID 2800
68 
69 // Defines for the look of the panel
70 #define kMinLayerPalWidth 240
71 #define kMaxLayerPalWidth 10000
72 #define kMinLayerPalHeight (22 * 2) + 24
73 #define kMaxLayerPalHeight 10000
74 
75 #define kScriptPanelActionsResID 1000
76 #define kScriptPanelMenuActionsResID 1100
77 
78 #endif //__SCRIPTNPANELID__