⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 游戏编程精粹2第四章源码
💻 H
字号:
/* Copyright (C) Tom Forsyth, 2001. 
 * All rights reserved worldwide.
 *
 * This software is provided "as is" without express or implied
 * warranties. You may freely copy and compile this source into
 * applications you distribute provided that the copyright text
 * below is included in the resulting source code, for example:
 * "Portions Copyright (C) Tom Forsyth, 2001"
 */
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by WinMain.rc
//
#define IDI_MAIN_ICON                   101
#define IDD_PROGRESS                    103
#define IDR_MAIN_ACCEL                  113
#define IDR_MENU                        141
#define IDR_POPUP                       142
#define IDD_SELECTDEVICE                144
#define IDC_DEVICE_COMBO                1000
#define IDC_MODE_COMBO                  1001
#define IDC_ADAPTER_COMBO               1002
#define IDC_FULLSCREENMODES_COMBO       1003
#define IDC_MULTISAMPLE_COMBO           1005
#define IDC_WINDOWED_CHECKBOX           1012
#define IDC_FULLSCREEN_TEXT             1014
#define IDC_WINDOW                      1016
#define IDC_FULLSCREEN                  1018
#define IDC_PROGRESS1                   1027
#define IDC_PROGRESS2                   1028
#define IDM_CHANGEDEVICE                40002
#define IDM_TOGGLEFULLSCREEN            40003
#define IDM_TOGGLESTART                 40004
#define IDM_SINGLESTEP                  40005
#define IDM_EXIT                        40006
#define IDM_IGNORE_BACKFACING           40027
#define IDM_VIPM_COLLAPSE_DEL           40028
#define IDM_VIPM_COLLAPSE_NEXT          40030
#define IDM_VIPM_COLLAPSE_PREV          40031
#define IDM_VIPM_COLLAPSE_NEXT_10       40032
#define IDM_VIPM_COLLAPSE_PREV_10       40033
#define IDM_VIPM_COLLAPSE_ALL           40034
#define IDM_VIPM_COLLAPSE_NONE          40035
#define IDM_VIPM_COLLAPSE_DO_BEST       40037
#define IDM_SLIDING_WINDOW_SHOW         40038
#define IDM_SLIDING_WINDOW_INC          40039
#define IDM_SLIDING_WINDOW_DEC          40040
#define IDM_CREATE_COLLAPSE_MODE        40041
#define IDM_VIPM_TYPE_NEXT              40042
#define IDM_TARGET_AUTO_TOGGLE          40043
#define IDM_WIREFRAME                   40044
#define IDM_VIPM_COLLAPSE_DO_BEST_10    40045
#define IDM_VIPM_COLLAPSE_DO_BEST_ALL   40046
#define IDM_SHOW_VIPM_INFO              40047
#define IDM_CACHE_DISPLAY_ENABLE        40048
#define IDM_CACHE_DISPLAY_INC           40049
#define IDM_CACHE_DISPLAY_DEC           40050
#define IDM_CACHE_OPTIMISE              40051
#define IDM_CACHE_DISPLAY_INC_10        40052
#define IDM_CACHE_DISPLAY_DEC_10        40053
#define IDM_CACHE_OPTIMISE_CHEAP        40054

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        146
#define _APS_NEXT_COMMAND_VALUE         40055
#define _APS_NEXT_CONTROL_VALUE         1028
#define _APS_NEXT_SYMED_VALUE           102
#endif
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -