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> 20 #include <wx/textctrl.h> 21 #include <wx/choice.h> 23 #include <wx/statline.h> 24 #include <wx/button.h> 25 #include <wx/dialog.h> 55 virtual void OnOKClick( wxCommandEvent& event ) {
event.Skip(); }
60 DIALOG_REGULATOR_FORM_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Regulator Parameters"),
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...