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.

61 lines
1.8 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 "dialog_shim.h"
  11. #include <wx/string.h>
  12. #include <wx/stattext.h>
  13. #include <wx/gdicmn.h>
  14. #include <wx/font.h>
  15. #include <wx/colour.h>
  16. #include <wx/settings.h>
  17. #include <wx/textctrl.h>
  18. #include <wx/checkbox.h>
  19. #include <wx/sizer.h>
  20. #include <wx/button.h>
  21. #include <wx/dialog.h>
  22. ///////////////////////////////////////////////////////////////////////////
  23. ///////////////////////////////////////////////////////////////////////////////
  24. /// Class DIALOG_GRID_SETTINGS_BASE
  25. ///////////////////////////////////////////////////////////////////////////////
  26. class DIALOG_GRID_SETTINGS_BASE : public DIALOG_SHIM
  27. {
  28. private:
  29. protected:
  30. wxStaticText* m_staticTextName;
  31. wxTextCtrl* m_textName;
  32. wxStaticText* m_staticTextOptional;
  33. wxStaticText* m_staticTextX;
  34. wxTextCtrl* m_textX;
  35. wxStaticText* m_staticTextXUnits;
  36. wxCheckBox* m_checkLinked;
  37. wxStaticText* m_staticTextY;
  38. wxTextCtrl* m_textY;
  39. wxStaticText* m_staticTextYUnits;
  40. wxStdDialogButtonSizer* m_stdButtons;
  41. wxButton* m_stdButtonsOK;
  42. wxButton* m_stdButtonsCancel;
  43. // Virtual event handlers, override them in your derived class
  44. virtual void OnLinkedChecked( wxCommandEvent& event ) { event.Skip(); }
  45. public:
  46. DIALOG_GRID_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Grid Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE );
  47. ~DIALOG_GRID_SETTINGS_BASE();
  48. };