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.

53 lines
1.6 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
  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/sizer.h>
  20. #include <wx/button.h>
  21. #include <wx/dialog.h>
  22. ///////////////////////////////////////////////////////////////////////////
  23. ///////////////////////////////////////////////////////////////////////////////
  24. /// Class DIALOG_IMAGE_PROPERTIES_BASE
  25. ///////////////////////////////////////////////////////////////////////////////
  26. class DIALOG_IMAGE_PROPERTIES_BASE : public DIALOG_SHIM
  27. {
  28. private:
  29. protected:
  30. wxStaticText* m_XPosLabel;
  31. wxTextCtrl* m_ModPositionX;
  32. wxStaticText* m_XPosUnit;
  33. wxStaticText* m_YPosLabel;
  34. wxTextCtrl* m_ModPositionY;
  35. wxStaticText* m_YPosUnit;
  36. wxBoxSizer* m_imageSizer;
  37. wxStdDialogButtonSizer* m_sdbSizerStdButtons;
  38. wxButton* m_sdbSizerStdButtonsOK;
  39. wxButton* m_sdbSizerStdButtonsCancel;
  40. public:
  41. DIALOG_IMAGE_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Image Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  42. ~DIALOG_IMAGE_PROPERTIES_BASE();
  43. };