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.

58 lines
1.7 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
  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 <wx/panel.h>
  12. #include <wx/gdicmn.h>
  13. #include <wx/font.h>
  14. #include <wx/colour.h>
  15. #include <wx/settings.h>
  16. #include <wx/string.h>
  17. #include <wx/stattext.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/gbsizer.h>
  24. #include <wx/sizer.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class PANEL_IMAGE_EDITOR_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class PANEL_IMAGE_EDITOR_BASE : public wxPanel
  30. {
  31. private:
  32. protected:
  33. wxPanel* m_panelDraw;
  34. wxStaticText* m_staticTextScale;
  35. wxTextCtrl* m_textCtrlScale;
  36. wxStaticText* m_staticTextPPI;
  37. wxStaticText* m_stPPI_Value;
  38. wxButton* m_buttonGrey;
  39. // Virtual event handlers, override them in your derived class
  40. virtual void OnRedrawPanel( wxPaintEvent& event ) { event.Skip(); }
  41. virtual void OnGreyScaleConvert( wxCommandEvent& event ) { event.Skip(); }
  42. public:
  43. PANEL_IMAGE_EDITOR_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
  44. ~PANEL_IMAGE_EDITOR_BASE();
  45. };