2019-07-16 19:34:07 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2019-08-20 15:08:31 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Dec 30 2017)
|
2019-07-16 19:34:07 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-08-20 15:08:31 +00:00
|
|
|
#ifndef __DIALOG_BOARD_STATISTICS_BASE_H__
|
|
|
|
#define __DIALOG_BOARD_STATISTICS_BASE_H__
|
2019-07-16 19:34:07 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
2019-07-21 10:01:36 +00:00
|
|
|
#include <wx/intl.h>
|
2019-07-16 19:34:07 +00:00
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/string.h>
|
2019-07-20 20:38:28 +00:00
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/gdicmn.h>
|
2019-07-16 19:34:07 +00:00
|
|
|
#include <wx/font.h>
|
2019-07-20 20:38:28 +00:00
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2019-07-16 19:34:07 +00:00
|
|
|
#include <wx/grid.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/checkbox.h>
|
2019-08-20 15:08:31 +00:00
|
|
|
#include <wx/statline.h>
|
2019-07-16 19:34:07 +00:00
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_BOARD_STATISTICS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_BOARD_STATISTICS_BASE : public DIALOG_SHIM
|
|
|
|
{
|
2019-07-28 16:24:59 +00:00
|
|
|
private:
|
2019-08-20 15:08:31 +00:00
|
|
|
|
2019-07-28 16:24:59 +00:00
|
|
|
protected:
|
|
|
|
wxGrid* m_gridComponents;
|
|
|
|
wxGrid* m_gridPads;
|
|
|
|
wxGrid* m_gridBoard;
|
|
|
|
wxStaticText* viasLabel;
|
|
|
|
wxGrid* m_gridVias;
|
|
|
|
wxCheckBox* m_checkBoxSubtractHoles;
|
|
|
|
wxCheckBox* m_checkBoxExcludeComponentsNoPins;
|
|
|
|
wxStaticLine* m_staticline2;
|
|
|
|
wxButton* m_buttonSaveReport;
|
|
|
|
wxStdDialogButtonSizer* m_sdbControlSizer;
|
2019-08-02 09:17:29 +00:00
|
|
|
wxButton* m_sdbControlSizerCancel;
|
2019-08-20 15:08:31 +00:00
|
|
|
|
2019-07-28 16:24:59 +00:00
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
|
|
virtual void checkboxClicked( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void saveReportClicked( wxCommandEvent& event ) { event.Skip(); }
|
2019-08-20 15:08:31 +00:00
|
|
|
|
|
|
|
|
2019-07-28 16:24:59 +00:00
|
|
|
public:
|
2019-08-20 15:08:31 +00:00
|
|
|
|
|
|
|
DIALOG_BOARD_STATISTICS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Board Statistics"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2019-07-28 16:24:59 +00:00
|
|
|
~DIALOG_BOARD_STATISTICS_BASE();
|
2019-08-20 15:08:31 +00:00
|
|
|
|
2019-07-16 19:34:07 +00:00
|
|
|
};
|
|
|
|
|
2019-08-20 15:08:31 +00:00
|
|
|
#endif //__DIALOG_BOARD_STATISTICS_BASE_H__
|