10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
18#include <wx/infobar.h>
22#include <wx/settings.h>
24#include <wx/stattext.h>
25#include <wx/bmpcbox.h>
27#include <wx/spinctrl.h>
29#include <wx/checkbox.h>
30#include <wx/statbox.h>
37#include <wx/textctrl.h>
38#include <wx/notebook.h>
91 virtual void onMoveUp( wxCommandEvent& event ) {
event.Skip(); }
92 virtual void onMoveDown( wxCommandEvent& event ) {
event.Skip(); }
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 );
wxCheckBox * m_filterPlated
wxPanel * m_appearancePanel
virtual void onMoveUp(wxCommandEvent &event)
~DIALOG_DRILL_CHART_PROPERTIES_BASE()
wxCheckBox * m_filterVias
wxButton * m_resetColumnsButton
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)
wxButton * m_importTemplateButton
virtual void onExportTemplate(wxCommandEvent &event)
wxCheckBox * m_filterNonPlated
wxCheckBox * m_rowSeparators
wxButton * m_exportTemplateButton
wxButton * m_sdbSizerCancel
wxCheckBox * m_filterCastellated
wxButton * m_moveDownButton
wxStaticText * m_unitsLabel
wxStaticText * m_separatorsWidthUnits
wxCheckBox * m_borderCheckbox
virtual void onResetColumns(wxCommandEvent &event)
wxStaticText * m_layerLabel
virtual void onImportTemplate(wxCommandEvent &event)
wxStaticText * m_borderWidthLabel
wxStaticText * m_precisionLabel
wxTextCtrl * m_borderWidthCtrl
wxCheckBox * m_colSeparators
wxCheckBox * m_headerBorder
wxStdDialogButtonSizer * m_sdbSizer
wxButton * m_moveUpButton
wxStaticText * m_separatorsWidthLabel
wxCheckBox * m_filterSlots
wxSpinCtrl * m_precisionCtrl
wxCheckBox * m_showTotals
PCB_LAYER_BOX_SELECTOR * m_LayerSelectionCtrl
wxCheckBox * m_filterBackdrills
wxTextCtrl * m_separatorsWidthCtrl
wxStaticText * m_borderWidthUnits
wxPanel * m_contentsPanel
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: