resource.h

来自「图形学的基本变换。。。几个合在一起的」· C头文件 代码 · 共 59 行

H
59
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Test.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_TESTTYPE                    129
#define IDI_ICON1                       130
#define IDI_ICON2                       131
#define IDI_ICON3                       132
#define IDI_ICON4                       133
#define IDB_BITMAP1                     134
#define IDI_ICON5                       135
#define IDI_ICON6                       136
#define IDI_ICON7                       137
#define IDI_ICON8                       138
#define IDI_ICON9                       139
#define IDI_ICON10                      140
#define IDI_ICON11                      141
#define IDI_ICON12                      142
#define IDI_ICON13                      143
#define IDB_BITMAP2                     144
#define ID_MENUAntiliasing              32774
#define ID_MENULeft                     32775
#define ID_MENUright                    32776
#define ID_MENUUp                       32777
#define ID_MENUDown                     32778
#define ID_MENUFront                    32779
#define ID_MENUBack                     32780
#define ID_MENUDrawCube                 32781
#define ID_MENU3D                       32782
#define ID_MENUIncrease                 32789
#define ID_MENUDecrease                 32790
#define ID_MENUzrotate                  32796
#define ID_MENUxrotate                  32799
#define ID_MENUyrotate                  32801
#define ID_MENUReset                    32803
#define ID_MENUxoy                      32804
#define ID_MENUyoz                      32805
#define ID_MENUzox                      32806
#define ID_BUTTON32809                  32809
#define ID_BUTTON32812                  32812
#define ID_MENUXdirection               32813
#define ID_MENUYdirection               32814
#define ID_MENUZdirection               32815
#define ID_BUTTON32820                  32820

// 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         32821
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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