2018-04-26 10:09:41 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2020-04-21 15:15:04 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Oct 26 2018)
|
2018-04-26 10:09:41 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-04-21 15:15:04 +00:00
|
|
|
#pragma once
|
2018-04-26 10:09:41 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2018-08-19 16:10:14 +00:00
|
|
|
class WX_GRID;
|
|
|
|
|
2018-04-26 10:09:41 +00:00
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/checkbox.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2020-04-21 15:15:04 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
2018-04-26 10:09:41 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/dataview.h>
|
|
|
|
#include <wx/panel.h>
|
|
|
|
#include <wx/grid.h>
|
|
|
|
#include <wx/splitter.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#define OPT_GROUP_COMPONENTS 1000
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_FIELDS_EDITOR_GLOBAL_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_FIELDS_EDITOR_GLOBAL_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
2020-04-21 15:15:04 +00:00
|
|
|
|
2018-04-26 10:09:41 +00:00
|
|
|
protected:
|
2020-10-29 16:27:38 +00:00
|
|
|
wxSplitterWindow* m_splitterMainWindow;
|
2018-04-26 10:09:41 +00:00
|
|
|
wxPanel* m_leftPanel;
|
2020-11-15 16:08:31 +00:00
|
|
|
wxCheckBox* m_groupSymbolsBox;
|
2018-04-26 10:09:41 +00:00
|
|
|
wxBitmapButton* m_bRefresh;
|
|
|
|
wxDataViewListCtrl* m_fieldsCtrl;
|
2018-05-23 12:12:01 +00:00
|
|
|
wxButton* m_addFieldButton;
|
2020-10-29 16:27:38 +00:00
|
|
|
wxPanel* m_rightPanel;
|
2018-08-19 16:10:14 +00:00
|
|
|
WX_GRID* m_grid;
|
2020-10-29 16:27:38 +00:00
|
|
|
wxButton* m_buttonApply;
|
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
wxButton* m_sdbSizerCancel;
|
2020-04-21 15:15:04 +00:00
|
|
|
|
2018-04-26 10:09:41 +00:00
|
|
|
// Virtual event handlers, overide them in your derived class
|
2018-06-05 19:59:58 +00:00
|
|
|
virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
|
2020-11-15 16:08:31 +00:00
|
|
|
virtual void OnGroupSymbolsToggled( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnRegroupSymbols( wxCommandEvent& event ) { event.Skip(); }
|
2018-04-26 10:09:41 +00:00
|
|
|
virtual void OnColumnItemToggled( wxDataViewEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnSizeFieldList( wxSizeEvent& event ) { event.Skip(); }
|
2018-05-23 12:12:01 +00:00
|
|
|
virtual void OnAddField( wxCommandEvent& event ) { event.Skip(); }
|
2018-04-26 10:09:41 +00:00
|
|
|
virtual void OnTableValueChanged( wxGridEvent& event ) { event.Skip(); }
|
2018-05-12 22:04:11 +00:00
|
|
|
virtual void OnTableCellClick( wxGridEvent& event ) { event.Skip(); }
|
2018-04-26 10:09:41 +00:00
|
|
|
virtual void OnTableItemContextMenu( wxGridEvent& event ) { event.Skip(); }
|
2020-04-21 15:15:04 +00:00
|
|
|
virtual void OnTableColSize( wxGridSizeEvent& event ) { event.Skip(); }
|
2018-04-26 10:09:41 +00:00
|
|
|
virtual void OnSaveAndContinue( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnCancel( wxCommandEvent& event ) { event.Skip(); }
|
2020-04-21 15:15:04 +00:00
|
|
|
|
|
|
|
|
2018-04-26 10:09:41 +00:00
|
|
|
public:
|
2020-04-21 15:15:04 +00:00
|
|
|
|
|
|
|
DIALOG_FIELDS_EDITOR_GLOBAL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Symbol Fields"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxRESIZE_BORDER );
|
2018-04-26 10:09:41 +00:00
|
|
|
~DIALOG_FIELDS_EDITOR_GLOBAL_BASE();
|
2020-04-21 15:15:04 +00:00
|
|
|
|
2018-04-26 10:09:41 +00:00
|
|
|
};
|
|
|
|
|