/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Aug 23 2015) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __PORTSELECTORDIALOGBASE_H__ #define __PORTSELECTORDIALOGBASE_H__ #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PortSelectorDialogBase /////////////////////////////////////////////////////////////////////////////// class PortSelectorDialogBase : public wxDialog { private: protected: wxStaticText* m_staticText1; wxListBox* m_portList; wxStaticText* m_staticText2; wxTextCtrl* m_portSelection; wxPanel* m_buttonPanel; wxButton* m_cancelButton; wxButton* m_okButton; // Virtual event handlers, overide them in your derived class virtual void onListSelect( wxCommandEvent& event ) { event.Skip(); } virtual void onCancelButton( wxCommandEvent& event ) { event.Skip(); } virtual void onOKButton( wxCommandEvent& event ) { event.Skip(); } public: PortSelectorDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Select Port"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 304,197 ), long style = wxDEFAULT_DIALOG_STYLE ); ~PortSelectorDialogBase(); }; #endif //__PORTSELECTORDIALOGBASE_H__