72 lines
2.1 KiB
C++
72 lines
2.1 KiB
C++
///////////////////////////////////////////////////////////////////////////
|
|
// C++ code generated with wxFormBuilder (version Jan 5 2019)
|
|
// 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>
|
|
#include <wx/string.h>
|
|
#include <wx/stattext.h>
|
|
#include <wx/gdicmn.h>
|
|
#include <wx/font.h>
|
|
#include <wx/colour.h>
|
|
#include <wx/settings.h>
|
|
#include <wx/choice.h>
|
|
#include <wx/textctrl.h>
|
|
#include <wx/spinctrl.h>
|
|
#include <wx/sizer.h>
|
|
#include <wx/checkbox.h>
|
|
#include <wx/statbox.h>
|
|
#include <wx/panel.h>
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
/// Class PANEL_EESCHEMA_SETTINGS_BASE
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
class PANEL_EESCHEMA_SETTINGS_BASE : public wxPanel
|
|
{
|
|
DECLARE_EVENT_TABLE()
|
|
private:
|
|
|
|
// Private event handlers
|
|
void _wxFB_OnChooseUnits( wxCommandEvent& event ){ OnChooseUnits( event ); }
|
|
|
|
|
|
protected:
|
|
wxStaticText* m_staticText2;
|
|
wxChoice* m_choiceUnits;
|
|
wxStaticText* m_textSizeLabel;
|
|
wxTextCtrl* m_textSizeCtrl;
|
|
wxStaticText* m_textSizeUnits;
|
|
wxStaticText* m_hPitchLabel;
|
|
wxTextCtrl* m_hPitchCtrl;
|
|
wxStaticText* m_hPitchUnits;
|
|
wxStaticText* m_vPitchLabel;
|
|
wxTextCtrl* m_vPitchCtrl;
|
|
wxStaticText* m_vPitchUnits;
|
|
wxStaticText* m_staticText16;
|
|
wxSpinCtrl* m_spinRepeatLabel;
|
|
wxCheckBox* m_checkHVOrientation;
|
|
wxCheckBox* m_footprintPreview;
|
|
wxCheckBox* m_checkAutoplaceFields;
|
|
wxCheckBox* m_checkAutoplaceJustify;
|
|
wxCheckBox* m_checkAutoplaceAlign;
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
virtual void OnChooseUnits( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
public:
|
|
|
|
PANEL_EESCHEMA_SETTINGS_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_EESCHEMA_SETTINGS_BASE();
|
|
|
|
};
|
|
|