dialog_erc_base.h 3.15 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Apr 16 2008)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////

#ifndef __dialog_erc_base__
#define __dialog_erc_base__

#include <wx/intl.h>

13 14
class ERC_HTML_LISTBOX;

15 16 17 18 19 20 21 22
#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/sizer.h>
#include <wx/statbox.h>
23
#include <wx/textctrl.h>
24 25 26
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/statline.h>
27
#include <wx/listbox.h>
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
#include <wx/panel.h>
#include <wx/bitmap.h>
#include <wx/image.h>
#include <wx/icon.h>
#include <wx/notebook.h>
#include <wx/dialog.h>

///////////////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_ERC_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_ERC_BASE : public wxDialog 
{
	DECLARE_EVENT_TABLE()
	private:
		
		// Private event handlers
		void _wxFB_OnErcCmpClick( wxCommandEvent& event ){ OnErcCmpClick( event ); }
		void _wxFB_OnEraseDrcMarkersClick( wxCommandEvent& event ){ OnEraseDrcMarkersClick( event ); }
		void _wxFB_OnCancelClick( wxCommandEvent& event ){ OnCancelClick( event ); }
49
		void _wxFB_OnLeftDClickMarkersList( wxCommandEvent& event ){ OnLeftDClickMarkersList( event ); }
50 51 52 53 54 55 56 57
		void _wxFB_OnResetMatrixClick( wxCommandEvent& event ){ OnResetMatrixClick( event ); }
		
	
	protected:
		enum
		{
			ID_ERC_CMP = 1000,
			ID_ERASE_DRC_MARKERS,
58
			ID_MAKER_HTMLLISTBOX,
59 60 61 62 63 64 65 66 67 68 69
			ID_RESET_MATRIX,
		};
		
		wxNotebook* m_NoteBook;
		wxPanel* m_PanelERC;
		wxStaticText* m_ErcTotalErrorsText;
		wxStaticText* m_TotalErrCount;
		wxStaticText* m_WarnErcErrorsText;
		wxStaticText* m_LastWarningCount;
		wxStaticText* m_LastErrCountText;
		wxStaticText* m_LastErrCount;
70 71
		wxStaticText* m_titleMessages;
		wxTextCtrl* m_MessagesList;
72 73 74 75 76
		wxButton* m_buttonERC;
		wxButton* m_buttondelmarkers;
		wxButton* m_buttonClose;
		wxCheckBox* m_WriteResultOpt;
		wxStaticLine* m_staticline2;
77 78
		wxStaticText* m_textMarkers;
		ERC_HTML_LISTBOX* m_MarkersList;
79 80 81 82 83 84 85 86 87 88
		wxPanel* m_PanelERCOptions;
		wxBoxSizer* m_PanelMatrixSizer;
		wxButton* m_ResetOptButton;
		wxStaticLine* m_staticline1;
		wxBoxSizer* m_MatrixSizer;
		
		// Virtual event handlers, overide them in your derived class
		virtual void OnErcCmpClick( wxCommandEvent& event ){ event.Skip(); }
		virtual void OnEraseDrcMarkersClick( wxCommandEvent& event ){ event.Skip(); }
		virtual void OnCancelClick( wxCommandEvent& event ){ event.Skip(); }
89
		virtual void OnLeftDClickMarkersList( wxCommandEvent& event ){ event.Skip(); }
90 91 92 93 94 95 96 97 98 99
		virtual void OnResetMatrixClick( wxCommandEvent& event ){ event.Skip(); }
		
	
	public:
		DIALOG_ERC_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("EESchema Erc"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 438,407 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
		~DIALOG_ERC_BASE();
	
};

#endif //__dialog_erc_base__