2019-01-06 03:58:40 +00:00
///////////////////////////////////////////////////////////////////////////
2023-01-08 18:15:20 +00:00
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
2019-01-06 03:58:40 +00:00
// http://www.wxformbuilder.org/
//
// PLEASE DO *NOT* EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# pragma once
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
# 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/radiobut.h>
# include <wx/filepicker.h>
# include <wx/sizer.h>
# include <wx/button.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
2019-01-20 01:45:17 +00:00
/// Class DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE
2019-01-06 03:58:40 +00:00
///////////////////////////////////////////////////////////////////////////////
2019-01-20 01:45:17 +00:00
class DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE : public DIALOG_SHIM
2019-01-06 03:58:40 +00:00
{
private :
protected :
wxBoxSizer * bSizer2 ;
wxStaticText * m_staticText1 ;
wxRadioButton * m_defaultRb ;
wxRadioButton * m_customRb ;
wxRadioButton * m_emptyRb ;
wxStaticText * m_staticText2 ;
wxFilePickerCtrl * m_filePicker1 ;
wxStdDialogButtonSizer * m_sdbSizer1 ;
wxButton * m_sdbSizer1OK ;
2023-03-19 11:30:53 +00:00
wxButton * m_sdbSizer1Cancel ;
2019-01-06 03:58:40 +00:00
Fix various typos
Found via `codespell -q 3 -S *.po,./thirdparty,./Documentation/changelogs -L aactual,acount,aline,alocation,alog,anormal,anumber,aother,apoints,aparent,aray,ba,busses,dout,einstance,leaded,modul,ontext,ot,overide,serie,te,,tesselate,tesselator,tht`
2022-07-03 04:20:05 +00:00
// Virtual event handlers, override them in your derived class
2019-01-06 03:58:40 +00:00
virtual void onUpdateDefaultSelection ( wxUpdateUIEvent & event ) { event . Skip ( ) ; }
virtual void onUpdateFilePicker ( wxUpdateUIEvent & event ) { event . Skip ( ) ; }
public :
2023-03-19 11:30:53 +00:00
DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Configure Global Library Table " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxDefaultSize , long style = wxCAPTION | wxCLOSE_BOX | wxRESIZE_BORDER ) ;
2023-01-08 18:15:20 +00:00
2019-01-20 01:45:17 +00:00
~ DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE ( ) ;
2019-01-06 03:58:40 +00:00
} ;