2013-05-26 04:36:44 +00:00
///////////////////////////////////////////////////////////////////////////
2017-11-23 13:05:26 +00:00
// C++ code generated with wxFormBuilder (version Oct 17 2016)
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 ;
2017-11-23 13:05:26 +00:00
class TEXT_CTRL_EVAL ;
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 ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_OptPcbSegmWidth ;
2013-05-26 04:36:44 +00:00
wxStaticText * m_BoardEdgesWidthTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_OptPcbEdgesWidth ;
2013-05-26 04:36:44 +00:00
wxStaticText * m_CopperTextWidthTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_OptPcbTextWidth ;
2013-05-26 04:36:44 +00:00
wxStaticText * m_TextSizeVTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_OptPcbTextVSize ;
2013-05-26 04:36:44 +00:00
wxStaticText * m_TextSizeHTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_OptPcbTextHSize ;
2013-05-26 04:36:44 +00:00
wxStaticText * m_EdgeModWidthTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_OptModuleEdgesWidth ;
2013-05-26 04:36:44 +00:00
wxStaticText * m_TextModWidthTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_OptModuleTextWidth ;
2013-05-26 04:36:44 +00:00
wxStaticText * m_TextModSizeVTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_OptModuleTextVSize ;
2013-05-26 04:36:44 +00:00
wxStaticText * m_TextModSizeHTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_OptModuleTextHSize ;
2013-05-26 04:36:44 +00:00
wxStaticText * m_DefaultPenSizeTitle ;
2017-11-23 13:05:26 +00:00
TEXT_CTRL_EVAL * m_DefaultPenSizeCtrl ;
2016-07-14 17:30:25 +00:00
wxStdDialogButtonSizer * m_sdbSizer ;
wxButton * m_sdbSizerOK ;
wxButton * m_sdbSizerCancel ;
2013-05-26 04:36:44 +00:00
// Virtual event handlers, overide them in your derived class
2016-07-14 17:30:25 +00:00
virtual void OnInitDlg ( wxInitDialogEvent & event ) { event . Skip ( ) ; }
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
2015-09-11 14:31:45 +00:00
DIALOG_GRAPHIC_ITEMS_OPTIONS_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Text and Drawings " ) , 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
~ DIALOG_GRAPHIC_ITEMS_OPTIONS_BASE ( ) ;
} ;
2014-10-12 15:12:02 +00:00
# endif //__DIALOG_GRAPHIC_ITEMS_OPTIONS_BASE_H__