📄 resource.h
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by M8LedEmu.rc
//
#define IDS_APP_TITLE 1
#define IDC_M8LEDEMU 2
#define IDI_M8LEDEMU 101
#define IDR_MENU 102
#define IDD_ABOUTBOX 103
#define IDS_TOOLS 104
#define IDM_FILE_EXIT 40001
#define IDM_HELP_ABOUT 40002
#ifndef IDC_STATIC
#define IDC_STATIC -1
#endif
#define MAX_PRESENT_ITEM 5
//自己的定义
//支持的三种点的大小
#define LED_HEIGHT1 16
#define LED_HEIGHT2 20
#define LED_HEIGHT3 24
#define ID_TOOL_MAIN 200
#define ID_TIMER_TEST 1000
#define TITLE_HEIGHT 40//窗口中标题的高度
#define ID_SELECTLIST_TOOL 1100
#define ID_SETUP_TOOL 1101
#define ID_SELECT_LIST 1200
#define ID_EDIT_STRING 1300
#define ID_EDIT_FILENAME 1301
#define ID_BUTTON_BROWSE 1400
#define ID_BUTTON_SELTEXT 1401
#define ID_BUTTON_SELPIC 1402
#define ID_STATUS_COLOR 1500
#define ID_STATUS_DELAY 1501
#define ID_STATUS_LIGHT 1502
#define ID_STATUS_DOT_SIZE 1503
//点的颜色定义
#define DOT_RED 0
#define DOT_GREEN 1
#define DOT_BLUE 2
#define DOT_YELLOW 3
#define DOT_WHITE 4
// 新对象的下一组默认值
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 130
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 110
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -