kicad-source/pcbnew/dialogs/dialog_export_vrml_base.h

71 lines
2.1 KiB
C
Raw Permalink Normal View History

///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
// http://www.wxformbuilder.org/
//
// PLEASE DO *NOT* EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
2020-11-11 10:58:12 -05:00
#pragma once
#include <wx/artprov.h>
#include <wx/xrc/xmlres.h>
#include <wx/intl.h>
#include "dialog_shim.h"
#include <wx/string.h>
#include <wx/stattext.h>
#include <wx/gdicmn.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/filepicker.h>
#include <wx/textctrl.h>
#include <wx/sizer.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/button.h>
#include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_EXPORT_VRML_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_EXPORT_VRML_BASE : public DIALOG_SHIM
{
private:
2020-11-11 10:58:12 -05:00
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(); }
2020-11-11 10:58:12 -05:00
public:
2020-11-11 10:58:12 -05:00
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();
2020-11-11 10:58:12 -05:00
};