10#include <wx/artprov.h> 
   11#include <wx/xrc/xmlres.h> 
   16#include <wx/settings.h> 
   22#include <wx/scrolwin.h> 
   23#include <wx/html/htmlwin.h> 
   24#include <wx/stattext.h> 
   25#include <wx/textctrl.h> 
   26#include <wx/statline.h> 
   27#include <wx/radiobut.h> 
   60        PANEL_GALVANIC_CORROSION_BASE( wxWindow* parent, wxWindowID 
id = wxID_ANY, 
const wxPoint& pos = wxDefaultPosition, 
const wxSize& size = wxSize( 509,245 ), 
long style = wxTAB_TRAVERSAL, 
const wxString& 
name = wxEmptyString );
 
 
CALCULATOR_PANEL(wxWindow *aParent, wxWindowID aId, const wxPoint &aPos, const wxSize &aSize, long aStyle, const wxString &aName)
 
Add dark theme support to wxHtmlWindow.
 
wxStaticText * m_staticText3
 
~PANEL_GALVANIC_CORROSION_BASE()
 
PANEL_GALVANIC_CORROSION_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(509, 245), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 
wxTextCtrl * m_corFilterCtrl
 
wxRadioButton * m_radioBtnName
 
wxScrolledWindow * m_scrolledWindow1
 
virtual void OnCorFilterChange(wxCommandEvent &event)
 
wxStaticLine * m_staticline
 
wxRadioButton * m_radioBtnSymbol
 
wxStaticText * m_staticText2
 
virtual void OnNomenclatureChange(wxCommandEvent &event)