2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2021-05-06 21:49:07 +00:00
// C++ code generated with wxFormBuilder (version Oct 26 2018)
2013-05-26 04:36:44 +00:00
// http://www.wxformbuilder.org/
//
2018-08-02 17:00:41 +00:00
// PLEASE DO *NOT* EDIT THIS FILE!
2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2018-02-18 09:09:13 +00:00
# pragma once
2013-05-26 04:36:44 +00:00
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
# 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>
2018-05-25 14:56:04 +00:00
# include <wx/dataview.h>
2013-05-26 04:36:44 +00:00
# include <wx/sizer.h>
2018-05-25 14:56:04 +00:00
# include <wx/checkbox.h>
# include <wx/choice.h>
2013-05-26 04:36:44 +00:00
# include <wx/textctrl.h>
2018-05-25 14:56:04 +00:00
# include <wx/gbsizer.h>
2020-08-07 14:04:34 +00:00
# include <wx/statbox.h>
2018-02-18 09:09:13 +00:00
# include <wx/spinctrl.h>
2020-08-07 14:04:34 +00:00
# include <wx/statline.h>
2013-05-26 04:36:44 +00:00
# include <wx/button.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
2014-07-15 16:53:13 +00:00
/// Class DIALOG_NONCOPPER_ZONES_PROPERTIES_BASE
2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////////
2014-07-15 16:53:13 +00:00
class DIALOG_NONCOPPER_ZONES_PROPERTIES_BASE : public DIALOG_SHIM
2013-05-26 04:36:44 +00:00
{
private :
2018-02-18 09:09:13 +00:00
2013-05-26 04:36:44 +00:00
protected :
wxStaticText * m_staticTextLayerSelection ;
2018-05-25 14:56:04 +00:00
wxDataViewListCtrl * m_layers ;
wxCheckBox * m_ConstrainOpt ;
2021-05-06 21:49:07 +00:00
wxCheckBox * m_cbLocked ;
2018-05-25 14:56:04 +00:00
wxStaticText * m_staticTextStyle ;
2020-08-07 14:04:34 +00:00
wxChoice * m_OutlineDisplayCtrl ;
2018-05-25 14:56:04 +00:00
wxStaticText * m_MinWidthLabel ;
wxTextCtrl * m_MinWidthCtrl ;
wxStaticText * m_MinWidthUnits ;
2020-08-07 14:04:34 +00:00
wxStaticText * m_staticTextSmoothing ;
wxChoice * m_cornerSmoothingChoice ;
wxStaticText * m_cornerRadiusLabel ;
wxTextCtrl * m_cornerRadiusCtrl ;
wxStaticText * m_cornerRadiusUnits ;
2018-02-18 09:09:13 +00:00
wxStaticText * m_staticTextGridFillType ;
wxChoice * m_GridStyleCtrl ;
wxStaticText * m_staticTextGrindOrient ;
wxTextCtrl * m_tcGridStyleOrientation ;
wxStaticText * m_staticTextRotUnits ;
wxStaticText * m_staticTextStyleThickness ;
wxTextCtrl * m_tcGridStyleThickness ;
wxStaticText * m_GridStyleThicknessUnits ;
wxStaticText * m_staticTextGridGap ;
wxTextCtrl * m_tcGridStyleGap ;
wxStaticText * m_GridStyleGapUnits ;
wxStaticText * m_staticTextGridSmoothingLevel ;
wxSpinCtrl * m_spinCtrlSmoothLevel ;
wxStaticText * m_staticTextGridSmootingVal ;
wxSpinCtrlDouble * m_spinCtrlSmoothValue ;
2013-05-26 04:36:44 +00:00
wxStaticLine * m_staticline1 ;
wxStdDialogButtonSizer * m_sdbSizerButtons ;
wxButton * m_sdbSizerButtonsOK ;
wxButton * m_sdbSizerButtonsCancel ;
2018-02-18 09:09:13 +00:00
2013-05-26 04:36:44 +00:00
// Virtual event handlers, overide them in your derived class
2019-04-30 11:16:29 +00:00
virtual void OnUpdateUI ( wxUpdateUIEvent & event ) { event . Skip ( ) ; }
2018-05-25 14:56:04 +00:00
virtual void OnLayerSelection ( wxDataViewEvent & event ) { event . Skip ( ) ; }
2018-02-18 09:09:13 +00:00
virtual void OnStyleSelection ( wxCommandEvent & event ) { event . Skip ( ) ; }
2013-05-26 04:36:44 +00:00
public :
2018-02-18 09:09:13 +00:00
2020-11-11 15:58:12 +00:00
DIALOG_NONCOPPER_ZONES_PROPERTIES_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Non Copper Zones Properties " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( - 1 , - 1 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxFULL_REPAINT_ON_RESIZE | wxBORDER_SUNKEN ) ;
2014-07-15 16:53:13 +00:00
~ DIALOG_NONCOPPER_ZONES_PROPERTIES_BASE ( ) ;
2018-02-18 09:09:13 +00:00
2013-05-26 04:36:44 +00:00
} ;