2018-04-28 15:22:25 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2022-12-13 20:47:28 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2018-04-28 15:22:25 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-03-10 18:46:57 +00:00
|
|
|
#pragma once
|
2018-04-28 15:22:25 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2022-12-13 20:47:28 +00:00
|
|
|
class STD_BITMAP_BUTTON;
|
|
|
|
|
2018-04-28 15:22:25 +00: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/textctrl.h>
|
2020-03-10 18:46:57 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
2018-04-28 15:22:25 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/checkbox.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_IMPORT_SETTINGS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_IMPORT_SETTINGS_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
2020-03-10 18:46:57 +00:00
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
protected:
|
|
|
|
wxBoxSizer* m_MainSizer;
|
|
|
|
wxTextCtrl* m_filePathCtrl;
|
2022-12-13 20:47:28 +00:00
|
|
|
STD_BITMAP_BUTTON* m_browseButton;
|
2020-09-20 12:42:43 +00:00
|
|
|
wxBoxSizer* m_buttonsSizer;
|
2021-08-25 23:14:36 +00:00
|
|
|
wxButton* m_selectAllButton;
|
2018-04-28 15:22:25 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
|
|
wxButton* m_sdbSizer1OK;
|
|
|
|
wxButton* m_sdbSizer1Cancel;
|
2020-03-10 18:46:57 +00:00
|
|
|
|
2022-12-13 20:47:28 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2018-04-28 15:22:25 +00:00
|
|
|
virtual void OnBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
|
2020-08-07 17:08:45 +00:00
|
|
|
virtual void OnCheckboxClicked( wxCommandEvent& event ) { event.Skip(); }
|
2018-04-28 15:22:25 +00:00
|
|
|
virtual void OnSelectAll( wxCommandEvent& event ) { event.Skip(); }
|
2020-03-10 18:46:57 +00:00
|
|
|
|
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
public:
|
|
|
|
wxCheckBox* m_LayersOpt;
|
2021-08-25 23:14:36 +00:00
|
|
|
wxCheckBox* m_MaskAndPasteOpt;
|
2018-04-28 15:22:25 +00:00
|
|
|
wxCheckBox* m_TextAndGraphicsOpt;
|
2021-08-25 23:14:36 +00:00
|
|
|
wxCheckBox* m_FormattingOpt;
|
2018-04-28 15:22:25 +00:00
|
|
|
wxCheckBox* m_ConstraintsOpt;
|
2019-03-07 04:55:14 +00:00
|
|
|
wxCheckBox* m_TracksAndViasOpt;
|
2023-05-12 21:03:54 +00:00
|
|
|
wxCheckBox* m_TeardropsOpt;
|
2023-10-30 18:12:26 +00:00
|
|
|
wxCheckBox* m_TuningPatternsOpt;
|
2020-07-06 10:51:04 +00:00
|
|
|
wxCheckBox* m_NetclassesOpt;
|
2023-10-30 18:12:26 +00:00
|
|
|
wxCheckBox* m_CustomRulesOpt;
|
2021-08-25 23:14:36 +00:00
|
|
|
wxCheckBox* m_SeveritiesOpt;
|
2020-03-10 18:46:57 +00:00
|
|
|
|
|
|
|
DIALOG_IMPORT_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Import Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2022-12-13 20:47:28 +00:00
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
~DIALOG_IMPORT_SETTINGS_BASE();
|
2020-03-10 18:46:57 +00:00
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
};
|
|
|
|
|