2018-03-07 13:05:12 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2022-12-13 20:47:28 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2018-03-07 13:05:12 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-05-02 20:48:39 +00:00
|
|
|
#pragma once
|
2018-03-07 13:05:12 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2022-12-13 20:47:28 +00:00
|
|
|
class STD_BITMAP_BUTTON;
|
2018-08-19 16:10:14 +00:00
|
|
|
class WX_GRID;
|
|
|
|
|
2018-03-07 13:05:12 +00:00
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/grid.h>
|
|
|
|
#include <wx/gdicmn.h>
|
2020-05-02 20:48:39 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
2018-03-07 13:05:12 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/statbox.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_CONFIGURE_PATHS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_CONFIGURE_PATHS_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
2020-05-02 20:48:39 +00:00
|
|
|
|
2018-03-07 13:05:12 +00:00
|
|
|
protected:
|
2018-08-19 16:10:14 +00:00
|
|
|
WX_GRID* m_EnvVars;
|
2022-12-13 20:47:28 +00:00
|
|
|
STD_BITMAP_BUTTON* m_btnAddEnvVar;
|
|
|
|
STD_BITMAP_BUTTON* m_btnDeleteEnvVar;
|
2018-03-07 13:05:12 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
wxButton* m_sdbSizerCancel;
|
|
|
|
wxButton* m_sdbSizerHelp;
|
2020-05-02 20:48:39 +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
|
2018-09-12 13:00:32 +00:00
|
|
|
virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
|
2018-03-07 13:05:12 +00:00
|
|
|
virtual void OnGridSize( wxSizeEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnAddEnvVar( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnRemoveEnvVar( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnHelp( wxCommandEvent& event ) { event.Skip(); }
|
2020-05-02 20:48:39 +00:00
|
|
|
|
|
|
|
|
2018-03-07 13:05:12 +00:00
|
|
|
public:
|
2020-05-02 20:48:39 +00:00
|
|
|
|
|
|
|
DIALOG_CONFIGURE_PATHS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Configure Paths"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2022-09-26 01:08:51 +00:00
|
|
|
|
2018-03-07 13:05:12 +00:00
|
|
|
~DIALOG_CONFIGURE_PATHS_BASE();
|
2020-05-02 20:48:39 +00:00
|
|
|
|
2018-03-07 13:05:12 +00:00
|
|
|
};
|
|
|
|
|