2018-05-14 17:34:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2022-12-13 20:47:28 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2018-05-14 17:34:18 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-03-10 18:46:57 +00:00
|
|
|
#pragma once
|
2018-05-14 17:34:18 +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-05-30 10:52:19 +00:00
|
|
|
class WX_GRID;
|
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/string.h>
|
2020-03-10 18:46:57 +00:00
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/gdicmn.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/font.h>
|
2020-03-10 18:46:57 +00:00
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/grid.h>
|
2018-08-27 19:11:05 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/panel.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-08-29 23:33:08 +00:00
|
|
|
/// Class PANEL_TEMPLATE_FIELDNAMES_BASE
|
2018-05-14 17:34:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-08-29 23:33:08 +00:00
|
|
|
class PANEL_TEMPLATE_FIELDNAMES_BASE : public wxPanel
|
2018-05-14 17:34:18 +00:00
|
|
|
{
|
|
|
|
private:
|
2020-03-10 18:46:57 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
protected:
|
2020-03-10 18:46:57 +00:00
|
|
|
wxStaticText* m_title;
|
2018-05-30 10:52:19 +00:00
|
|
|
WX_GRID* m_grid;
|
2022-12-13 20:47:28 +00:00
|
|
|
STD_BITMAP_BUTTON* m_addFieldButton;
|
|
|
|
STD_BITMAP_BUTTON* m_deleteFieldButton;
|
2020-03-10 18:46:57 +00:00
|
|
|
|
2022-12-13 20:47:28 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2018-05-14 17:34:18 +00:00
|
|
|
virtual void OnSizeGrid( wxSizeEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnAddButtonClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnDeleteButtonClick( wxCommandEvent& event ) { event.Skip(); }
|
2020-03-10 18:46:57 +00:00
|
|
|
|
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
public:
|
2020-03-10 18:46:57 +00:00
|
|
|
|
2021-08-29 23:33:08 +00:00
|
|
|
PANEL_TEMPLATE_FIELDNAMES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
|
2022-12-13 20:47:28 +00:00
|
|
|
|
2021-08-29 23:33:08 +00:00
|
|
|
~PANEL_TEMPLATE_FIELDNAMES_BASE();
|
2020-03-10 18:46:57 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
};
|
|
|
|
|