resource.h

来自「Visual C++_ 600 编程学习捷径」· C头文件 代码 · 共 39 行

H
39
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ImageTest.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_IMAGETTYPE                  129
#define IDC_CURSOR_ZOOMOUT              130
#define IDC_CURSOR_ZOOMIN               131
#define IDC_CURSOR_UP                   132
#define IDC_CURSOR_RIGHT                133
#define IDC_CURSOR_LEFT                 135
#define IDC_CURSOR_DOWN                 136
#define IDC_CURSOR_MOVE                 203
#define IDC_SCALE_EDIT                  227
#define IDC_X1_EDIT                     228
#define IDD_IMAGE_STANDARD_DIALOG       228
#define IDC_Y1_EDIT                     229
#define IDC_X2_EDIT                     230
#define IDC_Y2_EDIT                     231
#define IDC_MAP_NAME                    233
#define ID_EDIT_SELECT                  32771
#define ID_EDIT_ZOOMIN                  32772
#define ID_EDIT_ZOOMOUT                 32773
#define ID_EDIT_MOVE                    32774
#define ID_EDIT_ZOOMALL                 32775

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        145
#define _APS_NEXT_COMMAND_VALUE         32778
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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