KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_galvanic_corrosion_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.0-39-g3487c3cb)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#pragma once
9
10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
12#include <wx/intl.h>
13#include "widgets/html_window.h"
15#include <wx/colour.h>
16#include <wx/settings.h>
17#include <wx/string.h>
18#include <wx/font.h>
19#include <wx/grid.h>
20#include <wx/gdicmn.h>
21#include <wx/sizer.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>
28#include <wx/panel.h>
29
31
32
37{
38 private:
39
40 protected:
41 wxBoxSizer* bSizerMain;
42 wxScrolledWindow* m_scrolledWindow1;
43 wxGrid* m_table;
45 wxStaticText* m_staticText2;
46 wxTextCtrl* m_corFilterCtrl;
47 wxStaticText* m_staticText3;
48 wxStaticLine* m_staticline;
49 wxStaticText* m_stOpts;
50 wxRadioButton* m_radioBtnSymbol;
51 wxRadioButton* m_radioBtnName;
52
53 // Virtual event handlers, override them in your derived class
54 virtual void OnCorFilterChange( wxCommandEvent& event ) { event.Skip(); }
55 virtual void OnNomenclatureChange( wxCommandEvent& event ) { event.Skip(); }
56
57
58 public:
59
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 );
61
63
64};
65
const char * name
Definition: DXF_plotter.cpp:57
Add dark theme support to wxHtmlWindow.
Definition: html_window.h:34
Class PANEL_GALVANIC_CORROSION_BASE.
virtual void OnCorFilterChange(wxCommandEvent &event)
virtual void OnNomenclatureChange(wxCommandEvent &event)