2015-07-09 11:35:51 +00:00
///////////////////////////////////////////////////////////////////////////
2018-05-17 22:57:51 +00:00
// C++ code generated with wxFormBuilder (version Dec 30 2017)
2015-07-09 11:35:51 +00:00
// http://www.wxformbuilder.org/
//
2018-02-18 00:53:19 +00:00
// PLEASE DO *NOT* EDIT THIS FILE!
2015-07-09 11:35:51 +00:00
///////////////////////////////////////////////////////////////////////////
# ifndef __DIALOG_TRACK_VIA_PROPERTIES_BASE_H__
# define __DIALOG_TRACK_VIA_PROPERTIES_BASE_H__
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
class PCB_LAYER_BOX_SELECTOR ;
2017-12-27 17:09:27 +00:00
class TEXT_CTRL_EVAL ;
2017-07-03 17:14:35 +00:00
class WIDGET_NET_SELECTOR ;
2015-07-09 11:35:51 +00:00
2016-07-14 14:25:35 +00:00
# include "dialog_shim.h"
2015-07-09 11:35:51 +00:00
# include <wx/string.h>
2017-04-22 15:45:32 +00:00
# include <wx/stattext.h>
2015-07-09 11:35:51 +00:00
# include <wx/gdicmn.h>
# include <wx/font.h>
# include <wx/colour.h>
# include <wx/settings.h>
2017-04-22 15:45:32 +00:00
# include <wx/combobox.h>
# include <wx/checkbox.h>
2018-02-18 00:53:19 +00:00
# include <wx/sizer.h>
2016-08-15 15:16:48 +00:00
# include <wx/statbox.h>
# include <wx/textctrl.h>
2015-07-09 11:35:51 +00:00
# include <wx/bmpcbox.h>
2017-04-22 15:45:32 +00:00
# include <wx/choice.h>
2015-07-09 11:35:51 +00:00
# include <wx/button.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_TRACK_VIA_PROPERTIES_BASE
///////////////////////////////////////////////////////////////////////////////
2016-07-14 14:25:35 +00:00
class DIALOG_TRACK_VIA_PROPERTIES_BASE : public DIALOG_SHIM
2015-07-09 11:35:51 +00:00
{
private :
protected :
2015-08-18 16:15:57 +00:00
wxBoxSizer * m_MainSizer ;
2016-08-15 15:16:48 +00:00
wxStaticBoxSizer * m_sbCommonSizer ;
2017-04-22 15:45:32 +00:00
wxStaticText * m_staticText24 ;
2017-07-03 17:14:35 +00:00
WIDGET_NET_SELECTOR * m_NetComboBox ;
2016-08-15 15:16:48 +00:00
wxCheckBox * m_lockedCbox ;
2015-08-18 16:15:57 +00:00
wxStaticBoxSizer * m_sbTrackSizer ;
2015-07-09 11:35:51 +00:00
wxStaticText * m_TrackStartXLabel ;
2017-12-27 17:09:27 +00:00
TEXT_CTRL_EVAL * m_TrackStartXCtrl ;
2015-07-09 11:35:51 +00:00
wxStaticText * m_TrackStartXUnit ;
wxStaticText * m_TrackStartYLabel ;
2017-12-27 17:09:27 +00:00
TEXT_CTRL_EVAL * m_TrackStartYCtrl ;
2015-07-09 11:35:51 +00:00
wxStaticText * m_TrackStartYUnit ;
wxStaticText * m_TrackEndXLabel ;
2017-12-27 17:09:27 +00:00
TEXT_CTRL_EVAL * m_TrackEndXCtrl ;
2015-07-09 11:35:51 +00:00
wxStaticText * m_TrackEndXUnit ;
wxStaticText * m_TrackEndYLabel ;
2017-12-27 17:09:27 +00:00
TEXT_CTRL_EVAL * m_TrackEndYCtrl ;
2015-07-09 11:35:51 +00:00
wxStaticText * m_TrackEndYUnit ;
wxStaticText * m_TrackWidthLabel ;
2017-08-25 14:46:49 +00:00
wxComboBox * m_TrackWidthCtrl ;
2015-07-09 11:35:51 +00:00
wxStaticText * m_TrackWidthUnit ;
wxCheckBox * m_trackNetclass ;
wxStaticText * m_TrackLayerLabel ;
PCB_LAYER_BOX_SELECTOR * m_TrackLayerCtrl ;
2015-08-18 16:15:57 +00:00
wxStaticBoxSizer * m_sbViaSizer ;
2015-07-09 11:35:51 +00:00
wxStaticText * m_ViaXLabel ;
2017-12-27 17:09:27 +00:00
TEXT_CTRL_EVAL * m_ViaXCtrl ;
2015-07-09 11:35:51 +00:00
wxStaticText * m_ViaXUnit ;
wxStaticText * m_ViaYLabel ;
2017-12-27 17:09:27 +00:00
TEXT_CTRL_EVAL * m_ViaYCtrl ;
2015-07-09 11:35:51 +00:00
wxStaticText * m_ViaYUnit ;
wxStaticText * m_ViaDiameterLabel ;
2017-12-27 17:09:27 +00:00
TEXT_CTRL_EVAL * m_ViaDiameterCtrl ;
2015-07-09 11:35:51 +00:00
wxStaticText * m_ViaDiameterUnit ;
wxStaticText * m_ViaDrillLabel ;
2017-12-27 17:09:27 +00:00
TEXT_CTRL_EVAL * m_ViaDrillCtrl ;
2015-07-09 11:35:51 +00:00
wxStaticText * m_ViaDrillUnit ;
2018-02-18 00:53:19 +00:00
wxStaticText * m_DesignRuleVias ;
wxChoice * m_DesignRuleViasCtrl ;
wxStaticText * m_DesignRuleViasUnit ;
2017-04-22 15:45:32 +00:00
wxStaticText * m_ViaTypeLabel ;
wxChoice * m_ViaTypeChoice ;
wxStaticText * m_ViaStartLayerLabel ;
PCB_LAYER_BOX_SELECTOR * m_ViaStartLayer ;
wxStaticText * m_ViaEndLayerLabel1 ;
PCB_LAYER_BOX_SELECTOR * m_ViaEndLayer ;
2015-07-09 11:35:51 +00:00
wxCheckBox * m_viaNetclass ;
wxStdDialogButtonSizer * m_StdButtons ;
wxButton * m_StdButtonsOK ;
wxButton * m_StdButtonsCancel ;
// Virtual event handlers, overide them in your derived class
virtual void onClose ( wxCloseEvent & event ) { event . Skip ( ) ; }
2016-07-14 17:30:25 +00:00
virtual void OnInitDlg ( wxInitDialogEvent & event ) { event . Skip ( ) ; }
2018-05-17 22:57:51 +00:00
virtual void onOkClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2015-07-09 11:35:51 +00:00
virtual void onTrackNetclassCheck ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void onViaNetclassCheck ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void onCancelClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
public :
2017-12-27 17:09:27 +00:00
DIALOG_TRACK_VIA_PROPERTIES_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Track & Via Properties " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( - 1 , - 1 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxSYSTEM_MENU ) ;
2015-07-09 11:35:51 +00:00
~ DIALOG_TRACK_VIA_PROPERTIES_BASE ( ) ;
} ;
# endif //__DIALOG_TRACK_VIA_PROPERTIES_BASE_H__