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.

76 lines
2.2 KiB

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