]> git.sesse.net Git - casparcg/blob - WTL80/include/atlresce.h
2.0.2: INFO TEMPLATE works on both compressed and uncompressed templates.
[casparcg] / WTL80 / include / atlresce.h
1 // Windows Template Library - WTL version 8.0\r
2 // Copyright (C) Microsoft Corporation. All rights reserved.\r
3 //\r
4 // This file is a part of the Windows Template Library.\r
5 // The use and distribution terms for this software are covered by the\r
6 // Common Public License 1.0 (http://opensource.org/osi3.0/licenses/cpl1.0.php)\r
7 // which can be found in the file CPL.TXT at the root of this distribution.\r
8 // By using this software in any fashion, you are agreeing to be bound by\r
9 // the terms of this license. You must not remove this notice, or\r
10 // any other, from this software.\r
11 \r
12 #ifndef __ATLRESCE_H__\r
13 #define __ATLRESCE_H__\r
14 \r
15 #pragma once\r
16 \r
17 #ifndef _WIN32_WCE\r
18         #error atlresCE.h is only for Windows CE\r
19 #endif\r
20 \r
21 \r
22 #ifdef RC_INVOKED\r
23 #ifndef _INC_WINDOWS\r
24 \r
25   #define VS_VERSION_INFO     1\r
26 \r
27   #ifdef APSTUDIO_INVOKED\r
28     #define APSTUDIO_HIDDEN_SYMBOLS // Ignore following symbols\r
29   #endif // APSTUDIO_INVOKED\r
30 \r
31   #ifndef WINVER\r
32     #define WINVER 0x0400   // default to Windows Version 4.0\r
33   #endif // !WINVER\r
34 \r
35   #if !defined(WCEOLE_ENABLE_DIALOGEX)\r
36     #define DIALOGEX DIALOG DISCARDABLE\r
37   #endif\r
38 \r
39   #include <commctrl.h>\r
40   #define  SHMENUBAR RCDATA\r
41 \r
42   #if defined(SHELLSDK_MODULES_AYGSHELL)\r
43     #include <aygshell.h> \r
44   #else\r
45     #define NOMENU                 0xFFFF\r
46     #define IDS_SHNEW              1\r
47     #define IDM_SHAREDNEW          10\r
48     #define IDM_SHAREDNEWDEFAULT   11\r
49   #endif\r
50   #ifndef I_IMAGENONE\r
51         #define I_IMAGENONE            (-2)\r
52   #endif\r
53 \r
54   #include <windows.h>\r
55 \r
56 #endif // !_INC_WINDOWS\r
57 #endif // RC_INVOKED\r
58 \r
59 #include "atlres.h"\r
60 \r
61 #ifdef APSTUDIO_INVOKED\r
62         #undef APSTUDIO_HIDDEN_SYMBOLS\r
63 #endif // APSTUDIO_INVOKED\r
64 \r
65 // Visual Studio dialog editor bug fix\r
66 #ifndef DS_FIXEDSYS \r
67         #define DS_FIXEDSYS 0\r
68 #endif\r
69 \r
70 #define IDC_INFOSTATIC 0xFFFE   // == IDC_STATIC -1\r
71 \r
72 ///////////////////////////////////////////////////////////////////////////////\r
73 // Smartphone and PPC 2005 Resource IDs\r
74 \r
75 // Command and associated string resource IDs\r
76 #define ID_MENU_OK                      0xE790\r
77 #define ID_MENU_CANCEL                  0xE791\r
78 #define ID_MENU                                                 0xE792\r
79 #define ID_ACTION                                               0xE793\r
80 #define ID_VIEW_FULLSCREEN              0xE802\r
81 \r
82 // MenuBar resource IDs\r
83 #define ATL_IDM_MENU_DONE               0xE701\r
84 #define ATL_IDM_MENU_CANCEL             0xE702\r
85 #define ATL_IDM_MENU_DONECANCEL         0xE703\r
86 \r
87 // Default device MenuBar control ID and MenuBar resource ID\r
88 #define ATL_IDW_MENU_BAR                                0xE802  \r
89 \r
90 // SmartPhone spinned controls ID offset for CSpinCtrl\r
91 #define ATL_IDW_SPIN_ID                 9999\r
92 \r
93 #endif // __ATLRESCE_H__\r