/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Aug 25 2009) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __acceltablebasedlg__ #define __acceltablebasedlg__ #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class AccelTableBaseDlg /////////////////////////////////////////////////////////////////////////////// class AccelTableBaseDlg : public wxDialog { private: protected: wxStaticText* m_staticText1; wxTextCtrl* m_textCtrlFilter; wxListCtrl* m_listCtrl1; wxButton* m_buttonEdit; wxButton* m_buttonDefault; wxStaticLine* m_staticline1; wxButton* m_button1; wxButton* m_button2; // Virtual event handlers, overide them in your derived class virtual void OnText( wxCommandEvent& event ) { event.Skip(); } virtual void OnColClicked( wxListEvent& event ) { event.Skip(); } virtual void OnItemActivated( wxListEvent& event ) { event.Skip(); } virtual void OnItemSelected( wxListEvent& event ) { event.Skip(); } virtual void OnEditButton( wxCommandEvent& event ) { event.Skip(); } virtual void OnButtonDefaults( wxCommandEvent& event ) { event.Skip(); } virtual void OnButtonOk( wxCommandEvent& event ) { event.Skip(); } public: AccelTableBaseDlg( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Keyboard Shortcuts:"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 819,530 ), long style = wxDEFAULT_DIALOG_STYLE ); ~AccelTableBaseDlg(); }; #endif //__acceltablebasedlg__