KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_drill_chart_properties_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>
14class WX_INFOBAR;
15
16#include "widgets/wx_grid.h"
17#include "dialog_shim.h"
18#include <wx/infobar.h>
19#include <wx/gdicmn.h>
20#include <wx/font.h>
21#include <wx/colour.h>
22#include <wx/settings.h>
23#include <wx/string.h>
24#include <wx/stattext.h>
25#include <wx/bmpcbox.h>
26#include <wx/choice.h>
27#include <wx/spinctrl.h>
28#include <wx/sizer.h>
29#include <wx/checkbox.h>
30#include <wx/statbox.h>
31#include <wx/panel.h>
32#include <wx/bitmap.h>
33#include <wx/image.h>
34#include <wx/icon.h>
35#include <wx/grid.h>
36#include <wx/button.h>
37#include <wx/textctrl.h>
38#include <wx/notebook.h>
39#include <wx/dialog.h>
40
42
47{
48 private:
49
50 protected:
52 wxNotebook* m_notebook;
54 wxStaticText* m_layerLabel;
56 wxStaticText* m_unitsLabel;
57 wxChoice* m_unitsCtrl;
58 wxStaticText* m_precisionLabel;
59 wxSpinCtrl* m_precisionCtrl;
60 wxCheckBox* m_filterPlated;
61 wxCheckBox* m_filterNonPlated;
62 wxCheckBox* m_filterVias;
63 wxCheckBox* m_filterSlots;
64 wxCheckBox* m_filterBackdrills;
66 wxCheckBox* m_showTotals;
67 wxCheckBox* m_cbLocked;
70 wxButton* m_moveUpButton;
76 wxCheckBox* m_borderCheckbox;
77 wxCheckBox* m_headerBorder;
78 wxCheckBox* m_rowSeparators;
79 wxCheckBox* m_colSeparators;
80 wxStaticText* m_borderWidthLabel;
81 wxTextCtrl* m_borderWidthCtrl;
82 wxStaticText* m_borderWidthUnits;
86 wxStdDialogButtonSizer* m_sdbSizer;
87 wxButton* m_sdbSizerOK;
89
90 // Virtual event handlers, override them in your derived class
91 virtual void onMoveUp( wxCommandEvent& event ) { event.Skip(); }
92 virtual void onMoveDown( wxCommandEvent& event ) { event.Skip(); }
93 virtual void onResetColumns( wxCommandEvent& event ) { event.Skip(); }
94 virtual void onImportTemplate( wxCommandEvent& event ) { event.Skip(); }
95 virtual void onExportTemplate( wxCommandEvent& event ) { event.Skip(); }
96 virtual void onBorderChecked( wxCommandEvent& event ) { event.Skip(); }
97
98
99 public:
100
101 DIALOG_DRILL_CHART_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Drill Chart Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
102
104
105};
106
virtual void onBorderChecked(wxCommandEvent &event)
DIALOG_DRILL_CHART_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Drill Chart Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
virtual void onExportTemplate(wxCommandEvent &event)
virtual void onResetColumns(wxCommandEvent &event)
virtual void onImportTemplate(wxCommandEvent &event)
virtual void onMoveDown(wxCommandEvent &event)
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
Class to display a pcb layer list in a wxBitmapComboBox.
A modified version of the wxInfoBar class that allows us to:
Definition wx_infobar.h:76
#define _(s)