2014-01-02 10:26:03 +01:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-01-09 08:49:20 -05:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2014-01-02 10:26:03 +01:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2017-12-27 12:09:27 -05:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2014-01-02 10:26:03 +01:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-11-11 10:58:12 -05:00
|
|
|
#pragma once
|
2014-01-02 10:26:03 +01:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
2014-01-25 13:23:29 +01:00
|
|
|
#include <wx/intl.h>
|
2017-11-23 14:05:26 +01:00
|
|
|
class TEXT_CTRL_EVAL;
|
2014-01-02 10:26:03 +01:00
|
|
|
|
|
|
|
#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>
|
2015-08-18 19:48:42 -04:00
|
|
|
#include <wx/checkbox.h>
|
2015-08-13 15:13:34 +02:00
|
|
|
#include <wx/choice.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/valtext.h>
|
2014-01-25 13:23:29 +01:00
|
|
|
#include <wx/radiobox.h>
|
2024-05-08 10:22:25 -04:00
|
|
|
#include <wx/statbox.h>
|
2014-01-02 10:26:03 +01:00
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_EXPORT_IDF3_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_EXPORT_IDF3_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
2020-11-11 10:58:12 -05:00
|
|
|
|
2014-01-02 10:26:03 +01:00
|
|
|
protected:
|
|
|
|
wxStaticText* m_txtBrdFile;
|
|
|
|
wxFilePickerCtrl* m_filePickerIDF;
|
2015-08-13 15:13:34 +02:00
|
|
|
wxStaticText* m_staticText2;
|
2015-08-18 19:48:42 -04:00
|
|
|
wxCheckBox* m_cbAutoAdjustOffset;
|
2015-08-13 15:13:34 +02:00
|
|
|
wxStaticText* m_staticText5;
|
|
|
|
wxChoice* m_IDF_RefUnitChoice;
|
|
|
|
wxStaticText* m_staticText3;
|
2017-11-23 14:05:26 +01:00
|
|
|
TEXT_CTRL_EVAL* m_IDF_Xref;
|
2015-08-13 15:13:34 +02:00
|
|
|
wxStaticText* m_staticText4;
|
2017-11-23 14:05:26 +01:00
|
|
|
TEXT_CTRL_EVAL* m_IDF_Yref;
|
2014-01-25 13:23:29 +01:00
|
|
|
wxRadioBox* m_rbUnitSelection;
|
2024-05-08 10:22:25 -04:00
|
|
|
wxCheckBox* m_cbRemoveDNP;
|
|
|
|
wxCheckBox* m_cbRemoveUnspecified;
|
2016-07-18 17:54:41 +02:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
wxButton* m_sdbSizerCancel;
|
2020-11-11 10:58:12 -05:00
|
|
|
|
2014-01-02 10:26:03 +01:00
|
|
|
public:
|
2020-11-11 10:58:12 -05:00
|
|
|
|
|
|
|
DIALOG_EXPORT_IDF3_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Export IDFv3"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2023-01-09 08:49:20 -05:00
|
|
|
|
2014-01-02 10:26:03 +01:00
|
|
|
~DIALOG_EXPORT_IDF3_BASE();
|
2020-11-11 10:58:12 -05:00
|
|
|
|
2014-01-02 10:26:03 +01:00
|
|
|
};
|
|
|
|
|