2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2018-03-22 08:04:10 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Aug 4 2017)
|
2013-05-26 04:36:44 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2018-03-20 02:54:16 +00:00
|
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef __DIALOG_DRC_BASE_H__
|
|
|
|
#define __DIALOG_DRC_BASE_H__
|
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2018-03-20 02:54:16 +00:00
|
|
|
class DIALOG_SHIM;
|
2014-06-04 17:34:23 +00:00
|
|
|
class DRCLISTBOX;
|
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/checkbox.h>
|
|
|
|
#include <wx/button.h>
|
2016-09-08 18:17:37 +00:00
|
|
|
#include <wx/statline.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/listbox.h>
|
|
|
|
#include <wx/panel.h>
|
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/notebook.h>
|
2017-03-16 17:09:33 +00:00
|
|
|
#include <wx/statbox.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#define ID_CHECKBOX_RPT_FILE 1000
|
|
|
|
#define ID_BUTTON_BROWSE_RPT_FILE 1001
|
|
|
|
#define ID_STARTDRC 1002
|
|
|
|
#define ID_LIST_UNCONNECTED 1003
|
|
|
|
#define ID_DELETE_ALL 1004
|
|
|
|
#define ID_NOTEBOOK1 1005
|
|
|
|
#define ID_CLEARANCE_LIST 1006
|
|
|
|
#define ID_UNCONNECTED_LIST 1007
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_DRC_CONTROL_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_DRC_CONTROL_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
2016-06-15 17:00:30 +00:00
|
|
|
wxPanel* m_panelUnconnectedBox;
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
protected:
|
2017-03-16 17:09:33 +00:00
|
|
|
wxStaticText* m_staticTextOptions;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxStaticText* m_ClearanceTitle;
|
|
|
|
wxStaticText* m_TrackMinWidthTitle;
|
2016-04-15 18:15:22 +00:00
|
|
|
wxStaticText* m_TrackMinWidthUnit;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxStaticText* m_ViaMinTitle;
|
2016-04-15 18:15:22 +00:00
|
|
|
wxStaticText* m_ViaMinUnit;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxStaticText* m_MicroViaMinTitle;
|
2016-04-15 18:15:22 +00:00
|
|
|
wxStaticText* m_MicroViaMinUnit;
|
2018-02-10 20:17:11 +00:00
|
|
|
wxCheckBox* m_cbRefillZones;
|
2018-03-20 02:54:16 +00:00
|
|
|
wxCheckBox* m_cbReportAllTrackErrors;
|
2017-03-16 17:09:33 +00:00
|
|
|
wxCheckBox* m_cbCourtyardOverlap;
|
|
|
|
wxCheckBox* m_cbCourtyardMissing;
|
|
|
|
wxStaticText* m_staticTextRpt;
|
2016-06-15 17:00:30 +00:00
|
|
|
wxCheckBox* m_CreateRptCtrl;
|
|
|
|
wxTextCtrl* m_RptFilenameCtrl;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxButton* m_BrowseButton;
|
|
|
|
wxStaticText* m_staticText6;
|
|
|
|
wxTextCtrl* m_Messages;
|
|
|
|
wxButton* m_buttonRunDRC;
|
|
|
|
wxButton* m_buttonListUnconnected;
|
|
|
|
wxButton* m_DeleteAllButton;
|
|
|
|
wxButton* m_DeleteCurrentMarkerButton;
|
2016-09-08 18:17:37 +00:00
|
|
|
wxStaticText* m_MarkerCountLabel;
|
|
|
|
wxStaticLine* m_staticline1;
|
|
|
|
wxStaticText* m_UnconnectedCountLabel;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxNotebook* m_Notebook;
|
|
|
|
wxPanel* m_panelClearanceListBox;
|
|
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
|
|
wxButton* m_sdbSizer1OK;
|
|
|
|
wxButton* m_sdbSizer1Cancel;
|
|
|
|
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
2016-04-15 18:15:22 +00:00
|
|
|
virtual void OnActivateDlg( wxActivateEvent& event ) { event.Skip(); }
|
2013-05-26 04:36:44 +00:00
|
|
|
virtual void OnReportCheckBoxClicked( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnButtonBrowseRptFileClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnStartdrcClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnListUnconnectedClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnDeleteAllClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnDeleteOneClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnChangingMarkerList( wxNotebookEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnLeftDClickClearance( wxMouseEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnMarkerSelectionEvent( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnRightUpClearance( wxMouseEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnLeftDClickUnconnected( wxMouseEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnUnconnectedSelectionEvent( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnRightUpUnconnected( wxMouseEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
wxTextCtrl* m_SetClearance;
|
|
|
|
wxTextCtrl* m_SetTrackMinWidthCtrl;
|
|
|
|
wxTextCtrl* m_SetViaMinSizeCtrl;
|
|
|
|
wxTextCtrl* m_SetMicroViakMinSizeCtrl;
|
2016-09-08 18:17:37 +00:00
|
|
|
wxStaticText* m_MarkerCount;
|
|
|
|
wxStaticText* m_UnconnectedCount;
|
2013-05-26 04:36:44 +00:00
|
|
|
DRCLISTBOX* m_ClearanceListBox;
|
|
|
|
DRCLISTBOX* m_UnconnectedListBox;
|
|
|
|
|
2017-12-27 17:09:27 +00:00
|
|
|
DIALOG_DRC_CONTROL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("DRC Control"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2013-05-26 04:36:44 +00:00
|
|
|
~DIALOG_DRC_CONTROL_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //__DIALOG_DRC_BASE_H__
|