KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_drill_chart_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6a)
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 <wx/string.h>
14#include <wx/stattext.h>
15#include <wx/gdicmn.h>
16#include <wx/font.h>
17#include <wx/colour.h>
18#include <wx/settings.h>
19#include <wx/checklst.h>
20#include <wx/sizer.h>
21#include <wx/choice.h>
22#include <wx/textctrl.h>
23#include <wx/checkbox.h>
24#include <wx/statbox.h>
25#include <wx/button.h>
26#include <wx/bitmap.h>
27#include <wx/image.h>
28#include <wx/icon.h>
29#include <wx/panel.h>
30
32
36class PANEL_SETUP_DRILL_CHART_BASE : public wxPanel
37{
38 private:
39
40 protected:
41 wxStaticText* m_groupByLabel;
42 wxCheckListBox* m_groupByList;
43 wxStaticText* m_markPolicyLabel;
45 wxStaticText* m_markPolicyPad;
46 wxStaticText* m_symbolSizeLabel;
47 wxTextCtrl* m_symbolSizeCtrl;
48 wxStaticText* m_symbolSizeUnits;
49 wxStaticText* m_symbolWidthLabel;
50 wxTextCtrl* m_symbolWidthCtrl;
51 wxStaticText* m_symbolWidthUnits;
54
55 // Virtual event handlers, override them in your derived class
56 virtual void onEditGroups( wxCommandEvent& event ) { event.Skip(); }
57
58
59 public:
60
61 PANEL_SETUP_DRILL_CHART_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
62
64
65};
66
const char * name
PANEL_SETUP_DRILL_CHART_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
virtual void onEditGroups(wxCommandEvent &event)