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.

84 lines
2.7 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Dec 30 2017)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_NETLIST_BASE_H__
  8. #define __DIALOG_NETLIST_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. class WX_HTML_REPORT_PANEL;
  13. #include "dialog_shim.h"
  14. #include <wx/string.h>
  15. #include <wx/stattext.h>
  16. #include <wx/gdicmn.h>
  17. #include <wx/font.h>
  18. #include <wx/colour.h>
  19. #include <wx/settings.h>
  20. #include <wx/textctrl.h>
  21. #include <wx/bitmap.h>
  22. #include <wx/image.h>
  23. #include <wx/icon.h>
  24. #include <wx/bmpbuttn.h>
  25. #include <wx/button.h>
  26. #include <wx/sizer.h>
  27. #include <wx/radiobox.h>
  28. #include <wx/checkbox.h>
  29. #include <wx/statbox.h>
  30. #include <wx/panel.h>
  31. #include <wx/dialog.h>
  32. ///////////////////////////////////////////////////////////////////////////
  33. ///////////////////////////////////////////////////////////////////////////////
  34. /// Class DIALOG_NETLIST_BASE
  35. ///////////////////////////////////////////////////////////////////////////////
  36. class DIALOG_NETLIST_BASE : public DIALOG_SHIM
  37. {
  38. private:
  39. protected:
  40. enum
  41. {
  42. ID_TEST_NETLIST = 1000
  43. };
  44. wxTextCtrl* m_NetlistFilenameCtrl;
  45. wxBitmapButton* m_browseButton;
  46. wxRadioBox* m_matchByTimestamp;
  47. wxCheckBox* m_cbUpdateFootprints;
  48. wxCheckBox* m_cbDeleteShortingTracks;
  49. wxCheckBox* m_cbDeleteExtraFootprints;
  50. wxCheckBox* m_cbDeleteSinglePadNets;
  51. WX_HTML_REPORT_PANEL* m_MessageWindow;
  52. wxBoxSizer* m_buttonsSizer;
  53. wxButton* m_buttonFPTest;
  54. wxStdDialogButtonSizer* m_sdbSizer1;
  55. wxButton* m_sdbSizer1OK;
  56. wxButton* m_sdbSizer1Apply;
  57. wxButton* m_sdbSizer1Cancel;
  58. // Virtual event handlers, overide them in your derived class
  59. virtual void OnFilenameKillFocus( wxFocusEvent& event ) { event.Skip(); }
  60. virtual void OnOpenNetlistClick( wxCommandEvent& event ) { event.Skip(); }
  61. virtual void OnMatchChanged( wxCommandEvent& event ) { event.Skip(); }
  62. virtual void OnOptionChanged( wxCommandEvent& event ) { event.Skip(); }
  63. virtual void OnTestFootprintsClick( wxCommandEvent& event ) { event.Skip(); }
  64. virtual void OnUpdateUIValidNetlistFile( wxUpdateUIEvent& event ) { event.Skip(); }
  65. virtual void OnCompileRatsnestClick( wxCommandEvent& event ) { event.Skip(); }
  66. virtual void OnUpdatePCB( wxCommandEvent& event ) { event.Skip(); }
  67. public:
  68. DIALOG_NETLIST_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Import Netlist"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  69. ~DIALOG_NETLIST_BASE();
  70. };
  71. #endif //__DIALOG_NETLIST_BASE_H__