aboutdlg.h
来自「rcssserver3d Robocup 3D比赛官方指定平台」· C头文件 代码 · 共 36 行
H
36 行
// -*- C++ -*- generated by wxGlade 0.4.1 on Sun Feb 18 14:55:33 2007#include <wx/wx.h>#include <wx/image.h>#ifndef ABOUTDLG_H#define ABOUTDLG_H// begin wxGlade: ::dependencies// end wxGladeclass aboutDlg: public wxDialog {public: // begin wxGlade: aboutDlg::ids // end wxGlade aboutDlg(wxWindow* parent, int id, const wxString& title, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE);private: // begin wxGlade: aboutDlg::methods void set_properties(); void do_layout(); // end wxGladeprotected: // begin wxGlade: aboutDlg::attributes wxStaticBitmap* mBitmap; wxStaticText* label_1; wxButton* button_1; // end wxGlade}; // wxGlade: end class#endif // ABOUTDLG_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?