2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2019-08-09 15:01:45 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Dec 30 2017)
|
2013-05-26 04:36:44 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2018-02-15 15:12:10 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-08-09 15:01:45 +00:00
|
|
|
#ifndef __DIALOG_SET_GRID_BASE_H__
|
|
|
|
#define __DIALOG_SET_GRID_BASE_H__
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/string.h>
|
2018-02-15 15:12:10 +00:00
|
|
|
#include <wx/stattext.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/sizer.h>
|
2018-02-15 15:12:10 +00:00
|
|
|
#include <wx/statbox.h>
|
2019-08-09 15:01:45 +00:00
|
|
|
#include <wx/choice.h>
|
2018-12-21 09:11:50 +00:00
|
|
|
#include <wx/statline.h>
|
2018-02-03 09:09:53 +00:00
|
|
|
#include <wx/button.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_SET_GRID_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_SET_GRID_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
2019-08-09 15:01:45 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
protected:
|
|
|
|
wxStaticText* m_staticTextGridPosX;
|
|
|
|
wxTextCtrl* m_GridOriginXCtrl;
|
|
|
|
wxStaticText* m_TextPosXUnits;
|
|
|
|
wxStaticText* m_staticTextGridPosY;
|
|
|
|
wxTextCtrl* m_GridOriginYCtrl;
|
|
|
|
wxStaticText* m_TextPosYUnits;
|
2018-02-15 15:12:10 +00:00
|
|
|
wxStaticText* m_staticTextSizeX;
|
|
|
|
wxTextCtrl* m_OptGridSizeX;
|
|
|
|
wxStaticText* m_TextSizeXUnits;
|
|
|
|
wxStaticText* m_staticTextSizeY;
|
|
|
|
wxTextCtrl* m_OptGridSizeY;
|
|
|
|
wxStaticText* m_TextSizeYUnits;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxStaticText* m_staticTextGrid1;
|
2019-08-09 15:01:45 +00:00
|
|
|
wxChoice* m_grid1Ctrl;
|
2018-08-26 17:57:28 +00:00
|
|
|
wxStaticText* m_grid1HotKey;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxStaticText* m_staticTextGrid2;
|
2019-08-09 15:01:45 +00:00
|
|
|
wxChoice* m_grid2Ctrl;
|
2018-08-26 17:57:28 +00:00
|
|
|
wxStaticText* m_grid2HotKey;
|
2018-12-21 09:11:50 +00:00
|
|
|
wxStaticLine* m_staticline1;
|
2018-02-03 09:09:53 +00:00
|
|
|
wxButton* m_buttonReset;
|
2016-07-14 14:25:35 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
wxButton* m_sdbSizerCancel;
|
2019-08-09 15:01:45 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
// Virtual event handlers, overide them in your derived class
|
2016-07-14 14:25:35 +00:00
|
|
|
virtual void OnInitDlg( wxInitDialogEvent& event ) { event.Skip(); }
|
2013-05-26 04:36:44 +00:00
|
|
|
virtual void OnResetGridOrgClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
|
2019-08-09 15:01:45 +00:00
|
|
|
|
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
public:
|
2019-08-09 15:01:45 +00:00
|
|
|
|
|
|
|
DIALOG_SET_GRID_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Grid Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2013-05-26 04:36:44 +00:00
|
|
|
~DIALOG_SET_GRID_BASE();
|
2019-08-09 15:01:45 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
};
|
|
|
|
|
2019-08-09 15:01:45 +00:00
|
|
|
#endif //__DIALOG_SET_GRID_BASE_H__
|