/thirdparty/wtl/atlresce.h

http://crashrpt.googlecode.com/ · C++ Header · 93 lines · 53 code · 23 blank · 17 comment · 1 complexity · f78c5f0db5b063f58be82eb6f6284010 MD5 · raw file

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