@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Sep 8 2016 )
// C++ code generated with wxFormBuilder (version Jun 5 2014 )
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
@ -16,11 +16,11 @@ DIALOG_EXPORT_STEP_BASE::DIALOG_EXPORT_STEP_BASE( wxWindow* parent, wxWindowID i
wxBoxSizer * bSizerSTEPFile ;
bSizerSTEPFile = new wxBoxSizer ( wxVERTICAL ) ;
m_txtBrdFile = new wxStaticText ( this , wxID_ANY , _ ( " STEP File name:" ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_txtBrdFile = new wxStaticText ( this , wxID_ANY , _ ( " File name: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_txtBrdFile - > Wrap ( - 1 ) ;
bSizerSTEPFile - > Add ( m_txtBrdFile , 0 , wxALL , 5 ) ;
m_filePickerSTEP = new wxFilePickerCtrl ( this , wxID_ANY , wxEmptyString , _ ( " Select a STEP export filename " ) , wxT ( " *.stp, *.step" ) , wxDefaultPosition , wxSize ( 450 , - 1 ) , wxFLP_OVERWRITE_PROMPT | wxFLP_SAVE | wxFLP_USE_TEXTCTRL ) ;
m_filePickerSTEP = new wxFilePickerCtrl ( this , wxID_ANY , wxEmptyString , _ ( " Select a STEP export filename " ) , wxT ( " STEP files (*.stp;*.step)|*.stp; *.step" ) , wxDefaultPosition , wxSize ( - 1 , - 1 ) , wxFLP_SAVE | wxFLP_USE_TEXTCTRL ) ;
bSizerSTEPFile - > Add ( m_filePickerSTEP , 0 , wxEXPAND | wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
m_staticline2 = new wxStaticLine ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
@ -32,9 +32,9 @@ DIALOG_EXPORT_STEP_BASE::DIALOG_EXPORT_STEP_BASE( wxWindow* parent, wxWindowID i
wxBoxSizer * bSizer7 ;
bSizer7 = new wxBoxSizer ( wxVERTICAL ) ;
m_staticText6 = new wxStaticText ( this , wxID_ANY , _ ( " STEP coordinates origin options:" ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText6 = new wxStaticText ( this , wxID_ANY , _ ( " Coordinate origin options:" ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText6 - > Wrap ( - 1 ) ;
m_staticText6 - > SetFont ( wxFont ( wxNORMAL_FONT - > GetPointSize ( ) , wxFONTFAMILY_DEFAULT , wxFONTSTYLE_NORMAL , wxFONTWEIGHT_BOLD , false , wxEmptyString ) ) ;
m_staticText6 - > SetFont ( wxFont ( wxNORMAL_FONT - > GetPointSize ( ) , 70 , 90 , 92 , false , wxEmptyString ) ) ;
bSizer7 - > Add ( m_staticText6 , 0 , wxALL , 5 ) ;
@ -78,7 +78,7 @@ DIALOG_EXPORT_STEP_BASE::DIALOG_EXPORT_STEP_BASE( wxWindow* parent, wxWindowID i
m_staticText2 = new wxStaticText ( this , wxID_ANY , _ ( " User defined origin: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText2 - > Wrap ( - 1 ) ;
m_staticText2 - > SetFont ( wxFont ( wxNORMAL_FONT - > GetPointSize ( ) , wxFONTFAMILY_DEFAULT , wxFONTSTYLE_NORMAL , wxFONTWEIGHT_BOLD , false , wxEmptyString ) ) ;
m_staticText2 - > SetFont ( wxFont ( wxNORMAL_FONT - > GetPointSize ( ) , 70 , 90 , 92 , false , wxEmptyString ) ) ;
bSizer3 - > Add ( m_staticText2 , 0 , wxALL , 5 ) ;
@ -103,37 +103,23 @@ DIALOG_EXPORT_STEP_BASE::DIALOG_EXPORT_STEP_BASE( wxWindow* parent, wxWindowID i
fgSizer1 - > Add ( 0 , 0 , 1 , wxEXPAND | wxRIGHT | wxLEFT , 5 ) ;
m_staticText3 = new wxStaticText ( this , wxID_ANY , _ ( " X P osition: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText3 = new wxStaticText ( this , wxID_ANY , _ ( " X p osition: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText3 - > Wrap ( - 1 ) ;
fgSizer1 - > Add ( m_staticText3 , 0 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
m_STEP_Xorg = new wxTextCtrl ( this , wxID_ANY , _ ( " 0 " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
# ifdef __WXGTK__
if ( ! m_STEP_Xorg - > HasFlag ( wxTE_MULTILINE ) )
{
m_STEP_Xorg - > SetMaxLength ( 8 ) ;
}
# else
m_STEP_Xorg - > SetMaxLength ( 8 ) ;
# endif
fgSizer1 - > Add ( m_STEP_Xorg , 0 , wxALIGN_CENTER_VERTICAL | wxALL | wxEXPAND , 5 ) ;
fgSizer1 - > Add ( 0 , 0 , 1 , wxEXPAND | wxRIGHT | wxLEFT , 5 ) ;
m_staticText4 = new wxStaticText ( this , wxID_ANY , _ ( " Y P osition: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText4 = new wxStaticText ( this , wxID_ANY , _ ( " Y p osition: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText4 - > Wrap ( - 1 ) ;
fgSizer1 - > Add ( m_staticText4 , 0 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
m_STEP_Yorg = new wxTextCtrl ( this , wxID_ANY , _ ( " 0 " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
# ifdef __WXGTK__
if ( ! m_STEP_Yorg - > HasFlag ( wxTE_MULTILINE ) )
{
m_STEP_Yorg - > SetMaxLength ( 8 ) ;
}
# else
m_STEP_Yorg - > SetMaxLength ( 8 ) ;
# endif
fgSizer1 - > Add ( m_STEP_Yorg , 0 , wxALIGN_CENTER_VERTICAL | wxALL | wxEXPAND , 5 ) ;
@ -147,7 +133,7 @@ DIALOG_EXPORT_STEP_BASE::DIALOG_EXPORT_STEP_BASE( wxWindow* parent, wxWindowID i
m_staticText7 = new wxStaticText ( this , wxID_ANY , _ ( " Other options: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_staticText7 - > Wrap ( - 1 ) ;
m_staticText7 - > SetFont ( wxFont ( wxNORMAL_FONT - > GetPointSize ( ) , wxFONTFAMILY_DEFAULT , wxFONTSTYLE_NORMAL , wxFONTWEIGHT_BOLD , false , wxEmptyString ) ) ;
m_staticText7 - > SetFont ( wxFont ( wxNORMAL_FONT - > GetPointSize ( ) , 70 , 90 , 92 , false , wxEmptyString ) ) ;
bSizer8 - > Add ( m_staticText7 , 0 , wxALL , 5 ) ;
@ -159,7 +145,7 @@ DIALOG_EXPORT_STEP_BASE::DIALOG_EXPORT_STEP_BASE( wxWindow* parent, wxWindowID i
fgSizer3 - > Add ( 0 , 0 , 1 , wxEXPAND | wxRIGHT | wxLEFT , 5 ) ;
m_cbRemoveVirtual = new wxCheckBox ( this , wxID_ANY , _ ( " Ignore Virtual C omponents " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_cbRemoveVirtual = new wxCheckBox ( this , wxID_ANY , _ ( " Ignore virtual c omponents " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
fgSizer3 - > Add ( m_cbRemoveVirtual , 0 , wxALL , 5 ) ;