/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_EXPORT_VRML_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_EXPORT_VRML_BASE : public DIALOG_SHIM { private: protected: wxStaticText* m_staticText1; wxFilePickerCtrl* m_filePicker; wxStaticText* m_staticText3; wxTextCtrl* m_SubdirNameCtrl; wxCheckBox* m_cbUserDefinedOrigin; wxStaticText* m_xLabel; wxTextCtrl* m_VRML_Xref; wxStaticText* m_xUnits; wxStaticText* m_yLabel; wxTextCtrl* m_VRML_Yref; wxStaticText* m_yUnits; wxStaticText* m_unitsLabel; wxChoice* m_unitsChoice; wxCheckBox* m_cbRemoveDNP; wxCheckBox* m_cbRemoveUnspecified; wxCheckBox* m_cbCopyFiles; wxCheckBox* m_cbUseRelativePaths; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; // Virtual event handlers, override them in your derived class virtual void OnUpdateUseRelativePath( wxUpdateUIEvent& event ) { event.Skip(); } public: DIALOG_EXPORT_VRML_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 ); ~DIALOG_EXPORT_VRML_BASE(); };