📄 aboutframe.h
字号:
#ifndef ABOUTFRAME_H
#define ABOUTFRAME_H
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif
#include "wx/dialog.h"
class AboutFrame: public wxDialog
{
DECLARE_CLASS(AboutFrame)
DECLARE_EVENT_TABLE()
public:
AboutFrame(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize);
~AboutFrame();
void OnButton(wxCommandEvent &event);
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -