10 #include <wx/artprov.h> 11 #include <wx/xrc/xmlres.h> 14 #include <wx/string.h> 15 #include <wx/stattext.h> 16 #include <wx/gdicmn.h> 18 #include <wx/colour.h> 19 #include <wx/settings.h> 21 #include <wx/statline.h> 22 #include <wx/combobox.h> 23 #include <wx/bitmap.h> 26 #include <wx/button.h> 27 #include <wx/dialog.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 73 virtual void OnStoreSetup( wxCommandEvent& event ) {
event.Skip(); }
74 virtual void OnGetSetup( wxCommandEvent& event ) {
event.Skip(); }
75 virtual void OnResetClick( wxCommandEvent& event ) {
event.Skip(); }
76 virtual void OnOkClick( wxCommandEvent& event ) {
event.Skip(); }
81 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 );
virtual void OnStoreSetup(wxCommandEvent &event)
virtual void OnBrdLayersCountSelection(wxCommandEvent &event)
wxButton * m_sdbSizerButtonsOK
virtual void OnResetClick(wxCommandEvent &event)
wxStaticLine * m_staticlineSep
virtual void OnGetSetup(wxCommandEvent &event)
void _wxFB_OnGetSetup(wxCommandEvent &event)
wxStaticLine * m_staticline1
wxStaticText * m_staticTextCopperlayerCount
void _wxFB_OnBrdLayersCountSelection(wxCommandEvent &event)
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...
#define ID_LAYERS_MAP_DIALOG_BASE
wxBoxSizer * m_bSizerLayerList
wxStaticText * m_staticTextLayerSel
wxFlexGridSizer * m_flexRightColumnBoxSizer
wxButton * m_sdbSizerButtonsCancel
wxComboBox * m_comboCopperLayersCount
Class LAYERS_MAP_DIALOG_BASE.
void _wxFB_OnStoreSetup(wxCommandEvent &event)
wxButton * m_buttonRetrieve
~LAYERS_MAP_DIALOG_BASE()
wxFlexGridSizer * m_flexLeftColumnBoxSizer
void _wxFB_OnResetClick(wxCommandEvent &event)
void _wxFB_OnOkClick(wxCommandEvent &event)
wxStdDialogButtonSizer * m_sdbSizerButtons
virtual void OnOkClick(wxCommandEvent &event)