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.

49 lines
1.4 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.10.0)
  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/sizer.h>
  19. #include <wx/dialog.h>
  20. ///////////////////////////////////////////////////////////////////////////
  21. ///////////////////////////////////////////////////////////////////////////////
  22. /// Class PRODUCE_PCB_BASE
  23. ///////////////////////////////////////////////////////////////////////////////
  24. class PRODUCE_PCB_BASE : public DIALOG_SHIM
  25. {
  26. private:
  27. protected:
  28. wxBoxSizer* m_mainSizer;
  29. wxStaticText* m_label;
  30. wxStaticText* m_label1;
  31. wxStaticText* m_label2;
  32. wxStaticText* m_label3;
  33. wxStaticText* m_label31;
  34. wxStaticText* m_label32;
  35. public:
  36. PRODUCE_PCB_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Send PCB for production"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  37. ~PRODUCE_PCB_BASE();
  38. };