2018-04-28 15:22:25 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-08-04 16:28:36 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-282-g1fa54006)
|
2018-04-28 15:22:25 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-08-21 14:31:52 +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>
|
2020-03-12 19:05:08 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/statbmp.h>
|
2020-08-14 19:51:57 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
2018-04-28 15:22:25 +00:00
|
|
|
#include <wx/sizer.h>
|
2021-05-16 07:11:13 +00:00
|
|
|
#include <wx/statline.h>
|
2018-04-28 15:22:25 +00:00
|
|
|
#include <wx/textctrl.h>
|
2021-08-12 16:58:30 +00:00
|
|
|
#include <wx/checkbox.h>
|
|
|
|
#include <wx/gbsizer.h>
|
2018-04-28 15:22:25 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class PANEL_SETUP_MASK_AND_PASTE_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2019-08-21 14:31:52 +00:00
|
|
|
class PANEL_SETUP_MASK_AND_PASTE_BASE : public wxPanel
|
2018-04-28 15:22:25 +00:00
|
|
|
{
|
|
|
|
private:
|
2019-08-21 14:31:52 +00:00
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
protected:
|
2020-03-12 19:05:08 +00:00
|
|
|
wxStaticBitmap* m_bitmapWarning;
|
|
|
|
wxStaticText* m_staticTextInfoMaskMinWidth;
|
2021-05-16 07:11:13 +00:00
|
|
|
wxStaticText* m_staticTextInfoMaskMinWidth1;
|
|
|
|
wxStaticLine* m_staticline1;
|
2021-08-06 14:26:08 +00:00
|
|
|
wxStaticText* m_maskMarginLabel;
|
|
|
|
wxTextCtrl* m_maskMarginCtrl;
|
|
|
|
wxStaticText* m_maskMarginUnits;
|
|
|
|
wxStaticText* m_maskMinWidthLabel;
|
|
|
|
wxTextCtrl* m_maskMinWidthCtrl;
|
|
|
|
wxStaticText* m_maskMinWidthUnits;
|
2021-08-22 22:05:47 +00:00
|
|
|
wxStaticText* m_maskToCopperClearanceLabel;
|
|
|
|
wxTextCtrl* m_maskToCopperClearanceCtrl;
|
|
|
|
wxStaticText* m_maskToCopperClearanceUnits;
|
2021-08-12 16:58:30 +00:00
|
|
|
wxCheckBox* m_allowBridges;
|
2021-08-22 22:05:47 +00:00
|
|
|
wxCheckBox* m_tentVias;
|
2021-08-06 14:26:08 +00:00
|
|
|
wxStaticText* m_pasteMarginLabel;
|
|
|
|
wxTextCtrl* m_pasteMarginCtrl;
|
|
|
|
wxStaticText* m_pasteMarginUnits;
|
|
|
|
wxStaticText* m_pasteMarginRatioLabel;
|
|
|
|
wxTextCtrl* m_pasteMarginRatioCtrl;
|
|
|
|
wxStaticText* m_pasteMarginRatioUnits;
|
2019-08-21 14:31:52 +00:00
|
|
|
wxStaticText* m_staticTextInfoPaste;
|
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
public:
|
2019-08-21 14:31:52 +00:00
|
|
|
|
2021-10-29 19:29:49 +00:00
|
|
|
PANEL_SETUP_MASK_AND_PASTE_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
|
2023-01-11 01:00:47 +00:00
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
~PANEL_SETUP_MASK_AND_PASTE_BASE();
|
2019-08-21 14:31:52 +00:00
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
};
|
|
|
|
|