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.

54 lines
1.5 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
  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/choice.h>
  20. #include <wx/sizer.h>
  21. #include <wx/button.h>
  22. #include <wx/dialog.h>
  23. ///////////////////////////////////////////////////////////////////////////
  24. ///////////////////////////////////////////////////////////////////////////////
  25. /// Class WX_TEXT_ENTRY_DIALOG_BASE
  26. ///////////////////////////////////////////////////////////////////////////////
  27. class WX_TEXT_ENTRY_DIALOG_BASE : public DIALOG_SHIM
  28. {
  29. private:
  30. protected:
  31. wxBoxSizer* m_mainSizer;
  32. wxStaticText* m_label;
  33. wxTextCtrl* m_textCtrl;
  34. wxStaticText* m_choiceLabel;
  35. wxChoice* m_choice;
  36. wxStdDialogButtonSizer* m_sdbSizer1;
  37. wxButton* m_sdbSizer1OK;
  38. wxButton* m_sdbSizer1Cancel;
  39. public:
  40. wxBoxSizer* m_ContentSizer;
  41. WX_TEXT_ENTRY_DIALOG_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  42. ~WX_TEXT_ENTRY_DIALOG_BASE();
  43. };