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>
31#define ID_LAYERS_MAP_DIALOG_BASE 1000
32#define ID_M_STATICLINESEP 1001
33#define ID_M_STATICTEXTCOPPERLAYERCOUNT 1002
34#define ID_M_COMBOCOPPERLAYERSCOUNT 1003
35#define ID_STORE_CHOICE 1004
36#define ID_GET_PREVIOUS_CHOICE 1005
37#define ID_RESET_CHOICE 1006
71 virtual void OnStoreSetup( wxCommandEvent& event ) {
event.Skip(); }
72 virtual void OnGetSetup( wxCommandEvent& event ) {
event.Skip(); }
73 virtual void OnResetClick( wxCommandEvent& event ) {
event.Skip(); }
78 LAYERS_MAP_DIALOG_BASE( wxWindow* parent, wxWindowID
id =
ID_LAYERS_MAP_DIALOG_BASE,
const wxString& title =
_(
"Layer Selection"),
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 LAYERS_MAP_DIALOG_BASE.
wxButton * m_sdbSizerButtonsOK
wxStaticLine * m_staticlineSep
wxStaticText * m_staticTextLayerSel
wxButton * m_buttonRetrieve
void _wxFB_OnStoreSetup(wxCommandEvent &event)
void _wxFB_OnGetSetup(wxCommandEvent &event)
~LAYERS_MAP_DIALOG_BASE()
wxComboBox * m_comboCopperLayersCount
virtual void OnResetClick(wxCommandEvent &event)
void _wxFB_OnResetClick(wxCommandEvent &event)
virtual void OnBrdLayersCountSelection(wxCommandEvent &event)
wxFlexGridSizer * m_flexLeftColumnBoxSizer
wxBoxSizer * m_bSizerLayerList
wxButton * m_sdbSizerButtonsCancel
virtual void OnStoreSetup(wxCommandEvent &event)
void _wxFB_OnBrdLayersCountSelection(wxCommandEvent &event)
wxFlexGridSizer * m_flexRightColumnBoxSizer
wxStaticText * m_staticTextCopperlayerCount
virtual void OnGetSetup(wxCommandEvent &event)
wxStdDialogButtonSizer * m_sdbSizerButtons
#define ID_LAYERS_MAP_DIALOG_BASE