InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SysControlIds.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 __SysControlIds_h__
25 #define __SysControlIds_h__
26 
27 #ifndef kPluginID_None
28 #define kPluginID_None ""
29 #endif
30 
31 // BP 07/07/01: kApplicationRsrcPluginID points to the plug-in that contains the resources for icons, cursor, and dialogs.
32 #define kApplicationRsrcPluginID RezLong(0x16401) // kAppUIPrefix +1, see AppUIID.h.
33 
34 #define kSysGenericSeparatorRsrcId 4
35 #define kSysGenericSeparatorPMRsrcId kSysGenericSeparatorRsrcId, kApplicationRsrcPluginID
36 
37 #define kSysPictureRsrcId 100
38 #define kSysStaticTextRsrcId 101
39 #define kSysEditBoxRsrcId 102
40 #define kSysGroupBoxRsrcId 103
41 #define kSysButtonRsrcId 104
42 #define kSysCheckBoxRsrcId 105
43 #define kSysRadioButtonRsrcId 106
44 //#define kSysComboBoxRsrcId 107
45 #define kSysListBoxRsrcId 108
46 #define kSysVScrollBarRsrcId 109
47 #define kSysHScrollBarRsrcId 110
48 #define kSysAnimateRsrcId 111
49 #define kSysTabControlRsrcId 112
50 #define kSysTreeControlRsrcId 113
51 #define kSysListControlRsrcId 114
52 #define kSysHotKeyRsrcId 115
53 #define kSysSliderRsrcId 116
54 #define kSysProgressBarRsrcId 117
55 #define kSysOwnerDrawListBoxRsrcId 119
56 #define kSysDropDownRsrcId 120
57 #define kSysOwnerDrawDropDownRsrcId 121
58 #define kSysOwnerDrawStringListBoxRsrcId 122
59 #define kSysMultilineEditBoxRsrcId 123
60 
61 #define kSysNewDropDownRsrcId 130
62 
63 #define kSysPicturePMRsrcId kSysPictureRsrcId, kApplicationRsrcPluginID
64 #define kSysStaticTextPMRsrcId kSysStaticTextRsrcId, kApplicationRsrcPluginID
65 #define kSysEditBoxPMRsrcId kSysEditBoxRsrcId, kApplicationRsrcPluginID
66 #define kSysGroupBoxPMRsrcId kSysGroupBoxRsrcId, kApplicationRsrcPluginID
67 #define kSysButtonPMRsrcId kSysButtonRsrcId, kPluginID_None
68 #define kSysCheckBoxPMRsrcId kSysCheckBoxRsrcId, kPluginID_None
69 #define kSysRadioButtonPMRsrcId kSysRadioButtonRsrcId, kPluginID_None
70 #define kSysComboBoxPMRsrcId kSysComboBoxRsrcId, kApplicationRsrcPluginID
71 #define kSysListBoxPMRsrcId kSysListBoxRsrcId, kApplicationRsrcPluginID
72 #define kSysVScrollBarPMRsrcId kSysVScrollBarRsrcId, kPluginID_None
73 #define kSysHScrollBarPMRsrcId kSysHScrollBarRsrcId, kPluginID_None
74 #define kSysAnimatePMRsrcId kSysAnimateRsrcId, kApplicationRsrcPluginID
75 #define kSysTabControlPMRsrcId kSysTabControlRsrcId, kApplicationRsrcPluginID
76 #define kSysTreeControlPMRsrcId kSysTreeControlRsrcId, kApplicationRsrcPluginID
77 #define kSysListControlPMRsrcId kSysListControlRsrcId, kApplicationRsrcPluginID
78 #define kSysHotKeyPMRsrcId kSysHotKeyRsrcId, kApplicationRsrcPluginID
79 #define kSysSliderPMRsrcId kSysSliderRsrcId, kApplicationRsrcPluginID
80 #define kSysProgressBarPMRsrcId kSysProgressBarRsrcId, kApplicationRsrcPluginID
81 #define kSysOwnerDrawListBoxPMRsrcId kSysOwnerDrawListBoxRsrcId, kApplicationRsrcPluginID
82 #define kSysDropDownPMRsrcId kSysDropDownRsrcId, kApplicationRsrcPluginID
83 #define kSysOwnerDrawDropDownPMRsrcId kSysOwnerDrawDropDownRsrcId, kApplicationRsrcPluginID
84 #define kSysOwnerDrawStringListBoxPMRsrcId kSysOwnerDrawStringListBoxRsrcId, kApplicationRsrcPluginID
85 
86 // ----- On the Macintosh there must be an icon that has resource id
87 // of 132. This is the size box icon.
88 
89 #define kSysWindowSizeBoxRsrcId 132
90 #define kSysWindowSizeBoxPMRsrcId kSysWindowSizeBoxRsrcId, kApplicationRsrcPluginID
91 
92 
93 #endif // __SysControlIds_h__