📄 v4studioapp.cpp
字号:
#include "safe_include.h" #include "wx/wxprec.h"#ifndef WX_PRECOMP #include "wx/wx.h"#endif#include "V4StudioApp.h"#include "V4StudioFrame.h"#include <wx/image.h>//#include <wx/xrc/xmlres.h>IMPLEMENT_APP(V4StudioApp)bool V4StudioApp::OnInit(){ wxFrame *frame = new V4StudioFrame(); frame->Show(TRUE); SetTopWindow(frame); return true;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -