2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2016-05-11 08:51:07 +00:00
// C++ code generated with wxFormBuilder (version May 6 2016)
2013-05-26 04:36:44 +00:00
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# ifndef __DIALOG_EDIT_MODULE_TEXT_BASE_H__
# define __DIALOG_EDIT_MODULE_TEXT_BASE_H__
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
2016-04-09 14:32:46 +00:00
class DIALOG_SHIM ;
class PCB_LAYER_BOX_SELECTOR ;
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>
# include <wx/button.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DialogEditModuleText_base
///////////////////////////////////////////////////////////////////////////////
class DialogEditModuleText_base : public DIALOG_SHIM
{
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 ;
wxTextCtrl * m_TxtSizeCtrlX ;
wxStaticText * m_SizeYTitle ;
wxTextCtrl * m_TxtSizeCtrlY ;
2014-08-13 13:15:15 +00:00
wxStaticText * m_WidthTitle ;
wxTextCtrl * m_TxtWidthCtlr ;
2013-05-26 04:36:44 +00:00
wxStaticText * m_PosXTitle ;
wxTextCtrl * m_TxtPosCtrlX ;
wxStaticText * m_PosYTitle ;
wxTextCtrl * 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 ;
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
2016-07-15 10:05:13 +00:00
DialogEditModuleText_base ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Footprint Text Properties " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( 589 , 351 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2013-05-26 04:36:44 +00:00
~ DialogEditModuleText_base ( ) ;
2016-04-09 14:32:46 +00:00
2013-05-26 04:36:44 +00:00
} ;
# endif //__DIALOG_EDIT_MODULE_TEXT_BASE_H__