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.

111 lines
3.6 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Sep 8 2010)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __dialog_plot_base__
  8. #define __dialog_plot_base__
  9. #include <wx/intl.h>
  10. #include <wx/string.h>
  11. #include <wx/radiobox.h>
  12. #include <wx/gdicmn.h>
  13. #include <wx/font.h>
  14. #include <wx/colour.h>
  15. #include <wx/settings.h>
  16. #include <wx/sizer.h>
  17. #include <wx/statbox.h>
  18. #include <wx/checkbox.h>
  19. #include <wx/stattext.h>
  20. #include <wx/choice.h>
  21. #include <wx/textctrl.h>
  22. #include <wx/button.h>
  23. #include <wx/dialog.h>
  24. ///////////////////////////////////////////////////////////////////////////
  25. ///////////////////////////////////////////////////////////////////////////////
  26. /// Class DIALOG_PLOT_BASE
  27. ///////////////////////////////////////////////////////////////////////////////
  28. class DIALOG_PLOT_BASE : public wxDialog
  29. {
  30. private:
  31. protected:
  32. enum
  33. {
  34. ID_ALLOW_PRINT_PAD_ON_SILKSCREEN = 1000,
  35. ID_PRINT_REF,
  36. ID_MIROR_OPT,
  37. ID_SAVE_OPT_PLOT,
  38. ID_CREATE_DRILL_FILE,
  39. };
  40. wxRadioBox* m_plotFormatOpt;
  41. wxStaticBoxSizer* m_CopperLayersBoxSizer;
  42. wxStaticBoxSizer* m_TechnicalLayersBoxSizer;
  43. wxCheckBox* m_plotSheetRef;
  44. wxCheckBox* m_plotPads_on_Silkscreen;
  45. wxCheckBox* m_plotModuleValueOpt;
  46. wxCheckBox* m_plotModuleRefOpt;
  47. wxCheckBox* m_plotTextOther;
  48. wxCheckBox* m_plotInvisibleText;
  49. wxCheckBox* m_plotNoViaOnMaskOpt;
  50. wxCheckBox* m_plotMirrorOpt;
  51. wxStaticText* m_staticText11;
  52. wxChoice* m_drillShapeOpt;
  53. wxStaticText* m_staticText12;
  54. wxChoice* m_scaleOpt;
  55. wxStaticText* m_staticText13;
  56. wxChoice* m_plotModeOpt;
  57. wxStaticText* m_textDefaultPenSize;
  58. wxTextCtrl* m_linesWidth;
  59. wxCheckBox* m_useGerberExtensions;
  60. wxCheckBox* m_excludeEdgeLayerOpt;
  61. wxCheckBox* m_subtractMaskFromSilk;
  62. wxCheckBox* m_useAuxOriginCheckBox;
  63. wxStaticText* m_textPenSize;
  64. wxTextCtrl* m_HPGLPenSizeOpt;
  65. wxStaticText* m_textPenOvr;
  66. wxTextCtrl* m_HPGLPenOverlayOpt;
  67. wxStaticText* m_textPenSpeed;
  68. wxTextCtrl* m_HPGLPenSpeedOpt;
  69. wxStaticText* m_staticText7;
  70. wxTextCtrl* m_fineAdjustXscaleOpt;
  71. wxStaticText* m_staticText8;
  72. wxTextCtrl* m_fineAdjustYscaleOpt;
  73. wxCheckBox* m_plotPSNegativeOpt;
  74. wxStaticText* m_staticTextDir;
  75. wxTextCtrl* m_outputDirectoryName;
  76. wxButton* m_browseButton;
  77. wxStaticText* m_staticText2;
  78. wxTextCtrl* m_messagesBox;
  79. wxButton* m_plotButton;
  80. wxButton* m_buttonSaveOpt;
  81. wxButton* m_buttonDrill;
  82. wxButton* m_buttonQuit;
  83. // Virtual event handlers, overide them in your derived class
  84. virtual void OnCloseWindow( wxCloseEvent& event ) { event.Skip(); }
  85. virtual void OnInitDialog( wxInitDialogEvent& event ) { event.Skip(); }
  86. virtual void SetPlotFormat( wxCommandEvent& event ) { event.Skip(); }
  87. virtual void OnSetScaleOpt( wxCommandEvent& event ) { event.Skip(); }
  88. virtual void OnOutputDirectoryBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
  89. virtual void Plot( wxCommandEvent& event ) { event.Skip(); }
  90. virtual void applyPlotSettings( wxCommandEvent& event ) { event.Skip(); }
  91. virtual void CreateDrillFile( wxCommandEvent& event ) { event.Skip(); }
  92. virtual void OnQuit( wxCommandEvent& event ) { event.Skip(); }
  93. public:
  94. DIALOG_PLOT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Plot"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  95. ~DIALOG_PLOT_BASE();
  96. };
  97. #endif //__dialog_plot_base__