2015-07-09 11:35:51 +00:00
///////////////////////////////////////////////////////////////////////////
2016-08-15 15:16:48 +00:00
// C++ code generated with wxFormBuilder (version Jun 17 2015)
2015-07-09 11:35:51 +00:00
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# 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>
2016-07-14 14:25:35 +00:00
class DIALOG_SHIM ;
2015-07-09 11:35:51 +00:00
class PCB_LAYER_BOX_SELECTOR ;
2016-07-14 14:25:35 +00:00
# include "dialog_shim.h"
2015-07-09 11:35:51 +00:00
# include <wx/string.h>
2016-08-15 15:16:48 +00:00
# include <wx/checkbox.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>
# include <wx/sizer.h>
2016-08-15 15:16:48 +00:00
# include <wx/statbox.h>
# include <wx/stattext.h>
# include <wx/textctrl.h>
2015-07-09 11:35:51 +00:00
# include <wx/statline.h>
# include <wx/bmpcbox.h>
# 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 ;
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 ;
wxTextCtrl * m_TrackStartXCtrl ;
wxStaticText * m_TrackStartXUnit ;
wxStaticText * m_TrackStartYLabel ;
wxTextCtrl * m_TrackStartYCtrl ;
wxStaticText * m_TrackStartYUnit ;
wxStaticText * m_TrackEndXLabel ;
wxTextCtrl * m_TrackEndXCtrl ;
wxStaticText * m_TrackEndXUnit ;
wxStaticText * m_TrackEndYLabel ;
wxTextCtrl * m_TrackEndYCtrl ;
wxStaticText * m_TrackEndYUnit ;
wxStaticLine * m_trackStaticLine ;
wxStaticText * m_TrackWidthLabel ;
wxTextCtrl * m_TrackWidthCtrl ;
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 ;
wxTextCtrl * m_ViaXCtrl ;
wxStaticText * m_ViaXUnit ;
wxStaticText * m_ViaYLabel ;
wxTextCtrl * m_ViaYCtrl ;
wxStaticText * m_ViaYUnit ;
wxStaticLine * m_viaStaticLine ;
wxStaticText * m_ViaDiameterLabel ;
wxTextCtrl * m_ViaDiameterCtrl ;
wxStaticText * m_ViaDiameterUnit ;
wxStaticText * m_ViaDrillLabel ;
wxTextCtrl * m_ViaDrillCtrl ;
wxStaticText * m_ViaDrillUnit ;
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 ( ) ; }
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 ( ) ; }
virtual void onOkClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
public :
2016-08-15 15:16:48 +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 ( 573 , 437 ) , 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__