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-02-11 14:47:04 +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-04-28 15:22:25 +00:00
|
|
|
class WX_GRID;
|
2018-05-14 17:34:18 +00:00
|
|
|
|
2021-11-01 11:20:13 +00:00
|
|
|
#include "widgets/resettable_panel.h"
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2018-04-28 15:22:25 +00:00
|
|
|
#include <wx/grid.h>
|
2023-11-15 10:55:40 +00:00
|
|
|
#include <wx/sizer.h>
|
2020-05-08 18:10:47 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/button.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2020-11-16 00:45:43 +00:00
|
|
|
/// Class PANEL_FP_EDITOR_DEFAULTS_BASE
|
2018-05-14 17:34:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-11-01 11:20:13 +00:00
|
|
|
class PANEL_FP_EDITOR_DEFAULTS_BASE : public RESETTABLE_PANEL
|
2018-05-14 17:34:18 +00:00
|
|
|
{
|
|
|
|
private:
|
2020-02-11 14:47:04 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
protected:
|
2023-11-15 10:55:40 +00:00
|
|
|
wxStaticText* defaultFieldPropertiesLabel;
|
|
|
|
WX_GRID* m_fieldPropsGrid;
|
2020-05-08 18:10:47 +00:00
|
|
|
wxStaticText* defaultTextItemsLabel;
|
|
|
|
WX_GRID* m_textItemsGrid;
|
2022-12-13 20:47:28 +00:00
|
|
|
STD_BITMAP_BUTTON* m_bpAdd;
|
|
|
|
STD_BITMAP_BUTTON* m_bpDelete;
|
2021-04-09 23:25:05 +00:00
|
|
|
WX_GRID* m_graphicsGrid;
|
2020-05-08 18:10:47 +00:00
|
|
|
|
2022-12-13 20:47:28 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2020-05-08 18:10:47 +00:00
|
|
|
virtual void OnGridSize( wxSizeEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnAddTextItem( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnDeleteTextItem( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
2020-02-11 14:47:04 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
public:
|
2020-02-11 14:47:04 +00:00
|
|
|
|
2020-11-16 00:45:43 +00:00
|
|
|
PANEL_FP_EDITOR_DEFAULTS_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
|
|
|
|
2020-11-16 00:45:43 +00:00
|
|
|
~PANEL_FP_EDITOR_DEFAULTS_BASE();
|
2020-02-11 14:47:04 +00:00
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
};
|
|
|
|
|