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.

99 lines
3.3 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/scrolwin.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/bitmap.h>
  18. #include <wx/image.h>
  19. #include <wx/icon.h>
  20. #include <wx/notebook.h>
  21. #include <wx/stattext.h>
  22. #include <wx/sizer.h>
  23. #include <wx/statbox.h>
  24. #include <wx/button.h>
  25. #include <wx/checkbox.h>
  26. #include <wx/textctrl.h>
  27. #include <wx/valtext.h>
  28. #include <wx/choice.h>
  29. #include <wx/slider.h>
  30. #include <wx/radiobox.h>
  31. #include <wx/panel.h>
  32. ///////////////////////////////////////////////////////////////////////////
  33. ///////////////////////////////////////////////////////////////////////////////
  34. /// Class BITMAP2CMP_PANEL_BASE
  35. ///////////////////////////////////////////////////////////////////////////////
  36. class BITMAP2CMP_PANEL_BASE : public wxPanel
  37. {
  38. private:
  39. protected:
  40. wxNotebook* m_Notebook;
  41. wxScrolledWindow* m_InitialPicturePanel;
  42. wxScrolledWindow* m_GreyscalePicturePanel;
  43. wxScrolledWindow* m_BNPicturePanel;
  44. wxStaticText* m_staticTextISize;
  45. wxStaticText* m_SizeXValue;
  46. wxStaticText* m_SizeYValue;
  47. wxStaticText* m_SizePixUnits;
  48. wxStaticText* m_staticTextDPI;
  49. wxStaticText* m_InputXValueDPI;
  50. wxStaticText* m_InputYValueDPI;
  51. wxStaticText* m_DPIUnit;
  52. wxStaticText* m_staticTextBPP;
  53. wxStaticText* m_BPPValue;
  54. wxStaticText* m_BPPunits;
  55. wxButton* m_buttonLoad;
  56. wxCheckBox* m_aspectRatioCheckbox;
  57. wxStaticText* m_staticTextOSize;
  58. wxTextCtrl* m_UnitSizeX;
  59. wxTextCtrl* m_UnitSizeY;
  60. wxChoice* m_PixelUnit;
  61. wxStaticText* m_ThresholdText;
  62. wxSlider* m_sliderThreshold;
  63. wxCheckBox* m_checkNegative;
  64. wxStaticBoxSizer* m_sizerPcbLayer;
  65. wxChoice* m_chPCBLayer;
  66. wxRadioBox* m_rbOutputFormat;
  67. wxButton* m_buttonExportFile;
  68. wxButton* m_buttonExportClipboard;
  69. // Virtual event handlers, override them in your derived class
  70. virtual void OnPaintInit( wxPaintEvent& event ) { event.Skip(); }
  71. virtual void OnPaintGreyscale( wxPaintEvent& event ) { event.Skip(); }
  72. virtual void OnPaintBW( wxPaintEvent& event ) { event.Skip(); }
  73. virtual void OnLoadFile( wxCommandEvent& event ) { event.Skip(); }
  74. virtual void ToggleAspectRatioLock( wxCommandEvent& event ) { event.Skip(); }
  75. virtual void OnSizeChangeX( wxCommandEvent& event ) { event.Skip(); }
  76. virtual void OnSizeChangeY( wxCommandEvent& event ) { event.Skip(); }
  77. virtual void OnSizeUnitChange( wxCommandEvent& event ) { event.Skip(); }
  78. virtual void OnThresholdChange( wxScrollEvent& event ) { event.Skip(); }
  79. virtual void OnNegativeClicked( wxCommandEvent& event ) { event.Skip(); }
  80. virtual void OnFormatChange( wxCommandEvent& event ) { event.Skip(); }
  81. virtual void OnExportToFile( wxCommandEvent& event ) { event.Skip(); }
  82. virtual void OnExportToClipboard( wxCommandEvent& event ) { event.Skip(); }
  83. public:
  84. BITMAP2CMP_PANEL_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 );
  85. ~BITMAP2CMP_PANEL_BASE();
  86. };