You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
3.2 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Apr 16 2008)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __dialog_erc_base__
  8. #define __dialog_erc_base__
  9. #include <wx/intl.h>
  10. class ERC_HTML_LISTBOX;
  11. #include <wx/string.h>
  12. #include <wx/stattext.h>
  13. #include <wx/gdicmn.h>
  14. #include <wx/font.h>
  15. #include <wx/colour.h>
  16. #include <wx/settings.h>
  17. #include <wx/sizer.h>
  18. #include <wx/statbox.h>
  19. #include <wx/textctrl.h>
  20. #include <wx/button.h>
  21. #include <wx/checkbox.h>
  22. #include <wx/statline.h>
  23. #include <wx/listbox.h>
  24. #include <wx/panel.h>
  25. #include <wx/bitmap.h>
  26. #include <wx/image.h>
  27. #include <wx/icon.h>
  28. #include <wx/notebook.h>
  29. #include <wx/dialog.h>
  30. ///////////////////////////////////////////////////////////////////////////
  31. ///////////////////////////////////////////////////////////////////////////////
  32. /// Class DIALOG_ERC_BASE
  33. ///////////////////////////////////////////////////////////////////////////////
  34. class DIALOG_ERC_BASE : public wxDialog
  35. {
  36. DECLARE_EVENT_TABLE()
  37. private:
  38. // Private event handlers
  39. void _wxFB_OnErcCmpClick( wxCommandEvent& event ){ OnErcCmpClick( event ); }
  40. void _wxFB_OnEraseDrcMarkersClick( wxCommandEvent& event ){ OnEraseDrcMarkersClick( event ); }
  41. void _wxFB_OnCancelClick( wxCommandEvent& event ){ OnCancelClick( event ); }
  42. void _wxFB_OnLeftDClickMarkersList( wxCommandEvent& event ){ OnLeftDClickMarkersList( event ); }
  43. void _wxFB_OnResetMatrixClick( wxCommandEvent& event ){ OnResetMatrixClick( event ); }
  44. protected:
  45. enum
  46. {
  47. ID_ERC_CMP = 1000,
  48. ID_ERASE_DRC_MARKERS,
  49. ID_MAKER_HTMLLISTBOX,
  50. ID_RESET_MATRIX,
  51. };
  52. wxNotebook* m_NoteBook;
  53. wxPanel* m_PanelERC;
  54. wxStaticText* m_ErcTotalErrorsText;
  55. wxStaticText* m_TotalErrCount;
  56. wxStaticText* m_WarnErcErrorsText;
  57. wxStaticText* m_LastWarningCount;
  58. wxStaticText* m_LastErrCountText;
  59. wxStaticText* m_LastErrCount;
  60. wxStaticText* m_titleMessages;
  61. wxTextCtrl* m_MessagesList;
  62. wxButton* m_buttonERC;
  63. wxButton* m_buttondelmarkers;
  64. wxButton* m_buttonClose;
  65. wxCheckBox* m_WriteResultOpt;
  66. wxStaticLine* m_staticline2;
  67. wxStaticText* m_textMarkers;
  68. ERC_HTML_LISTBOX* m_MarkersList;
  69. wxPanel* m_PanelERCOptions;
  70. wxBoxSizer* m_PanelMatrixSizer;
  71. wxButton* m_ResetOptButton;
  72. wxStaticLine* m_staticline1;
  73. wxBoxSizer* m_MatrixSizer;
  74. // Virtual event handlers, overide them in your derived class
  75. virtual void OnErcCmpClick( wxCommandEvent& event ){ event.Skip(); }
  76. virtual void OnEraseDrcMarkersClick( wxCommandEvent& event ){ event.Skip(); }
  77. virtual void OnCancelClick( wxCommandEvent& event ){ event.Skip(); }
  78. virtual void OnLeftDClickMarkersList( wxCommandEvent& event ){ event.Skip(); }
  79. virtual void OnResetMatrixClick( wxCommandEvent& event ){ event.Skip(); }
  80. public:
  81. 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 );
  82. ~DIALOG_ERC_BASE();
  83. };
  84. #endif //__dialog_erc_base__