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.

67 lines
2.0 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Nov 22 2017)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_EXPORT_IDF_BASE_H__
  8. #define __DIALOG_EXPORT_IDF_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. class TEXT_CTRL_EVAL;
  13. #include "dialog_shim.h"
  14. #include <wx/string.h>
  15. #include <wx/stattext.h>
  16. #include <wx/gdicmn.h>
  17. #include <wx/font.h>
  18. #include <wx/colour.h>
  19. #include <wx/settings.h>
  20. #include <wx/filepicker.h>
  21. #include <wx/checkbox.h>
  22. #include <wx/choice.h>
  23. #include <wx/sizer.h>
  24. #include <wx/textctrl.h>
  25. #include <wx/valtext.h>
  26. #include <wx/radiobox.h>
  27. #include <wx/statline.h>
  28. #include <wx/button.h>
  29. #include <wx/dialog.h>
  30. ///////////////////////////////////////////////////////////////////////////
  31. ///////////////////////////////////////////////////////////////////////////////
  32. /// Class DIALOG_EXPORT_IDF3_BASE
  33. ///////////////////////////////////////////////////////////////////////////////
  34. class DIALOG_EXPORT_IDF3_BASE : public DIALOG_SHIM
  35. {
  36. private:
  37. protected:
  38. wxStaticText* m_txtBrdFile;
  39. wxFilePickerCtrl* m_filePickerIDF;
  40. wxStaticText* m_staticText2;
  41. wxCheckBox* m_cbAutoAdjustOffset;
  42. wxStaticText* m_staticText5;
  43. wxChoice* m_IDF_RefUnitChoice;
  44. wxStaticText* m_staticText3;
  45. TEXT_CTRL_EVAL* m_IDF_Xref;
  46. wxStaticText* m_staticText4;
  47. TEXT_CTRL_EVAL* m_IDF_Yref;
  48. wxRadioBox* m_rbUnitSelection;
  49. wxStaticLine* m_staticline1;
  50. wxStdDialogButtonSizer* m_sdbSizer;
  51. wxButton* m_sdbSizerOK;
  52. wxButton* m_sdbSizerCancel;
  53. public:
  54. DIALOG_EXPORT_IDF3_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Export IDFv3"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  55. ~DIALOG_EXPORT_IDF3_BASE();
  56. };
  57. #endif //__DIALOG_EXPORT_IDF_BASE_H__