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.

60 lines
1.9 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Jan 5 2019)
  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. #include "dialog_shim.h"
  12. #include <wx/string.h>
  13. #include <wx/stattext.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/radiobut.h>
  19. #include <wx/filepicker.h>
  20. #include <wx/statline.h>
  21. #include <wx/sizer.h>
  22. #include <wx/button.h>
  23. #include <wx/dialog.h>
  24. ///////////////////////////////////////////////////////////////////////////
  25. ///////////////////////////////////////////////////////////////////////////////
  26. /// Class DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE
  27. ///////////////////////////////////////////////////////////////////////////////
  28. class DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE : public DIALOG_SHIM
  29. {
  30. private:
  31. protected:
  32. wxBoxSizer* bSizer2;
  33. wxStaticText* m_staticText1;
  34. wxRadioButton* m_defaultRb;
  35. wxRadioButton* m_customRb;
  36. wxRadioButton* m_emptyRb;
  37. wxStaticText* m_staticText2;
  38. wxFilePickerCtrl* m_filePicker1;
  39. wxStaticLine* m_staticline1;
  40. wxStdDialogButtonSizer* m_sdbSizer1;
  41. wxButton* m_sdbSizer1OK;
  42. // Virtual event handlers, overide them in your derived class
  43. virtual void onUpdateDefaultSelection( wxUpdateUIEvent& event ) { event.Skip(); }
  44. virtual void onUpdateFilePicker( wxUpdateUIEvent& event ) { event.Skip(); }
  45. public:
  46. DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Configure Global Library Table"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCAPTION|wxRESIZE_BORDER );
  47. ~DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE();
  48. };