resource.h

来自「Understanding the Shell Behavior for the」· C头文件 代码 · 共 33 行

H
33
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by FullScreenDlg.rc
//
#define IDS_APP_TITLE                   1
#define IDS_HELLO                       2
#define IDC_FULLSCREENDLG               3
#define IDI_FULLSCREENDLG               101
#define IDM_MENU                        102
#define IDD_ABOUTBOX                    103
#define IDS_HELP                        104
#define IDS_COMMAND1                    301
#define IDC_CHECK1                      1001
#define IDC_CHECK2                      1002
#define IDC_CHECK3                      1003
#define IDC_BITMAP                      1004
#define IDM_MAIN_COMMAND1               40001
#define IDM_HELP_ABOUT                  40003
#define IDM_TACO                        40004
#define IDM_BURRITOS                    40005
#define IDM_TAMALES                     40006

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        106
#define _APS_NEXT_COMMAND_VALUE         40007
#define _APS_NEXT_CONTROL_VALUE         1005
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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