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.

65 lines
2.1KB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Sep 15 2010)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __cosmosGUI__
  8. #define __cosmosGUI__
  9. #include <wx/string.h>
  10. #include <wx/bitmap.h>
  11. #include <wx/image.h>
  12. #include <wx/icon.h>
  13. #include <wx/menu.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/srchctrl.h>
  19. #include <wx/toolbar.h>
  20. #include <wx/grid.h>
  21. #include <wx/sizer.h>
  22. #include <wx/frame.h>
  23. ///////////////////////////////////////////////////////////////////////////
  24. ///////////////////////////////////////////////////////////////////////////////
  25. /// Class cosmosGUI
  26. ///////////////////////////////////////////////////////////////////////////////
  27. class cosmosGUI : public wxFrame
  28. {
  29. private:
  30. protected:
  31. wxMenuBar* menubar;
  32. wxMenu* menu_Fichier;
  33. wxMenu* menu_Edit;
  34. wxMenu* menu_Aide;
  35. wxToolBar* toolbar;
  36. wxSearchCtrl* searchctrl;
  37. wxGrid* grid_Consults;
  38. // Virtual event handlers, overide them in your derived class
  39. virtual void OnQuit( wxCloseEvent& event ) { event.Skip(); }
  40. virtual void OnImport( wxCommandEvent& event ) { event.Skip(); }
  41. virtual void OnExport( wxCommandEvent& event ) { event.Skip(); }
  42. virtual void OnQuit( wxCommandEvent& event ) { event.Skip(); }
  43. virtual void OnOptionsProg( wxCommandEvent& event ) { event.Skip(); }
  44. virtual void OnStart( wxCommandEvent& event ) { event.Skip(); }
  45. virtual void OnOptionsRche( wxCommandEvent& event ) { event.Skip(); }
  46. virtual void OnCorrections( wxCommandEvent& event ) { event.Skip(); }
  47. virtual void OnSearch( wxCommandEvent& event ) { event.Skip(); }
  48. public:
  49. cosmosGUI( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("CosMoS"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 1191,473 ), long style = wxDEFAULT_FRAME_STYLE|wxMAXIMIZE|wxTAB_TRAVERSAL );
  50. ~cosmosGUI();
  51. };
  52. #endif //__cosmosGUI__