$search
00001 00002 // C++ code generated with wxFormBuilder (version Dec 21 2009) 00003 // http://www.wxformbuilder.org/ 00004 // 00005 // PLEASE DO "NOT" EDIT THIS FILE! 00007 00008 #ifndef __object_segmentation_frame__ 00009 #define __object_segmentation_frame__ 00010 00011 #include <wx/string.h> 00012 #include <wx/stattext.h> 00013 #include <wx/gdicmn.h> 00014 #include <wx/font.h> 00015 #include <wx/colour.h> 00016 #include <wx/settings.h> 00017 #include <wx/bitmap.h> 00018 #include <wx/image.h> 00019 #include <wx/icon.h> 00020 #include <wx/statbmp.h> 00021 #include <wx/sizer.h> 00022 #include <wx/panel.h> 00023 #include <wx/bmpbuttn.h> 00024 #include <wx/button.h> 00025 #include <wx/frame.h> 00026 00028 00029 00033 class ObjectSegmentationFrame : public wxFrame 00034 { 00035 private: 00036 00037 protected: 00038 wxPanel* MainPanel; 00039 00040 wxStaticText* TitleText; 00041 00042 wxStaticBitmap* BoschLogo; 00043 wxPanel* NavigationPanel; 00044 wxPanel* ImagePanel; 00045 wxStaticText* InstructionsLabel; 00046 00047 wxBitmapButton* segment_button_; 00048 wxStaticText* SegmentText; 00049 00050 wxBitmapButton* accept_button_; 00051 wxStaticText* AcceptText; 00052 00053 wxBitmapButton* reset_button_; 00054 wxStaticText* ResetText; 00055 00056 wxPanel* FauxFooter; 00057 wxPanel* Footer; 00058 wxButton* refresh_button_; 00059 wxStaticText* m_staticText4; 00060 00061 // Virtual event handlers, overide them in your derived class 00062 virtual void segmentButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00063 virtual void acceptButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00064 virtual void resetButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00065 virtual void refreshButtonClicked( wxCommandEvent& event ) { event.Skip(); } 00066 00067 00068 public: 00069 00070 ObjectSegmentationFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Bosch Object Segmentation Demonstration"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 750,950 ), long style = wxDEFAULT_FRAME_STYLE, const wxString& name = wxT("ObjectSegmentationWindow") ); 00071 ~ObjectSegmentationFrame(); 00072 00073 }; 00074 00075 #endif //__object_segmentation_frame__