2014-01-02 09:26:03 +00:00
///////////////////////////////////////////////////////////////////////////
2015-01-12 19:25:20 +00:00
// C++ code generated with wxFormBuilder (version Jun 5 2014)
2014-01-02 09:26:03 +00:00
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# include "dialog_export_idf_base.h"
///////////////////////////////////////////////////////////////////////////
DIALOG_EXPORT_IDF3_BASE : : DIALOG_EXPORT_IDF3_BASE ( wxWindow * parent , wxWindowID id , const wxString & title , const wxPoint & pos , const wxSize & size , long style ) : DIALOG_SHIM ( parent , id , title , pos , size , style )
{
this - > SetSizeHints ( wxDefaultSize , wxDefaultSize ) ;
wxBoxSizer * bSizerIDFFile ;
bSizerIDFFile = new wxBoxSizer ( wxVERTICAL ) ;
2015-01-12 19:25:20 +00:00
m_txtBrdFile = new wxStaticText ( this , wxID_ANY , _ ( " File name: " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
2014-01-02 09:26:03 +00:00
m_txtBrdFile - > Wrap ( - 1 ) ;
2015-01-12 19:25:20 +00:00
bSizerIDFFile - > Add ( m_txtBrdFile , 0 , wxBOTTOM | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2014-01-02 09:26:03 +00:00
2014-01-25 12:23:29 +00:00
m_filePickerIDF = new wxFilePickerCtrl ( this , wxID_ANY , wxEmptyString , _ ( " Select an IDF export filename " ) , wxT ( " *.emn " ) , wxDefaultPosition , wxSize ( 450 , - 1 ) , wxFLP_OVERWRITE_PROMPT | wxFLP_SAVE | wxFLP_USE_TEXTCTRL ) ;
bSizerIDFFile - > Add ( m_filePickerIDF , 0 , wxEXPAND | wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
2014-01-02 09:26:03 +00:00
2014-01-25 12:23:29 +00:00
wxString m_rbUnitSelectionChoices [ ] = { _ ( " Millimeters " ) , _ ( " Mils " ) } ;
int m_rbUnitSelectionNChoices = sizeof ( m_rbUnitSelectionChoices ) / sizeof ( wxString ) ;
2015-01-12 19:25:20 +00:00
m_rbUnitSelection = new wxRadioBox ( this , wxID_ANY , _ ( " Units " ) , wxDefaultPosition , wxDefaultSize , m_rbUnitSelectionNChoices , m_rbUnitSelectionChoices , 1 , wxRA_SPECIFY_COLS ) ;
2014-01-25 12:23:29 +00:00
m_rbUnitSelection - > SetSelection ( 0 ) ;
bSizerIDFFile - > Add ( m_rbUnitSelection , 0 , wxALL , 5 ) ;
2014-01-02 09:26:03 +00:00
2015-01-12 19:25:20 +00:00
bSizerIDFFile - > Add ( 0 , 0 , 1 , 0 , 5 ) ;
2014-01-25 12:23:29 +00:00
m_staticline1 = new wxStaticLine ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
bSizerIDFFile - > Add ( m_staticline1 , 0 , wxEXPAND | wxALL , 5 ) ;
2014-01-02 09:26:03 +00:00
m_sdbSizer1 = new wxStdDialogButtonSizer ( ) ;
m_sdbSizer1OK = new wxButton ( this , wxID_OK ) ;
m_sdbSizer1 - > AddButton ( m_sdbSizer1OK ) ;
m_sdbSizer1Cancel = new wxButton ( this , wxID_CANCEL ) ;
m_sdbSizer1 - > AddButton ( m_sdbSizer1Cancel ) ;
m_sdbSizer1 - > Realize ( ) ;
2015-01-12 19:25:20 +00:00
bSizerIDFFile - > Add ( m_sdbSizer1 , 0 , wxBOTTOM | wxEXPAND | wxLEFT | wxRIGHT , 5 ) ;
2014-01-02 09:26:03 +00:00
this - > SetSizer ( bSizerIDFFile ) ;
this - > Layout ( ) ;
2015-01-12 19:25:20 +00:00
bSizerIDFFile - > Fit ( this ) ;
2014-01-02 09:26:03 +00:00
this - > Centre ( wxBOTH ) ;
}
DIALOG_EXPORT_IDF3_BASE : : ~ DIALOG_EXPORT_IDF3_BASE ( )
{
}