📄 wxrsc.h
字号:
/*
// Pointer ID's
*/
#define WXCURSOR_HAND 100
#define WXCURSOR_BULLSEYE 101
#define WXCURSOR_PENCIL 102
#define WXCURSOR_MAGNIFIER 103
#define WXCURSOR_NO_ENTRY 104
#define WXCURSOR_SIZING 105
#define WXCURSOR_ROLLER 106
#define WXCURSOR_WATCH 107
#define WXCURSOR_PBRUSH 108
#define WXCURSOR_PLEFT 109
#define WXCURSOR_PRIGHT 110
#define WXCURSOR_QARROW 111
#define WXCURSOR_BLANK 112
/*
// Icon Ids
*/
#define wxICON_TIP 113
#define wxICON_SMALL_CLOSED_FOLDER 114
#define wxICON_SMALL_OPEN_FOLDER 115
#define wxICON_SMALL_FILE 116
#define wxICON_SMALL_COMPUTER 117
#define wxICON_SMALL_DRIVE 118
#define wxICON_SMALL_CDROM 119
#define wxICON_SMALL_FLOPPY 120
#define wxICON_SMALL_REMOVEABLE 121
#define wxICON_SMALL_ERROR 122
#define wxICON_SMALL_INFO 123
#define wxICON_SMALL_WARNING 124
/*
// Bitmap Ids
*/
#define wxDISABLE_BUTTON_BITMAP 125
#define wxTICK_BITMAP 126
#define wxCROSS_BITMAP 127
#define wxCSQUERY_BITMAP 128
#define wxBITMAP_STD_COLOURS 129
/*
// Dialog Ids -- must match enums in Toplevel.cpp
*/
#define ID_RESIZEABLEDIALOG 130
#define ID_CAPTIONDIALOG 131
#define ID_NOCAPTIONDIALOG 132
#define ID_WINDOW_MENU 133
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -