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.

73 lines
2.0 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.9.0 Nov 1 2020)
  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/filepicker.h>
  19. #include <wx/textctrl.h>
  20. #include <wx/sizer.h>
  21. #include <wx/choice.h>
  22. #include <wx/panel.h>
  23. #include <wx/radiobox.h>
  24. #include <wx/checkbox.h>
  25. #include <wx/statline.h>
  26. #include <wx/button.h>
  27. #include <wx/dialog.h>
  28. ///////////////////////////////////////////////////////////////////////////
  29. ///////////////////////////////////////////////////////////////////////////////
  30. /// Class DIALOG_EXPORT_3DFILE_BASE
  31. ///////////////////////////////////////////////////////////////////////////////
  32. class DIALOG_EXPORT_3DFILE_BASE : public DIALOG_SHIM
  33. {
  34. private:
  35. protected:
  36. enum
  37. {
  38. ID_USE_ABS_PATH = 1000
  39. };
  40. wxStaticText* m_staticText1;
  41. wxFilePickerCtrl* m_filePicker;
  42. wxStaticText* m_staticText3;
  43. wxTextCtrl* m_SubdirNameCtrl;
  44. wxPanel* m_panel1;
  45. wxStaticText* m_staticText6;
  46. wxStaticText* m_staticText61;
  47. wxChoice* m_VRML_RefUnitChoice;
  48. wxStaticText* m_staticText4;
  49. wxTextCtrl* m_VRML_Xref;
  50. wxStaticText* m_staticText5;
  51. wxTextCtrl* m_VRML_Yref;
  52. wxRadioBox* m_rbSelectUnits;
  53. wxCheckBox* m_cbCopyFiles;
  54. wxCheckBox* m_cbUseRelativePaths;
  55. wxCheckBox* m_cbPlainPCB;
  56. wxStaticLine* m_staticline1;
  57. wxStdDialogButtonSizer* m_sdbSizer1;
  58. wxButton* m_sdbSizer1OK;
  59. wxButton* m_sdbSizer1Cancel;
  60. public:
  61. DIALOG_EXPORT_3DFILE_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("VRML Export Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  62. ~DIALOG_EXPORT_3DFILE_BASE();
  63. };