73 lines
2.3 KiB
C++
73 lines
2.3 KiB
C++
///////////////////////////////////////////////////////////////////////////
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
|
// 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>
|
|
class STD_BITMAP_BUTTON;
|
|
class WX_GRID;
|
|
|
|
#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/listbox.h>
|
|
#include <wx/bmpbuttn.h>
|
|
#include <wx/bitmap.h>
|
|
#include <wx/image.h>
|
|
#include <wx/icon.h>
|
|
#include <wx/button.h>
|
|
#include <wx/sizer.h>
|
|
#include <wx/grid.h>
|
|
#include <wx/dialog.h>
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
/// Class DIALOG_CONFIG_EQUFILES_BASE
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
class DIALOG_CONFIG_EQUFILES_BASE : public DIALOG_SHIM
|
|
{
|
|
private:
|
|
|
|
protected:
|
|
wxListBox* m_filesListBox;
|
|
wxBoxSizer* bButtonsSizer;
|
|
STD_BITMAP_BUTTON* m_bpAdd;
|
|
STD_BITMAP_BUTTON* m_bpMoveUp;
|
|
STD_BITMAP_BUTTON* m_bpMoveDown;
|
|
STD_BITMAP_BUTTON* m_bpEdit;
|
|
STD_BITMAP_BUTTON* m_bpDelete;
|
|
WX_GRID* m_gridEnvVars;
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
wxButton* m_sdbSizerOK;
|
|
wxButton* m_sdbSizerCancel;
|
|
|
|
// Virtual event handlers, override them in your derived class
|
|
virtual void OnCloseWindow( wxCloseEvent& event ) { event.Skip(); }
|
|
virtual void OnAddFiles( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnButtonMoveUp( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnButtonMoveDown( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnEditEquFile( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnRemoveFiles( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
public:
|
|
|
|
DIALOG_CONFIG_EQUFILES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
|
|
|
~DIALOG_CONFIG_EQUFILES_BASE();
|
|
|
|
};
|
|
|