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.

77 lines
2.4 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #pragma once
  8. #include <wx/artprov.h>
  9. #include <wx/xrc/xmlres.h>
  10. #include <wx/intl.h>
  11. class STD_BITMAP_BUTTON;
  12. #include "dialog_shim.h"
  13. #include <wx/string.h>
  14. #include <wx/stattext.h>
  15. #include <wx/gdicmn.h>
  16. #include <wx/font.h>
  17. #include <wx/colour.h>
  18. #include <wx/settings.h>
  19. #include <wx/textctrl.h>
  20. #include <wx/bmpbuttn.h>
  21. #include <wx/bitmap.h>
  22. #include <wx/image.h>
  23. #include <wx/icon.h>
  24. #include <wx/button.h>
  25. #include <wx/sizer.h>
  26. #include <wx/checkbox.h>
  27. #include <wx/dialog.h>
  28. ///////////////////////////////////////////////////////////////////////////
  29. ///////////////////////////////////////////////////////////////////////////////
  30. /// Class DIALOG_IMPORT_SETTINGS_BASE
  31. ///////////////////////////////////////////////////////////////////////////////
  32. class DIALOG_IMPORT_SETTINGS_BASE : public DIALOG_SHIM
  33. {
  34. private:
  35. protected:
  36. wxBoxSizer* m_MainSizer;
  37. wxTextCtrl* m_filePathCtrl;
  38. STD_BITMAP_BUTTON* m_browseButton;
  39. wxBoxSizer* m_buttonsSizer;
  40. wxButton* m_selectAllButton;
  41. wxStdDialogButtonSizer* m_sdbSizer1;
  42. wxButton* m_sdbSizer1OK;
  43. wxButton* m_sdbSizer1Cancel;
  44. // Virtual event handlers, override them in your derived class
  45. virtual void OnBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
  46. virtual void OnCheckboxClicked( wxCommandEvent& event ) { event.Skip(); }
  47. virtual void OnSelectAll( wxCommandEvent& event ) { event.Skip(); }
  48. public:
  49. wxCheckBox* m_LayersOpt;
  50. wxCheckBox* m_MaskAndPasteOpt;
  51. wxCheckBox* m_TextAndGraphicsOpt;
  52. wxCheckBox* m_FormattingOpt;
  53. wxCheckBox* m_ConstraintsOpt;
  54. wxCheckBox* m_TracksAndViasOpt;
  55. wxCheckBox* m_TeardropsOpt;
  56. wxCheckBox* m_TuningPatternsOpt;
  57. wxCheckBox* m_NetclassesOpt;
  58. wxCheckBox* m_ComponentClassesOpt;
  59. wxCheckBox* m_TimeDomainParametersOpt;
  60. wxCheckBox* m_CustomRulesOpt;
  61. wxCheckBox* m_SeveritiesOpt;
  62. DIALOG_IMPORT_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Import Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  63. ~DIALOG_IMPORT_SETTINGS_BASE();
  64. };