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.

72 lines
2.2 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Oct 26 2018)
  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/textctrl.h>
  19. #include <wx/sizer.h>
  20. #include <wx/checklst.h>
  21. #include <wx/bitmap.h>
  22. #include <wx/image.h>
  23. #include <wx/icon.h>
  24. #include <wx/button.h>
  25. #include <wx/statbox.h>
  26. #include <wx/checkbox.h>
  27. #include <wx/dialog.h>
  28. ///////////////////////////////////////////////////////////////////////////
  29. ///////////////////////////////////////////////////////////////////////////////
  30. /// Class DIALOG_UPDATE_SYMBOL_FIELDS_BASE
  31. ///////////////////////////////////////////////////////////////////////////////
  32. class DIALOG_UPDATE_SYMBOL_FIELDS_BASE : public DIALOG_SHIM
  33. {
  34. private:
  35. protected:
  36. wxBoxSizer* m_mainSizer;
  37. wxBoxSizer* m_newIdSizer;
  38. wxTextCtrl* m_parentSymbolReadOnly;
  39. wxStaticBoxSizer* m_updateFieldsSizer;
  40. wxCheckListBox* m_fieldsBox;
  41. wxButton* m_selAllBtn;
  42. wxButton* m_selNoneBtn;
  43. wxStaticBoxSizer* m_updateOptionsSizer;
  44. wxCheckBox* m_removeExtraBox;
  45. wxCheckBox* m_resetEmptyFields;
  46. wxCheckBox* m_resetFieldText;
  47. wxCheckBox* m_resetFieldVisibilities;
  48. wxCheckBox* m_resetFieldEffects;
  49. wxCheckBox* m_resetFieldPositions;
  50. wxStdDialogButtonSizer* m_sdbSizer;
  51. wxButton* m_sdbSizerOK;
  52. wxButton* m_sdbSizerCancel;
  53. // Virtual event handlers, overide them in your derived class
  54. virtual void onSelectAll( wxCommandEvent& event ) { event.Skip(); }
  55. virtual void onSelectNone( wxCommandEvent& event ) { event.Skip(); }
  56. virtual void onOkButtonClicked( wxCommandEvent& event ) { event.Skip(); }
  57. public:
  58. DIALOG_UPDATE_SYMBOL_FIELDS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Update Symbol Fields"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  59. ~DIALOG_UPDATE_SYMBOL_FIELDS_BASE();
  60. };