2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2014-08-13 13:15:15 +00:00
// C++ code generated with wxFormBuilder (version Nov 6 2013)
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>
2014-09-13 06:15:16 +00:00
# include "class_pcb_layer_box_selector.h"
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 :
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 ;
2014-08-13 13:15:15 +00:00
wxRadioBox * m_Style ;
2013-05-26 04:36:44 +00:00
wxRadioBox * m_Orient ;
wxRadioBox * m_Show ;
2014-08-13 13:15:15 +00:00
wxStaticLine * m_staticline2 ;
wxStdDialogButtonSizer * m_sdbSizer1 ;
wxButton * m_sdbSizer1OK ;
wxButton * m_sdbSizer1Cancel ;
2013-05-26 04:36:44 +00:00
// Virtual event handlers, overide them in your derived class
virtual void OnOkClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
public :
2014-08-13 13:15:15 +00:00
DialogEditModuleText_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 ) ;
2013-05-26 04:36:44 +00:00
~ DialogEditModuleText_base ( ) ;
} ;
# endif //__DIALOG_EDIT_MODULE_TEXT_BASE_H__