/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 3.10.1-282-g1fa54006) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_PRINTER_LIST_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_PRINTER_LIST_BASE : public wxPanel { private: protected: wxStaticBoxSizer* m_sbSizerPrinters; wxChoice* m_choicePrinter; wxStaticText* m_staticTextPrn; wxStaticText* m_stPrinterState; // Virtual event handlers, override them in your derived class virtual void onPrinterChoice( wxCommandEvent& event ) { event.Skip(); } public: PANEL_PRINTER_LIST_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 378,109 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PANEL_PRINTER_LIST_BASE(); };