📄 resource.h
字号:
/*
*FileName: resource.h
*Author: vk
*Create Date: 2005-11-16
*Modify by: vk
*Last Modify: 2005-11-17
*/
#define IDC_MYICON 2
#define IDD_WIN32CUT_DIALOG 102
#define IDD_ABOUTBOX 103
#define IDS_APP_TITLE 103
#define IDM_ABOUT 104
#define IDM_EXIT 105
#define IDS_HELLO 106
#define IDI_WIN32CUT 107
#define IDI_SMALL 108
#define IDC_WIN32CUT 109
#define IDR_MAINFRAME 128
#define IDD_SETLEX 131
#define IDD_FILEANY 132
#define ID_EDITCONTROL 605
#define IDC_FILENAME 1000
#define IDC_BROWSE 1001
#define IDC_FILEIN 1002
#define IDC_FILEOUT 1003
#define IDC_BROWSEIN 1004
#define IDC_BROWSEOUT 1005
#define IDM_EDITUNDO 32771
#define IDM_EDITCUT 32772
#define IDM_EDITCOPY 32773
#define IDM_EDITPASTE 32774
#define IDM_EDITDELETE 32775
#define IDM_EDITSELECTALL 32776
#define IDM_OPRANY 32777
#define IDM_OPRANYTOSCR 32777
#define IDM_FILEOPEN 32778
#define IDM_FILESAVE 32779
#define IDM_OPTIONLEX 32780
#define IDM_OPRANYTOFILE 32781
#define IDC_STATIC -1
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 133
#define _APS_NEXT_COMMAND_VALUE 32782
#define _APS_NEXT_CONTROL_VALUE 1006
#define _APS_NEXT_SYMED_VALUE 110
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -