You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							74 lines
						
					
					
						
							2.4 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							74 lines
						
					
					
						
							2.4 KiB
						
					
					
				
								///////////////////////////////////////////////////////////////////////////
							 | 
						|
								// 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 <wx/colour.h>
							 | 
						|
								#include <wx/settings.h>
							 | 
						|
								#include <wx/string.h>
							 | 
						|
								#include <wx/font.h>
							 | 
						|
								#include <wx/grid.h>
							 | 
						|
								#include <wx/gdicmn.h>
							 | 
						|
								#include <wx/sizer.h>
							 | 
						|
								#include <wx/panel.h>
							 | 
						|
								#include <wx/bitmap.h>
							 | 
						|
								#include <wx/image.h>
							 | 
						|
								#include <wx/icon.h>
							 | 
						|
								#include <wx/notebook.h>
							 | 
						|
								#include <wx/bmpbuttn.h>
							 | 
						|
								#include <wx/button.h>
							 | 
						|
								#include <wx/stattext.h>
							 | 
						|
								
							 | 
						|
								///////////////////////////////////////////////////////////////////////////
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								///////////////////////////////////////////////////////////////////////////////
							 | 
						|
								/// Class PANEL_SYM_LIB_TABLE_BASE
							 | 
						|
								///////////////////////////////////////////////////////////////////////////////
							 | 
						|
								class PANEL_SYM_LIB_TABLE_BASE : public wxPanel
							 | 
						|
								{
							 | 
						|
									private:
							 | 
						|
								
							 | 
						|
									protected:
							 | 
						|
										wxNotebook* m_notebook;
							 | 
						|
										wxPanel* m_global_panel;
							 | 
						|
										WX_GRID* m_global_grid;
							 | 
						|
										wxPanel* m_project_panel;
							 | 
						|
										WX_GRID* m_project_grid;
							 | 
						|
										STD_BITMAP_BUTTON* m_append_button;
							 | 
						|
										STD_BITMAP_BUTTON* m_browse_button;
							 | 
						|
										STD_BITMAP_BUTTON* m_move_up_button;
							 | 
						|
										STD_BITMAP_BUTTON* m_move_down_button;
							 | 
						|
										STD_BITMAP_BUTTON* m_delete_button;
							 | 
						|
										wxButton* m_convertLegacy;
							 | 
						|
										WX_GRID* m_path_subs_grid;
							 | 
						|
								
							 | 
						|
										// Virtual event handlers, override them in your derived class
							 | 
						|
										virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
							 | 
						|
										virtual void appendRowHandler( wxCommandEvent& event ) { event.Skip(); }
							 | 
						|
										virtual void browseLibrariesHandler( wxCommandEvent& event ) { event.Skip(); }
							 | 
						|
										virtual void moveUpHandler( wxCommandEvent& event ) { event.Skip(); }
							 | 
						|
										virtual void moveDownHandler( wxCommandEvent& event ) { event.Skip(); }
							 | 
						|
										virtual void deleteRowHandler( wxCommandEvent& event ) { event.Skip(); }
							 | 
						|
										virtual void onConvertLegacyLibraries( wxCommandEvent& event ) { event.Skip(); }
							 | 
						|
										virtual void onSizeGrid( wxSizeEvent& event ) { event.Skip(); }
							 | 
						|
								
							 | 
						|
								
							 | 
						|
									public:
							 | 
						|
								
							 | 
						|
										PANEL_SYM_LIB_TABLE_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 );
							 | 
						|
								
							 | 
						|
										~PANEL_SYM_LIB_TABLE_BASE();
							 | 
						|
								
							 | 
						|
								};
							 | 
						|
								
							 |