PANEL_SETUP_LAYERS: minor cosmetic change.
This commit is contained in:
parent
2f2aba2333
commit
e2be49a2f6
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1,12 +1,11 @@
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
// C++ code generated with wxFormBuilder (version Dec 30 2017)
|
// C++ code generated with wxFormBuilder (version Jul 10 2019)
|
||||||
// http://www.wxformbuilder.org/
|
// http://www.wxformbuilder.org/
|
||||||
//
|
//
|
||||||
// PLEASE DO *NOT* EDIT THIS FILE!
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef __PANEL_SETUP_LAYERS_BASE_H__
|
#pragma once
|
||||||
#define __PANEL_SETUP_LAYERS_BASE_H__
|
|
||||||
|
|
||||||
#include <wx/artprov.h>
|
#include <wx/artprov.h>
|
||||||
#include <wx/xrc/xmlres.h>
|
#include <wx/xrc/xmlres.h>
|
||||||
|
@ -179,10 +178,10 @@
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
/// Class PANEL_SETUP_LAYERS_BASE
|
/// Class PANEL_SETUP_LAYERS_BASE
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
class PANEL_SETUP_LAYERS_BASE : public wxPanel
|
class PANEL_SETUP_LAYERS_BASE : public wxPanel
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
wxChoice* m_PresetsChoice;
|
wxChoice* m_PresetsChoice;
|
||||||
wxStaticText* m_staticTextCopperLayers;
|
wxStaticText* m_staticTextCopperLayers;
|
||||||
|
@ -343,19 +342,18 @@ class PANEL_SETUP_LAYERS_BASE : public wxPanel
|
||||||
wxCheckBox* m_DrawingsCheckBox;
|
wxCheckBox* m_DrawingsCheckBox;
|
||||||
wxStaticText* m_DrawingsName;
|
wxStaticText* m_DrawingsName;
|
||||||
wxStaticText* m_DrawingsStaticText;
|
wxStaticText* m_DrawingsStaticText;
|
||||||
|
|
||||||
// Virtual event handlers, overide them in your derived class
|
// Virtual event handlers, overide them in your derived class
|
||||||
virtual void OnPresetsChoice( wxCommandEvent& event ) { event.Skip(); }
|
virtual void OnPresetsChoice( wxCommandEvent& event ) { event.Skip(); }
|
||||||
virtual void OnCopperLayersChoice( wxCommandEvent& event ) { event.Skip(); }
|
virtual void OnCopperLayersChoice( wxCommandEvent& event ) { event.Skip(); }
|
||||||
virtual void DenyChangeCheckBox( wxCommandEvent& event ) { event.Skip(); }
|
virtual void DenyChangeCheckBox( wxCommandEvent& event ) { event.Skip(); }
|
||||||
virtual void OnCheckBox( wxCommandEvent& event ) { event.Skip(); }
|
virtual void OnCheckBox( wxCommandEvent& event ) { event.Skip(); }
|
||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
PANEL_SETUP_LAYERS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 585,545 ), long style = wxTAB_TRAVERSAL );
|
PANEL_SETUP_LAYERS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 585,545 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
|
||||||
~PANEL_SETUP_LAYERS_BASE();
|
~PANEL_SETUP_LAYERS_BASE();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //__PANEL_SETUP_LAYERS_BASE_H__
|
|
||||||
|
|
Loading…
Reference in New Issue