@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf )
// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6 )
// http://www.wxformbuilder.org/
//
// PLEASE DO *NOT* EDIT THIS FILE!
@ -160,7 +160,7 @@ DIALOG_PLOT_BASE::DIALOG_PLOT_BASE( wxWindow* parent, wxWindowID id, const wxStr
m_SizerSolderMaskAlert = new wxBoxSizer ( wxHORIZONTAL ) ;
m_bitmapAlert = new wxStaticBitmap ( this , wxID_ANY , wxArtProvider : : GetBitmap ( wxART_WARNING , wxART_CMN_DIALOG ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_bitmapAlert = new wxStaticBitmap ( this , wxID_ANY , wxArtProvider : : GetBitmap ( wxASCII_STR ( wxA RT_WARNING ) , wxASCII_STR ( wxA RT_CMN_DIALOG ) ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_SizerSolderMaskAlert - > Add ( m_bitmapAlert , 0 , wxEXPAND | wxTOP | wxBOTTOM | wxRIGHT , 5 ) ;
wxBoxSizer * bSizerWarningText ;
@ -214,7 +214,7 @@ DIALOG_PLOT_BASE::DIALOG_PLOT_BASE( wxWindow* parent, wxWindowID id, const wxStr
gbSizer2 - > Add ( m_generateGerberJobFile , wxGBPosition ( 1 , 0 ) , wxGBSpan ( 1 , 1 ) , wxALIGN_CENTER_VERTICAL , 5 ) ;
m_subtractMaskFromSilk = new wxCheckBox ( m_GerberOptionsSizer - > GetStaticBox ( ) , wxID_ANY , _ ( " Subtract soldermask from silkscreen " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_subtractMaskFromSilk - > SetToolTip ( _ ( " Remove silkscreen from areas without soldermask " ) ) ;
m_subtractMaskFromSilk - > SetToolTip ( _ ( " Knock out the corresponding solder mask layer after plotting a silkscreen layer. This will knock out all previuosly plotted layers. " ) ) ;
gbSizer2 - > Add ( m_subtractMaskFromSilk , wxGBPosition ( 2 , 0 ) , wxGBSpan ( 1 , 1 ) , wxALIGN_CENTER_VERTICAL , 5 ) ;
@ -481,7 +481,7 @@ DIALOG_PLOT_BASE::DIALOG_PLOT_BASE( wxWindow* parent, wxWindowID id, const wxStr
// Connect Events
this - > Connect ( wxEVT_INIT_DIALOG , wxInitDialogEventHandler ( DIALOG_PLOT_BASE : : OnInitDialog ) ) ;
m_plotFormatOpt - > Connect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PLOT_BASE : : SetPlotFormat ) , NULL , this ) ;
m_browseButton - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PLOT_BASE : : O nOutputDirectoryBrowseClicked ) , NULL , this ) ;
m_browseButton - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PLOT_BASE : : o nOutputDirectoryBrowseClicked ) , NULL , this ) ;
m_openDirButton - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PLOT_BASE : : onOpenOutputDirectory ) , NULL , this ) ;
m_plotDNP - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PLOT_BASE : : onDNPCheckbox ) , NULL , this ) ;
m_sketchPadsOnFabLayers - > Connect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PLOT_BASE : : onSketchPads ) , NULL , this ) ;
@ -499,7 +499,7 @@ DIALOG_PLOT_BASE::~DIALOG_PLOT_BASE()
// Disconnect Events
this - > Disconnect ( wxEVT_INIT_DIALOG , wxInitDialogEventHandler ( DIALOG_PLOT_BASE : : OnInitDialog ) ) ;
m_plotFormatOpt - > Disconnect ( wxEVT_COMMAND_CHOICE_SELECTED , wxCommandEventHandler ( DIALOG_PLOT_BASE : : SetPlotFormat ) , NULL , this ) ;
m_browseButton - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PLOT_BASE : : O nOutputDirectoryBrowseClicked ) , NULL , this ) ;
m_browseButton - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PLOT_BASE : : o nOutputDirectoryBrowseClicked ) , NULL , this ) ;
m_openDirButton - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_PLOT_BASE : : onOpenOutputDirectory ) , NULL , this ) ;
m_plotDNP - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PLOT_BASE : : onDNPCheckbox ) , NULL , this ) ;
m_sketchPadsOnFabLayers - > Disconnect ( wxEVT_COMMAND_CHECKBOX_CLICKED , wxCommandEventHandler ( DIALOG_PLOT_BASE : : onSketchPads ) , NULL , this ) ;