2017-05-10 13:55:03 +00:00
///////////////////////////////////////////////////////////////////////////
2020-01-04 23:27:32 +00:00
// C++ code generated with wxFormBuilder (version v3.8.0)
2017-05-10 13:55:03 +00:00
// http://www.wxformbuilder.org/
//
2018-06-12 07:36:35 +00:00
// PLEASE DO *NOT* EDIT THIS FILE!
2017-05-10 13:55:03 +00:00
///////////////////////////////////////////////////////////////////////////
2019-10-22 12:09:11 +00:00
# pragma once
2017-05-10 13:55:03 +00:00
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
# include "dialog_shim.h"
# include <wx/string.h>
2018-05-18 11:24:02 +00:00
# include <wx/stattext.h>
2017-05-10 13:55:03 +00:00
# include <wx/gdicmn.h>
# include <wx/font.h>
# include <wx/colour.h>
# include <wx/settings.h>
2019-10-22 12:09:11 +00:00
# include <wx/bitmap.h>
# include <wx/image.h>
# include <wx/icon.h>
2017-05-10 13:55:03 +00:00
# include <wx/button.h>
# include <wx/sizer.h>
2018-06-12 07:36:35 +00:00
# include <wx/statline.h>
# include <wx/textctrl.h>
# include <wx/checkbox.h>
2017-05-10 13:55:03 +00:00
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_POSITION_RELATIVE_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_POSITION_RELATIVE_BASE : public DIALOG_SHIM
{
private :
2019-10-22 12:09:11 +00:00
2017-05-10 13:55:03 +00:00
protected :
2018-06-12 07:36:35 +00:00
wxStaticText * m_referenceInfo ;
2018-11-12 23:08:47 +00:00
wxButton * m_user_origin_button ;
wxButton * m_grid_origin_button ;
2018-06-12 07:36:35 +00:00
wxButton * m_select_anchor_button ;
2018-05-18 11:24:02 +00:00
wxStaticLine * m_staticline2 ;
2017-05-10 13:55:03 +00:00
wxStaticText * m_xLabel ;
2018-06-12 07:36:35 +00:00
wxTextCtrl * m_xEntry ;
2017-05-10 13:55:03 +00:00
wxStaticText * m_xUnit ;
wxButton * m_clearX ;
wxStaticText * m_yLabel ;
2018-06-12 07:36:35 +00:00
wxTextCtrl * m_yEntry ;
2017-05-10 13:55:03 +00:00
wxStaticText * m_yUnit ;
wxButton * m_clearY ;
wxStaticLine * m_staticline1 ;
2018-06-12 07:36:35 +00:00
wxCheckBox * m_polarCoords ;
2017-05-10 13:55:03 +00:00
wxStdDialogButtonSizer * m_stdButtons ;
wxButton * m_stdButtonsOK ;
wxButton * m_stdButtonsCancel ;
2019-10-22 12:09:11 +00:00
2017-05-10 13:55:03 +00:00
// Virtual event handlers, overide them in your derived class
virtual void OnClose ( wxCloseEvent & event ) { event . Skip ( ) ; }
2018-11-12 23:08:47 +00:00
virtual void OnUseUserOriginClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnUseGridOriginClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2018-06-12 07:36:35 +00:00
virtual void OnSelectItemClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2017-05-10 13:55:03 +00:00
virtual void OnTextFocusLost ( wxFocusEvent & event ) { event . Skip ( ) ; }
virtual void OnClear ( wxCommandEvent & event ) { event . Skip ( ) ; }
2018-06-12 07:36:35 +00:00
virtual void OnPolarChanged ( wxCommandEvent & event ) { event . Skip ( ) ; }
2017-05-10 13:55:03 +00:00
virtual void OnOkClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2019-10-22 12:09:11 +00:00
2017-05-10 13:55:03 +00:00
public :
2019-10-22 12:09:11 +00:00
DIALOG_POSITION_RELATIVE_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Position Relative To Reference Item " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( - 1 , - 1 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2017-05-10 13:55:03 +00:00
~ DIALOG_POSITION_RELATIVE_BASE ( ) ;
2019-10-22 12:09:11 +00:00
2017-05-10 13:55:03 +00:00
} ;