10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/checkbox.h>
19#include <wx/settings.h>
21#include <wx/statbox.h>
22#include <wx/radiobox.h>
26#include <wx/statbmp.h>
53 virtual void syncImages( wxCommandEvent& event ) {
event.Skip(); }
58 DIALOG_UNUSED_PAD_LAYERS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Remove Unused Pads"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Class DIALOG_UNUSED_PAD_LAYERS_BASE.
wxButton * m_StdButtonsOK
virtual void syncImages(wxCommandEvent &event)
wxButton * m_StdButtonsCancel
wxCheckBox * m_cbPreservePads
DIALOG_UNUSED_PAD_LAYERS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Remove Unused Pads"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxStdDialogButtonSizer * m_StdButtons
wxCheckBox * m_cbSelectedOnly
~DIALOG_UNUSED_PAD_LAYERS_BASE()