2018-05-25 14:56:04 +00:00
///////////////////////////////////////////////////////////////////////////
2023-01-09 13:49:20 +00:00
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
2018-05-25 14:56:04 +00:00
// http://www.wxformbuilder.org/
//
2018-08-02 17:00:41 +00:00
// PLEASE DO *NOT* EDIT THIS FILE!
2018-05-25 14:56:04 +00:00
///////////////////////////////////////////////////////////////////////////
2019-10-28 09:15:03 +00:00
# pragma once
2018-05-25 14:56:04 +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>
# include <wx/dataview.h>
# include <wx/sizer.h>
2020-06-26 02:19:51 +00:00
# include <wx/textctrl.h>
2022-02-13 14:19:12 +00:00
# include <wx/checkbox.h>
2021-05-06 21:49:07 +00:00
# include <wx/choice.h>
2022-02-13 14:19:12 +00:00
# include <wx/gbsizer.h>
2018-05-25 14:56:04 +00:00
# include <wx/button.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
2020-09-21 23:32:07 +00:00
/// Class DIALOG_RULE_AREA_PROPERTIES_BASE
2018-05-25 14:56:04 +00:00
///////////////////////////////////////////////////////////////////////////////
2020-09-21 23:32:07 +00:00
class DIALOG_RULE_AREA_PROPERTIES_BASE : public DIALOG_SHIM
2018-05-25 14:56:04 +00:00
{
private :
2019-10-28 09:15:03 +00:00
2018-05-25 14:56:04 +00:00
protected :
wxStaticText * m_staticTextLayerSelection ;
wxDataViewListCtrl * m_layers ;
2022-02-13 14:19:12 +00:00
wxStaticText * m_staticText3 ;
wxTextCtrl * m_tcName ;
wxCheckBox * m_cbLocked ;
2020-09-21 23:32:07 +00:00
wxStaticText * m_staticTextBasicRules ;
2018-05-25 14:56:04 +00:00
wxCheckBox * m_cbTracksCtrl ;
wxCheckBox * m_cbViasCtrl ;
2020-05-07 00:30:46 +00:00
wxCheckBox * m_cbPadsCtrl ;
2018-05-25 14:56:04 +00:00
wxCheckBox * m_cbCopperPourCtrl ;
2020-05-07 00:30:46 +00:00
wxCheckBox * m_cbFootprintsCtrl ;
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
wxStdDialogButtonSizer * m_sdbSizerButtons ;
wxButton * m_sdbSizerButtonsOK ;
wxButton * m_sdbSizerButtonsCancel ;
2019-10-28 09:15:03 +00:00
2023-01-09 13:49:20 +00:00
// Virtual event handlers, override them in your derived class
2018-05-25 14:56:04 +00:00
virtual void OnLayerSelection ( wxDataViewEvent & event ) { event . Skip ( ) ; }
2019-10-28 09:15:03 +00:00
virtual void onLayerListRightDown ( wxMouseEvent & event ) { event . Skip ( ) ; }
2018-05-25 14:56:04 +00:00
virtual void OnSizeLayersList ( wxSizeEvent & event ) { event . Skip ( ) ; }
2019-10-28 09:15:03 +00:00
2018-05-25 14:56:04 +00:00
public :
2019-10-28 09:15:03 +00:00
2020-09-21 23:32:07 +00:00
DIALOG_RULE_AREA_PROPERTIES_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Rule Area 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 13:49:20 +00:00
2020-09-21 23:32:07 +00:00
~ DIALOG_RULE_AREA_PROPERTIES_BASE ( ) ;
2019-10-28 09:15:03 +00:00
2018-05-25 14:56:04 +00:00
} ;