2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2015-06-16 12:51:34 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Mar 9 2015)
|
2013-05-26 04:36:44 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2013-09-21 17:09:08 +00:00
|
|
|
#ifndef __DIALOG_HOTKEYS_EDITOR_BASE_H__
|
|
|
|
#define __DIALOG_HOTKEYS_EDITOR_BASE_H__
|
2013-05-26 04:36:44 +00:00
|
|
|
|
2013-09-21 17:09:08 +00:00
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/intl.h>
|
2013-09-21 17:09:08 +00:00
|
|
|
class DIALOG_SHIM;
|
2013-05-26 04:36:44 +00:00
|
|
|
|
2013-09-21 17:09:08 +00:00
|
|
|
#include "dialog_shim.h"
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/string.h>
|
2014-10-16 01:17:46 +00:00
|
|
|
#include <wx/stattext.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/gdicmn.h>
|
2014-10-16 01:17:46 +00:00
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/notebook.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class HOTKEYS_EDITOR_DIALOG_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2013-09-21 17:09:08 +00:00
|
|
|
class HOTKEYS_EDITOR_DIALOG_BASE : public DIALOG_SHIM
|
2013-05-26 04:36:44 +00:00
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
2014-10-16 01:17:46 +00:00
|
|
|
wxStaticText* m_staticText1;
|
|
|
|
wxNotebook* m_hotkeySections;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxButton* m_OKButton;
|
|
|
|
wxButton* m_cancelButton;
|
|
|
|
wxButton* m_undoButton;
|
|
|
|
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
|
|
virtual void OnOKClicked( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void CancelClicked( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void UndoClicked( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
2014-10-16 01:17:46 +00:00
|
|
|
HOTKEYS_EDITOR_DIALOG_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Hotkeys Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 450,500 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2013-05-26 04:36:44 +00:00
|
|
|
~HOTKEYS_EDITOR_DIALOG_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|
2013-09-21 17:09:08 +00:00
|
|
|
#endif //__DIALOG_HOTKEYS_EDITOR_BASE_H__
|