82 lines
2.8 KiB
C++
82 lines
2.8 KiB
C++
///////////////////////////////////////////////////////////////////////////
|
|
// C++ code generated with wxFormBuilder (version Dec 30 2017)
|
|
// http://www.wxformbuilder.org/
|
|
//
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef __DIALOG_FIELDS_EDITOR_GLOBAL_BASE_H__
|
|
#define __DIALOG_FIELDS_EDITOR_GLOBAL_BASE_H__
|
|
|
|
#include <wx/artprov.h>
|
|
#include <wx/xrc/xmlres.h>
|
|
#include <wx/intl.h>
|
|
class WX_GRID;
|
|
|
|
#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>
|
|
#include <wx/bitmap.h>
|
|
#include <wx/image.h>
|
|
#include <wx/icon.h>
|
|
#include <wx/bmpbuttn.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:
|
|
|
|
protected:
|
|
wxSplitterWindow* m_splitter1;
|
|
wxPanel* m_leftPanel;
|
|
wxCheckBox* m_groupComponentsBox;
|
|
wxBitmapButton* m_bRefresh;
|
|
wxDataViewListCtrl* m_fieldsCtrl;
|
|
wxButton* m_addFieldButton;
|
|
wxPanel* m_panel4;
|
|
WX_GRID* m_grid;
|
|
wxButton* m_button1;
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
wxButton* m_sdbSizer1OK;
|
|
wxButton* m_sdbSizer1Cancel;
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
|
|
virtual void OnGroupComponentsToggled( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnRegroupComponents( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnColumnItemToggled( wxDataViewEvent& event ) { event.Skip(); }
|
|
virtual void OnSizeFieldList( wxSizeEvent& event ) { event.Skip(); }
|
|
virtual void OnAddField( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnTableValueChanged( wxGridEvent& event ) { event.Skip(); }
|
|
virtual void OnTableCellClick( wxGridEvent& event ) { event.Skip(); }
|
|
virtual void OnTableItemContextMenu( wxGridEvent& event ) { event.Skip(); }
|
|
virtual void OnSaveAndContinue( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnCancel( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
public:
|
|
|
|
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 );
|
|
~DIALOG_FIELDS_EDITOR_GLOBAL_BASE();
|
|
|
|
};
|
|
|
|
#endif //__DIALOG_FIELDS_EDITOR_GLOBAL_BASE_H__
|