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.

74 lines
2.3 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Jun 17 2015)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_MOVE_EXACT_BASE_H__
  8. #define __DIALOG_MOVE_EXACT_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. class DIALOG_SHIM;
  13. #include "dialog_shim.h"
  14. #include <wx/string.h>
  15. #include <wx/checkbox.h>
  16. #include <wx/gdicmn.h>
  17. #include <wx/font.h>
  18. #include <wx/colour.h>
  19. #include <wx/settings.h>
  20. #include <wx/stattext.h>
  21. #include <wx/textctrl.h>
  22. #include <wx/button.h>
  23. #include <wx/sizer.h>
  24. #include <wx/statline.h>
  25. #include <wx/dialog.h>
  26. ///////////////////////////////////////////////////////////////////////////
  27. ///////////////////////////////////////////////////////////////////////////////
  28. /// Class DIALOG_MOVE_EXACT_BASE
  29. ///////////////////////////////////////////////////////////////////////////////
  30. class DIALOG_MOVE_EXACT_BASE : public DIALOG_SHIM
  31. {
  32. private:
  33. protected:
  34. wxCheckBox* m_polarCoords;
  35. wxStaticText* m_xLabel;
  36. wxTextCtrl* m_xEntry;
  37. wxStaticText* m_xUnit;
  38. wxButton* m_clearX;
  39. wxStaticText* m_yLabel;
  40. wxTextCtrl* m_yEntry;
  41. wxStaticText* m_yUnit;
  42. wxButton* m_clearY;
  43. wxStaticText* m_rotLabel;
  44. wxTextCtrl* m_rotEntry;
  45. wxStaticText* m_rotUnit;
  46. wxButton* m_clearRot;
  47. wxStaticLine* m_staticline1;
  48. wxStdDialogButtonSizer* m_stdButtons;
  49. wxButton* m_stdButtonsOK;
  50. wxButton* m_stdButtonsCancel;
  51. // Virtual event handlers, overide them in your derived class
  52. virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
  53. virtual void OnPolarChanged( wxCommandEvent& event ) { event.Skip(); }
  54. virtual void OnTextFocusLost( wxFocusEvent& event ) { event.Skip(); }
  55. virtual void OnClear( wxCommandEvent& event ) { event.Skip(); }
  56. virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
  57. public:
  58. DIALOG_MOVE_EXACT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Move Item"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  59. ~DIALOG_MOVE_EXACT_BASE();
  60. };
  61. #endif //__DIALOG_MOVE_EXACT_BASE_H__