📄 wxsimportxrcdlg.h
字号:
#ifndef WXSIMPORTXRCDLG_H
#define WXSIMPORTXRCDLG_H
#include "wxsnewwindowdlg.h"
/** This class is used to show dialgo window and import xrc file data */
class wxsImportXrcDlg : public wxsNewWindowDlg
{
public:
/** Ctor */
wxsImportXrcDlg(wxWindow* Parent, TiXmlElement* Element);
/** Dctor */
virtual ~wxsImportXrcDlg();
protected:
/** This procedure will load xrc data to newly created resource */
virtual bool PrepareResource(wxsWindowRes* Res);
private:
/** Xml element containing xrc structure */
TiXmlElement* Element;
};
#endif // WXSIMPORTXRCDLG_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -