41 wxStaticText* m_TextVersion;
42 wxPanel* m_PanelLicence;
43 wxPanel* m_PanelAuthor;
46 void CreateControls(wxWindow* parent);
48 wxString GetVersionText();
50 wxString GetComponentsVersion();
52 wxString GetButtonText();
54 void OnButton(wxCommandEvent& event);
56 DECLARE_EVENT_TABLE();
60 tmAboutDLG(wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title = wxEmptyString,
61 const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
62 long style = wxDEFAULT_DIALOG_STYLE);