2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2022-05-29 20:28:10 +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 ;
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 ;
2022-02-12 17:56:45 +00:00
wxStaticText * m_stBorderHatchPitchText ;
wxTextCtrl * m_outlineHatchPitchCtrl ;
wxStaticText * m_outlineHatchUnits ;
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 ;
2021-08-16 11:43:54 +00:00
wxStaticText * m_hatchOrientLabel ;
wxTextCtrl * m_hatchOrientCtrl ;
wxStaticText * m_hatchOrientUnits ;
wxStaticText * m_hatchWidthLabel ;
wxTextCtrl * m_hatchWidthCtrl ;
wxStaticText * m_hatchWidthUnits ;
wxStaticText * m_hatchGapLabel ;
wxTextCtrl * m_hatchGapCtrl ;
wxStaticText * m_hatchGapUnits ;
wxStaticText * m_smoothLevelLabel ;
2018-02-18 09:09:13 +00:00
wxSpinCtrl * m_spinCtrlSmoothLevel ;
2021-08-16 11:43:54 +00:00
wxStaticText * m_smoothValueLabel ;
2018-02-18 09:09:13 +00:00
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
2022-05-29 20:28:10 +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
2022-05-29 20:28:10 +00:00
DIALOG_NONCOPPER_ZONES_PROPERTIES_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Non Copper Zone 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
} ;