aboutframe.h

来自「wowmodelview魔兽世界的模型查看工具。下了看看吧」· C头文件 代码 · 共 28 行

H
28
字号
#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 + =
减小字号Ctrl + -
显示快捷键?