studio.rc

来自「Wxpython Implemented on Windows CE, Sou」· RC 代码 · 共 19 行

RC
19
字号
aaaa                    ICON    "studio.ico"

/* Useful if PROVIDE_DEFAULT_ICONS is set in wx_setup.h */
#define IHaveMDIParentIcon
#define IHaveMDIChildIcon

wxSTD_MDIPARENTFRAME        ICON    "studio.ico"
wxSTD_MDICHILDFRAME         ICON    "studio.ico"

studio                      ICON    "studio.ico"
folder1                     ICON    "bitmaps/folder1.ico"
file1                       ICON    "bitmaps/file1.ico"

arrowtool                   BITMAP  "bitmaps/arrow.bmp"
texttool                    BITMAP  "bitmaps/texttool.bmp"

#include "wx/msw/wx.rc"

⌨️ 快捷键说明

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