You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
2.4 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Dec 30 2017)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_POSITION_RELATIVE_BASE_H__
  8. #define __DIALOG_POSITION_RELATIVE_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. #include "dialog_shim.h"
  13. #include <wx/string.h>
  14. #include <wx/stattext.h>
  15. #include <wx/gdicmn.h>
  16. #include <wx/font.h>
  17. #include <wx/colour.h>
  18. #include <wx/settings.h>
  19. #include <wx/button.h>
  20. #include <wx/sizer.h>
  21. #include <wx/statline.h>
  22. #include <wx/textctrl.h>
  23. #include <wx/checkbox.h>
  24. #include <wx/dialog.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class DIALOG_POSITION_RELATIVE_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class DIALOG_POSITION_RELATIVE_BASE : public DIALOG_SHIM
  30. {
  31. private:
  32. protected:
  33. wxStaticText* m_referenceInfo;
  34. wxButton* m_select_anchor_button;
  35. wxStaticLine* m_staticline2;
  36. wxStaticText* m_xLabel;
  37. wxTextCtrl* m_xEntry;
  38. wxStaticText* m_xUnit;
  39. wxButton* m_clearX;
  40. wxStaticText* m_yLabel;
  41. wxTextCtrl* m_yEntry;
  42. wxStaticText* m_yUnit;
  43. wxButton* m_clearY;
  44. wxStaticLine* m_staticline1;
  45. wxCheckBox* m_polarCoords;
  46. wxStdDialogButtonSizer* m_stdButtons;
  47. wxButton* m_stdButtonsOK;
  48. wxButton* m_stdButtonsCancel;
  49. // Virtual event handlers, overide them in your derived class
  50. virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
  51. virtual void OnSelectItemClick( wxCommandEvent& event ) { event.Skip(); }
  52. virtual void OnTextFocusLost( wxFocusEvent& event ) { event.Skip(); }
  53. virtual void OnClear( wxCommandEvent& event ) { event.Skip(); }
  54. virtual void OnPolarChanged( wxCommandEvent& event ) { event.Skip(); }
  55. virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
  56. public:
  57. 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 );
  58. ~DIALOG_POSITION_RELATIVE_BASE();
  59. };
  60. #endif //__DIALOG_POSITION_RELATIVE_BASE_H__