10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
21#include <wx/statline.h>
22#include <wx/combobox.h>
55 virtual void OnStoreSetup( wxCommandEvent& event ) {
event.Skip(); }
56 virtual void OnGetSetup( wxCommandEvent& event ) {
event.Skip(); }
57 virtual void OnResetClick( wxCommandEvent& event ) {
event.Skip(); }
62 DIALOG_MAP_GERBER_LAYERS_TO_PCB_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Layer Selection"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
wxBoxSizer * m_bSizerLayerList
DIALOG_MAP_GERBER_LAYERS_TO_PCB_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Layer Selection"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxStdDialogButtonSizer * m_sdbSizerButtons
wxFlexGridSizer * m_flexLeftColumnBoxSizer
wxComboBox * m_comboCopperLayersCount
~DIALOG_MAP_GERBER_LAYERS_TO_PCB_BASE()
virtual void OnResetClick(wxCommandEvent &event)
wxButton * m_sdbSizerButtonsCancel
wxButton * m_sdbSizerButtonsOK
wxButton * m_buttonRetrieve
wxFlexGridSizer * m_flexRightColumnBoxSizer
virtual void OnGetSetup(wxCommandEvent &event)
virtual void OnStoreSetup(wxCommandEvent &event)
wxStaticText * m_staticTextLayerSel
wxStaticLine * m_staticlineSep
virtual void OnBrdLayersCountSelection(wxCommandEvent &event)
wxStaticText * m_staticTextCopperlayerCount
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)