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 3.10.1-0-g8feb16b)
  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/sizer.h>
  21. #include <wx/button.h>
  22. #include <wx/dialog.h>
  23. ///////////////////////////////////////////////////////////////////////////
  24. ///////////////////////////////////////////////////////////////////////////////
  25. /// Class DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE
  26. ///////////////////////////////////////////////////////////////////////////////
  27. class DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE : public DIALOG_SHIM
  28. {
  29. private:
  30. protected:
  31. wxBoxSizer* bSizer2;
  32. wxStaticText* m_staticText1;
  33. wxRadioButton* m_defaultRb;
  34. wxRadioButton* m_customRb;
  35. wxRadioButton* m_emptyRb;
  36. wxStaticText* m_staticText2;
  37. wxFilePickerCtrl* m_filePicker1;
  38. wxStdDialogButtonSizer* m_sdbSizer1;
  39. wxButton* m_sdbSizer1OK;
  40. wxButton* m_sdbSizer1Cancel;
  41. // Virtual event handlers, override them in your derived class
  42. virtual void onUpdateDefaultSelection( wxUpdateUIEvent& event ) { event.Skip(); }
  43. virtual void onUpdateFilePicker( wxUpdateUIEvent& event ) { event.Skip(); }
  44. public:
  45. 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|wxCLOSE_BOX|wxRESIZE_BORDER );
  46. ~DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE();
  47. };