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.

75 lines
2.1 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_VRML_BASE_H__
  8. #define __DIALOG_EXPORT_VRML_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. #include "dialog_shim.h"
  13. #include <wx/string.h>
  14. #include <wx/stattext.h>
  15. #include <wx/gdicmn.h>
  16. #include <wx/font.h>
  17. #include <wx/colour.h>
  18. #include <wx/settings.h>
  19. #include <wx/filepicker.h>
  20. #include <wx/textctrl.h>
  21. #include <wx/sizer.h>
  22. #include <wx/choice.h>
  23. #include <wx/panel.h>
  24. #include <wx/radiobox.h>
  25. #include <wx/checkbox.h>
  26. #include <wx/statline.h>
  27. #include <wx/button.h>
  28. #include <wx/dialog.h>
  29. ///////////////////////////////////////////////////////////////////////////
  30. ///////////////////////////////////////////////////////////////////////////////
  31. /// Class DIALOG_EXPORT_3DFILE_BASE
  32. ///////////////////////////////////////////////////////////////////////////////
  33. class DIALOG_EXPORT_3DFILE_BASE : public DIALOG_SHIM
  34. {
  35. private:
  36. protected:
  37. enum
  38. {
  39. ID_USE_ABS_PATH = 1000
  40. };
  41. wxStaticText* m_staticText1;
  42. wxFilePickerCtrl* m_filePicker;
  43. wxStaticText* m_staticText3;
  44. wxTextCtrl* m_SubdirNameCtrl;
  45. wxPanel* m_panel1;
  46. wxStaticText* m_staticText6;
  47. wxStaticText* m_staticText61;
  48. wxChoice* m_VRML_RefUnitChoice;
  49. wxStaticText* m_staticText4;
  50. wxTextCtrl* m_VRML_Xref;
  51. wxStaticText* m_staticText5;
  52. wxTextCtrl* m_VRML_Yref;
  53. wxRadioBox* m_rbSelectUnits;
  54. wxCheckBox* m_cbCopyFiles;
  55. wxCheckBox* m_cbUseRelativePaths;
  56. wxCheckBox* m_cbPlainPCB;
  57. wxStaticLine* m_staticline1;
  58. wxStdDialogButtonSizer* m_sdbSizer1;
  59. wxButton* m_sdbSizer1OK;
  60. wxButton* m_sdbSizer1Cancel;
  61. public:
  62. 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 );
  63. ~DIALOG_EXPORT_3DFILE_BASE();
  64. };
  65. #endif //__DIALOG_EXPORT_VRML_BASE_H__