2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2018-04-23 16:26:38 +00:00
// C++ code generated with wxFormBuilder (version Apr 19 2018)
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/statline.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>
# include <wx/radiobox.h>
2017-11-25 19:55:32 +00:00
# include <wx/checkbox.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_ModuleInfoText ;
wxStaticLine * m_staticline1 ;
wxStaticText * m_TextDataTitle ;
wxTextCtrl * m_Name ;
wxStaticText * m_SizeXTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_TxtSizeCtrlX ;
2013-05-26 04:36:44 +00:00
wxStaticText * m_SizeYTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_TxtSizeCtrlY ;
2014-08-13 13:15:15 +00:00
wxStaticText * m_WidthTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_TxtWidthCtlr ;
2013-05-26 04:36:44 +00:00
wxStaticText * m_PosXTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_TxtPosCtrlX ;
2013-05-26 04:36:44 +00:00
wxStaticText * m_PosYTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_TxtPosCtrlY ;
2014-09-13 06:15:16 +00:00
wxStaticText * m_LayerLabel ;
PCB_LAYER_BOX_SELECTOR * m_LayerSelectionCtrl ;
2016-04-08 23:18:44 +00:00
wxRadioBox * m_Show ;
2014-08-13 13:15:15 +00:00
wxRadioBox * m_Style ;
2013-05-26 04:36:44 +00:00
wxRadioBox * m_Orient ;
2016-04-08 23:18:44 +00:00
wxStaticText * m_staticTextRotation ;
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 ;
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 ( ) ; }
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__