2013-05-25 23:36:44 -05:00
///////////////////////////////////////////////////////////////////////////
2025-04-27 17:33:06 +01:00
// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
2013-05-25 23:36:44 -05:00
// http://www.wxformbuilder.org/
//
2018-08-02 13:00:41 -04:00
// PLEASE DO *NOT* EDIT THIS FILE!
2013-05-25 23:36:44 -05:00
///////////////////////////////////////////////////////////////////////////
2018-02-18 10:09:13 +01:00
# pragma once
2013-05-25 23:36:44 -05: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 15:56:04 +01:00
# include <wx/dataview.h>
2013-05-25 23:36:44 -05:00
# include <wx/sizer.h>
2018-05-25 15:56:04 +01:00
# include <wx/checkbox.h>
# include <wx/choice.h>
2013-05-25 23:36:44 -05:00
# include <wx/textctrl.h>
2018-05-25 15:56:04 +01:00
# include <wx/gbsizer.h>
2020-08-07 15:04:34 +01:00
# include <wx/statbox.h>
2018-02-18 10:09:13 +01:00
# include <wx/spinctrl.h>
2013-05-25 23:36:44 -05:00
# include <wx/button.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
2014-07-15 18:53:13 +02:00
/// Class DIALOG_NONCOPPER_ZONES_PROPERTIES_BASE
2013-05-25 23:36:44 -05:00
///////////////////////////////////////////////////////////////////////////////
2014-07-15 18:53:13 +02:00
class DIALOG_NONCOPPER_ZONES_PROPERTIES_BASE : public DIALOG_SHIM
2013-05-25 23:36:44 -05:00
{
private :
2018-02-18 10:09:13 +01:00
2013-05-25 23:36:44 -05:00
protected :
wxStaticText * m_staticTextLayerSelection ;
2018-05-25 15:56:04 +01:00
wxDataViewListCtrl * m_layers ;
2021-05-06 22:49:07 +01:00
wxCheckBox * m_cbLocked ;
2018-05-25 15:56:04 +01:00
wxStaticText * m_staticTextStyle ;
2020-08-07 15:04:34 +01:00
wxChoice * m_OutlineDisplayCtrl ;
2022-02-12 18:56:45 +01:00
wxStaticText * m_stBorderHatchPitchText ;
wxTextCtrl * m_outlineHatchPitchCtrl ;
wxStaticText * m_outlineHatchUnits ;
2018-05-25 15:56:04 +01:00
wxStaticText * m_MinWidthLabel ;
wxTextCtrl * m_MinWidthCtrl ;
wxStaticText * m_MinWidthUnits ;
2020-08-07 15:04:34 +01:00
wxStaticText * m_staticTextSmoothing ;
wxChoice * m_cornerSmoothingChoice ;
wxStaticText * m_cornerRadiusLabel ;
wxTextCtrl * m_cornerRadiusCtrl ;
wxStaticText * m_cornerRadiusUnits ;
2018-02-18 10:09:13 +01:00
wxStaticText * m_staticTextGridFillType ;
wxChoice * m_GridStyleCtrl ;
2021-08-16 12:43:54 +01: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 10:09:13 +01:00
wxSpinCtrl * m_spinCtrlSmoothLevel ;
2021-08-16 12:43:54 +01:00
wxStaticText * m_smoothValueLabel ;
2018-02-18 10:09:13 +01:00
wxSpinCtrlDouble * m_spinCtrlSmoothValue ;
2013-05-25 23:36:44 -05:00
wxStdDialogButtonSizer * m_sdbSizerButtons ;
wxButton * m_sdbSizerButtonsOK ;
wxButton * m_sdbSizerButtonsCancel ;
2018-02-18 10:09:13 +01:00
2023-01-09 08:49:20 -05:00
// Virtual event handlers, override them in your derived class
2019-04-30 13:16:29 +02:00
virtual void OnUpdateUI ( wxUpdateUIEvent & event ) { event . Skip ( ) ; }
2018-05-25 15:56:04 +01:00
virtual void OnLayerSelection ( wxDataViewEvent & event ) { event . Skip ( ) ; }
2018-02-18 10:09:13 +01:00
virtual void OnStyleSelection ( wxCommandEvent & event ) { event . Skip ( ) ; }
2013-05-25 23:36:44 -05:00
public :
2018-02-18 10:09:13 +01:00
2022-05-29 21:28:10 +01: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 ) ;
2023-01-09 08:49:20 -05:00
2014-07-15 18:53:13 +02:00
~ DIALOG_NONCOPPER_ZONES_PROPERTIES_BASE ( ) ;
2018-02-18 10:09:13 +01:00
2013-05-25 23:36:44 -05:00
} ;