2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2014-10-12 15:12:02 +00:00
// C++ code generated with wxFormBuilder (version Jun 6 2014)
2013-05-26 04:36:44 +00:00
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
2014-10-12 15:12:02 +00:00
# ifndef __DIALOG_GRAPHIC_ITEMS_OPTIONS_BASE_H__
# define __DIALOG_GRAPHIC_ITEMS_OPTIONS_BASE_H__
2013-05-26 04:36:44 +00:00
2014-10-12 15:12:02 +00:00
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
2013-05-26 04:36:44 +00:00
# include <wx/intl.h>
2014-10-12 15:12:02 +00:00
class DIALOG_SHIM ;
2013-05-26 04:36:44 +00:00
2014-10-12 15:12:02 +00:00
# include "dialog_shim.h"
2013-05-26 04:36:44 +00:00
# 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>
# include <wx/sizer.h>
# include <wx/statbox.h>
# include <wx/button.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_GRAPHIC_ITEMS_OPTIONS_BASE
///////////////////////////////////////////////////////////////////////////////
2014-10-12 15:12:02 +00:00
class DIALOG_GRAPHIC_ITEMS_OPTIONS_BASE : public DIALOG_SHIM
2013-05-26 04:36:44 +00:00
{
private :
protected :
wxStaticText * m_GraphicSegmWidthTitle ;
wxTextCtrl * m_OptPcbSegmWidth ;
wxStaticText * m_BoardEdgesWidthTitle ;
wxTextCtrl * m_OptPcbEdgesWidth ;
wxStaticText * m_CopperTextWidthTitle ;
wxTextCtrl * m_OptPcbTextWidth ;
wxStaticText * m_TextSizeVTitle ;
wxTextCtrl * m_OptPcbTextVSize ;
wxStaticText * m_TextSizeHTitle ;
wxTextCtrl * m_OptPcbTextHSize ;
wxStaticText * m_EdgeModWidthTitle ;
wxTextCtrl * m_OptModuleEdgesWidth ;
wxStaticText * m_TextModWidthTitle ;
wxTextCtrl * m_OptModuleTextWidth ;
wxStaticText * m_TextModSizeVTitle ;
wxTextCtrl * m_OptModuleTextVSize ;
wxStaticText * m_TextModSizeHTitle ;
wxTextCtrl * m_OptModuleTextHSize ;
wxStaticText * m_DefaultPenSizeTitle ;
wxTextCtrl * m_DefaultPenSizeCtrl ;
wxStdDialogButtonSizer * m_sdbSizer1 ;
wxButton * m_sdbSizer1OK ;
wxButton * m_sdbSizer1Cancel ;
// Virtual event handlers, overide them in your derived class
2014-10-12 15:12:02 +00:00
virtual void OnCancelClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnOkClick ( wxCommandEvent & event ) { event . Skip ( ) ; }
2013-05-26 04:36:44 +00:00
public :
2014-10-12 15:12:02 +00:00
DIALOG_GRAPHIC_ITEMS_OPTIONS_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Texts and Drawings " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( 459 , 345 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2013-05-26 04:36:44 +00:00
~ DIALOG_GRAPHIC_ITEMS_OPTIONS_BASE ( ) ;
} ;
2014-10-12 15:12:02 +00:00
# endif //__DIALOG_GRAPHIC_ITEMS_OPTIONS_BASE_H__