2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2018-03-28 17:14:04 +00:00
// C++ code generated with wxFormBuilder (version Dec 30 2017)
2013-05-26 04:36:44 +00:00
// http://www.wxformbuilder.org/
//
2018-04-23 16:26:38 +00:00
// PLEASE DO *NOT* EDIT THIS FILE!
2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2018-02-16 19:26:55 +00:00
# ifndef __DIALOG_EDIT_FOOTPRINT_TEXT_BASE_H__
# define __DIALOG_EDIT_FOOTPRINT_TEXT_BASE_H__
2013-05-26 04:36:44 +00:00
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
2016-04-09 14:32:46 +00:00
class PCB_LAYER_BOX_SELECTOR ;
2017-11-23 13:05:26 +00:00
class TEXT_CTRL_EVAL ;
2016-04-09 14:32:46 +00:00
2013-05-26 04:36:44 +00:00
# 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/textctrl.h>
2014-09-13 06:15:16 +00:00
# include <wx/bmpcbox.h>
2013-05-26 04:36:44 +00:00
# include <wx/sizer.h>
2017-11-25 19:55:32 +00:00
# include <wx/checkbox.h>
2018-03-28 17:14:04 +00:00
# include <wx/radiobut.h>
# include <wx/gbsizer.h>
# include <wx/statline.h>
2013-05-26 04:36:44 +00:00
# include <wx/button.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
2018-01-14 13:24:58 +00:00
/// Class DIALOG_EDIT_FPTEXT_BASE
2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////////
2018-01-14 13:24:58 +00:00
class DIALOG_EDIT_FPTEXT_BASE : public DIALOG_SHIM
2013-05-26 04:36:44 +00:00
{
private :
2016-04-09 14:32:46 +00:00
2013-05-26 04:36:44 +00:00
protected :
wxStaticText * m_TextDataTitle ;
wxTextCtrl * m_Name ;
2018-03-28 17:14:04 +00:00
wxStaticText * m_widthLabel ;
TEXT_CTRL_EVAL * m_widthCtrl ;
wxStaticText * m_widthUnits ;
wxStaticText * m_heightLabel ;
TEXT_CTRL_EVAL * m_heightCtrl ;
wxStaticText * m_heightUnits ;
wxStaticText * m_thicknessLabel ;
TEXT_CTRL_EVAL * m_thicknessCtrl ;
wxStaticText * m_thicknessUnits ;
wxStaticText * m_posXLabel ;
TEXT_CTRL_EVAL * m_posXCtrl ;
wxStaticText * m_posXUnits ;
wxStaticText * m_posYLabel ;
TEXT_CTRL_EVAL * m_posYCtrl ;
wxStaticText * m_posYUnits ;
2014-09-13 06:15:16 +00:00
wxStaticText * m_LayerLabel ;
PCB_LAYER_BOX_SELECTOR * m_LayerSelectionCtrl ;
2018-03-28 17:14:04 +00:00
wxCheckBox * m_Show ;
wxCheckBox * m_Italic ;
wxStaticText * stOrienationLabel ;
wxRadioButton * m_Orient0 ;
wxRadioButton * m_Orient90 ;
wxRadioButton * m_Orient270 ;
wxRadioButton * m_Orient180 ;
wxRadioButton * m_OrientOther ;
2016-04-09 20:17:19 +00:00
wxTextCtrl * m_OrientValueCtrl ;
2017-11-25 19:55:32 +00:00
wxCheckBox * m_unlock ;
2014-08-13 13:15:15 +00:00
wxStaticLine * m_staticline2 ;
2018-03-28 17:14:04 +00:00
wxStaticText * m_statusLine1 ;
wxStaticText * m_statusLine2 ;
2016-07-15 10:05:13 +00:00
wxStdDialogButtonSizer * m_sdbSizer ;
wxButton * m_sdbSizerOK ;
wxButton * m_sdbSizerCancel ;
2016-04-09 14:32:46 +00:00
2013-05-26 04:36:44 +00:00
// Virtual event handlers, overide them in your derived class
2016-07-15 10:05:13 +00:00
virtual void OnInitDlg ( wxInitDialogEvent & event ) { event . Skip ( ) ; }
2016-04-08 23:18:44 +00:00
virtual void ModuleOrientEvent ( wxCommandEvent & event ) { event . Skip ( ) ; }
2018-03-28 17:14:04 +00:00
virtual void OnOtherOrientation ( wxKeyEvent & event ) { event . Skip ( ) ; }
2013-05-26 04:36:44 +00:00
virtual void OnOkClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2016-04-09 14:32:46 +00:00
2013-05-26 04:36:44 +00:00
public :
2016-04-09 14:32:46 +00:00
2018-01-14 13:24:58 +00:00
DIALOG_EDIT_FPTEXT_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Footprint Text Properties " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( - 1 , - 1 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
~ DIALOG_EDIT_FPTEXT_BASE ( ) ;
2016-04-09 14:32:46 +00:00
2013-05-26 04:36:44 +00:00
} ;
2018-02-16 19:26:55 +00:00
# endif //__DIALOG_EDIT_FOOTPRINT_TEXT_BASE_H__