10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/checkbox.h>
19#include <wx/settings.h>
24#include <wx/statbmp.h>
50 virtual void syncImages( wxCommandEvent& event ) {
event.Skip(); }
51 virtual void onApply( wxCommandEvent& event ) {
event.Skip(); }
52 virtual void onOK( wxCommandEvent& event ) {
event.Skip(); }
57 DIALOG_UNUSED_PAD_LAYERS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"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.
wxCheckBox * m_cbPreserveExternalLayers
wxButton * m_StdButtonsOK
virtual void syncImages(wxCommandEvent &event)
wxButton * m_StdButtonsCancel
wxStdDialogButtonSizer * m_StdButtons
wxCheckBox * m_cbSelectedOnly
wxButton * m_StdButtonsApply
virtual void onOK(wxCommandEvent &event)
virtual void onApply(wxCommandEvent &event)
~DIALOG_UNUSED_PAD_LAYERS_BASE()