2018-04-28 15:22:25 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2019-10-31 23:25:50 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Oct 26 2018)
|
2018-04-28 15:22:25 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-10-31 23:25:50 +00:00
|
|
|
#pragma once
|
2018-04-28 15:22:25 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
|
|
|
class WX_GRID;
|
|
|
|
|
|
|
|
#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/grid.h>
|
2019-10-31 23:25:50 +00:00
|
|
|
#include <wx/choice.h>
|
2020-09-12 00:36:43 +00:00
|
|
|
#include <wx/checkbox.h>
|
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/gbsizer.h>
|
2018-04-28 15:22:25 +00:00
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/panel.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class PANEL_SETUP_TEXT_AND_GRAPHICS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2019-10-31 23:25:50 +00:00
|
|
|
class PANEL_SETUP_TEXT_AND_GRAPHICS_BASE : public wxPanel
|
2018-04-28 15:22:25 +00:00
|
|
|
{
|
|
|
|
private:
|
2019-10-31 23:25:50 +00:00
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
protected:
|
|
|
|
wxBoxSizer* m_gridSizer;
|
2021-05-16 07:11:13 +00:00
|
|
|
wxStaticText* m_staticTextDefProp;
|
2018-04-28 15:22:25 +00:00
|
|
|
WX_GRID* m_grid;
|
2021-05-16 07:11:13 +00:00
|
|
|
wxStaticText* m_staticTextDefPropDim;
|
2021-09-17 17:04:49 +00:00
|
|
|
wxPanel* m_panel1;
|
2020-09-12 00:36:43 +00:00
|
|
|
wxStaticText* m_lblDimensionUnits;
|
2019-10-31 23:25:50 +00:00
|
|
|
wxChoice* m_dimensionUnits;
|
2020-09-12 00:36:43 +00:00
|
|
|
wxStaticText* m_lblTextPositionMode;
|
|
|
|
wxChoice* m_dimensionTextPositionMode;
|
|
|
|
wxStaticText* m_lblDimensionUnitsFormat;
|
|
|
|
wxChoice* m_dimensionUnitsFormat;
|
|
|
|
wxCheckBox* m_dimensionTextKeepAligned;
|
|
|
|
wxStaticText* m_lblDimensionPrecision;
|
2019-10-31 23:25:50 +00:00
|
|
|
wxChoice* m_dimensionPrecision;
|
2020-09-12 00:36:43 +00:00
|
|
|
wxStaticText* m_lblArrowLength;
|
|
|
|
wxTextCtrl* m_dimensionArrowLength;
|
|
|
|
wxStaticText* m_arrowLengthUnits;
|
2020-09-12 15:46:33 +00:00
|
|
|
wxCheckBox* m_dimensionSuppressZeroes;
|
|
|
|
wxStaticText* m_lblExtensionOffset;
|
|
|
|
wxTextCtrl* m_dimensionExtensionOffset;
|
|
|
|
wxStaticText* m_dimensionExtensionOffsetUnits;
|
2019-10-31 23:25:50 +00:00
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
public:
|
2019-10-31 23:25:50 +00:00
|
|
|
|
|
|
|
PANEL_SETUP_TEXT_AND_GRAPHICS_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 );
|
2018-04-28 15:22:25 +00:00
|
|
|
~PANEL_SETUP_TEXT_AND_GRAPHICS_BASE();
|
2019-10-31 23:25:50 +00:00
|
|
|
|
2018-04-28 15:22:25 +00:00
|
|
|
};
|
|
|
|
|