2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2016-03-29 16:35:24 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Jun 17 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>
|
2016-01-16 01:58:39 +00:00
|
|
|
#include <wx/panel.h>
|
2015-10-16 08:53:57 +00:00
|
|
|
#include <wx/button.h>
|
2016-01-05 00:31:35 +00:00
|
|
|
#include <wx/sizer.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#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:
|
2016-01-05 18:46:45 +00:00
|
|
|
wxBoxSizer* m_mainSizer;
|
2014-10-16 01:17:46 +00:00
|
|
|
wxStaticText* m_staticText1;
|
2016-01-16 01:58:39 +00:00
|
|
|
wxPanel* m_panelHotkeys;
|
2016-01-05 00:31:35 +00:00
|
|
|
wxButton* m_resetButton;
|
2016-03-29 16:35:24 +00:00
|
|
|
wxButton* m_defaultButton;
|
2015-10-16 08:53:57 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
wxButton* m_sdbSizerCancel;
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
2016-01-05 00:31:35 +00:00
|
|
|
virtual void ResetClicked( wxCommandEvent& event ) { event.Skip(); }
|
2016-03-29 16:35:24 +00:00
|
|
|
virtual void DefaultsClicked( wxCommandEvent& event ) { event.Skip(); }
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
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__
|