2022-08-18 20:41:43 +00:00
///////////////////////////////////////////////////////////////////////////
2023-11-22 20:03:34 -05:00
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3)
2022-08-18 20:41:43 +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>
2023-11-22 20:03:34 -05:00
# include "dialog_shim.h"
2022-08-18 20:41:43 +00:00
# include <wx/string.h>
2023-01-11 01:00:47 +00:00
# include <wx/stattext.h>
2022-08-18 20:41:43 +00:00
# include <wx/gdicmn.h>
# include <wx/font.h>
# include <wx/colour.h>
# include <wx/settings.h>
2023-01-11 01:00:47 +00:00
# include <wx/checkbox.h>
2022-08-18 20:41:43 +00:00
# include <wx/sizer.h>
2023-11-22 20:03:34 -05:00
# include <wx/button.h>
# include <wx/dialog.h>
2022-08-18 20:41:43 +00:00
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
2023-11-22 20:03:34 -05:00
/// Class DIALOG_UPDATE_CHECK_PROMPT_BASE
2022-08-18 20:41:43 +00:00
///////////////////////////////////////////////////////////////////////////////
2023-11-22 20:03:34 -05:00
class DIALOG_UPDATE_CHECK_PROMPT_BASE : public DIALOG_SHIM
2022-08-18 20:41:43 +00:00
{
private :
protected :
2023-11-22 20:03:34 -05:00
wxStaticText * m_messageLine1 ;
wxCheckBox * m_cbKiCadUpdates ;
wxCheckBox * m_cbPCMUpdates ;
wxStdDialogButtonSizer * m_sdbSizer ;
wxButton * m_sdbSizerOK ;
wxButton * m_sdbSizerCancel ;
2022-08-18 20:41:43 +00:00
public :
2023-11-22 20:03:34 -05:00
DIALOG_UPDATE_CHECK_PROMPT_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Check for Updates " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( - 1 , - 1 ) , long style = wxDEFAULT_DIALOG_STYLE ) ;
2022-08-18 20:41:43 +00:00
2023-11-22 20:03:34 -05:00
~ DIALOG_UPDATE_CHECK_PROMPT_BASE ( ) ;
2022-08-18 20:41:43 +00:00
} ;