/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Dec 29 2008) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __layer_panel_base__ #define __layer_panel_base__ #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class LAYER_PANEL_BASE /////////////////////////////////////////////////////////////////////////////// class LAYER_PANEL_BASE : public wxPanel { private: protected: wxNotebook* m_notebook; wxPanel* m_LayerPanel; wxScrolledWindow* m_LayerScrolledWindow; wxFlexGridSizer* m_LayersFlexGridSizer; wxPanel* m_Page1Panel; // Virtual event handlers, overide them in your derived class virtual void OnLeftDblClickLayers( wxMouseEvent& event ){ event.Skip(); } virtual void OnLeftDownLayers( wxMouseEvent& event ){ event.Skip(); } virtual void OnRightDownLayers( wxMouseEvent& event ){ event.Skip(); } public: LAYER_PANEL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 183,184 ), long style = wxTAB_TRAVERSAL ); ~LAYER_PANEL_BASE(); }; #endif //__layer_panel_base__