d3dres.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:2k
源码类别:

游戏

开发平台:

Visual C++

  1. //-----------------------------------------------------------------------------
  2. // File: D3DRes.h
  3. //
  4. // Desc: Resource definitions required by the CD3DApplication class.
  5. //       Any application using the CD3DApplication class must include resources
  6. //       with the following identifiers.
  7. //
  8. // Copyright (c) Microsoft Corporation. All rights reserved.
  9. //-----------------------------------------------------------------------------
  10. #ifndef D3DRES_H
  11. #define D3DRES_H
  12. #define IDI_MAIN_ICON          101 // Application icon
  13. #define IDR_MAIN_ACCEL         113 // Keyboard accelerator
  14. #define IDR_MENU               141 // Application menu
  15. #define IDR_POPUP              142 // Popup menu
  16. #define IDD_SELECTDEVICE       144 // "Change Device" dialog box
  17. #define IDC_ADAPTER_COMBO         1002 // Adapter combobox for "SelectDevice" dlg
  18. #define IDC_DEVICE_COMBO          1000 // Device combobox for "SelectDevice" dlg
  19. #define IDC_ADAPTERFORMAT_COMBO   1003
  20. #define IDC_RESOLUTION_COMBO      1004
  21. #define IDC_MULTISAMPLE_COMBO     1005 // MultiSample combobox for "SelectDevice" dlg
  22. #define IDC_REFRESHRATE_COMBO     1006
  23. #define IDC_BACKBUFFERFORMAT_COMBO 1007
  24. #define IDC_DEPTHSTENCILBUFFERFORMAT_COMBO 1008
  25. #define IDC_VERTEXPROCESSING_COMBO 1009
  26. #define IDC_PRESENTINTERVAL_COMBO 1010
  27. #define IDC_MULTISAMPLE_QUALITY_COMBO   1011
  28. #define IDC_DEVICECLIP_CHECK      1012
  29. #define IDC_WINDOW                1016 // Radio button for windowed-mode
  30. #define IDC_FULLSCREEN            1018 // Radio button for fullscreen-mode
  31. #define IDM_CHANGEDEVICE     40002 // Command to invoke "Change Device" dlg
  32. #define IDM_TOGGLEFULLSCREEN 40003 // Command to toggle fullscreen mode
  33. #define IDM_TOGGLESTART      40004 // Command to toggle frame animation
  34. #define IDM_SINGLESTEP       40005 // Command to single step frame animation
  35. #define IDM_EXIT             40006 // Command to exit the application
  36. #define IDM_HELP             40007 // Command to launch readme.txt
  37. #endif // D3DRES_H