mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-21 23:05:02 +00:00
68 lines
2.0 KiB
C++
68 lines
2.0 KiB
C++
///////////////////////////////////////////////////////////////////////////
|
|
// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
|
|
// 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 "widgets/resettable_panel.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/statline.h>
|
|
#include <wx/radiobox.h>
|
|
#include <wx/sizer.h>
|
|
#include <wx/choice.h>
|
|
#include <wx/panel.h>
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
/// Class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE : public RESETTABLE_PANEL
|
|
{
|
|
private:
|
|
|
|
protected:
|
|
wxStaticText* m_fileFormatLabel;
|
|
wxStaticLine* m_staticline1;
|
|
wxStaticText* m_fileFormatHelp;
|
|
wxRadioBox* m_rbUnits;
|
|
wxRadioBox* m_rbZeroFormat;
|
|
wxStaticText* m_coordinatesLabel;
|
|
wxStaticLine* m_staticline2;
|
|
wxStaticText* m_coordsFormatHelp;
|
|
wxStaticText* m_hint1;
|
|
wxStaticText* m_staticTextUnitsmm;
|
|
wxChoice* m_choiceIntegerMM;
|
|
wxStaticText* m_staticText8;
|
|
wxChoice* m_choiceMantissaMM;
|
|
wxStaticText* m_staticTextUnitsInch;
|
|
wxChoice* m_choiceIntegerInch;
|
|
wxStaticText* m_staticText9;
|
|
wxChoice* m_choiceMantissaInch;
|
|
wxStaticText* m_hint2;
|
|
|
|
// Virtual event handlers, override them in your derived class
|
|
virtual void onUnitsChange( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
public:
|
|
|
|
PANEL_GERBVIEW_EXCELLON_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_GERBVIEW_EXCELLON_SETTINGS_BASE();
|
|
|
|
};
|
|
|