You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.9 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Sep 12 2010)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __dialog_about_base__
  8. #define __dialog_about_base__
  9. #include <wx/intl.h>
  10. #include <wx/bitmap.h>
  11. #include <wx/image.h>
  12. #include <wx/icon.h>
  13. #include <wx/statbmp.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/string.h>
  19. #include <wx/stattext.h>
  20. #include <wx/sizer.h>
  21. #include <wx/statline.h>
  22. #include <wx/aui/auibook.h>
  23. #include <wx/button.h>
  24. #include <wx/dialog.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class dialog_about_base
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class dialog_about_base : public wxDialog
  30. {
  31. private:
  32. wxButton* m_buttonOK;
  33. protected:
  34. wxStaticBitmap* m_bitmapApp;
  35. wxStaticText* m_staticTextAppTitle;
  36. wxStaticText* m_staticTextCopyright;
  37. wxStaticText* m_staticTextBuildVersion;
  38. wxStaticText* m_staticTextLibVersion;
  39. wxAuiNotebook* m_auiNotebook;
  40. // Virtual event handlers, overide them in your derived class
  41. virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
  42. virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
  43. public:
  44. dialog_about_base( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("About..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 510,434 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSTAY_ON_TOP );
  45. ~dialog_about_base();
  46. };
  47. #endif //__dialog_about_base__