2020-03-10 18:46:57 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-02-09 17:18:56 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2020-03-10 18:46:57 +00:00
|
|
|
// 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/sizer.h>
|
|
|
|
#include <wx/statbox.h>
|
|
|
|
#include <wx/textctrl.h>
|
2023-10-14 19:46:39 +00:00
|
|
|
#include <wx/gbsizer.h>
|
2020-08-31 14:11:54 +00:00
|
|
|
#include <wx/checkbox.h>
|
|
|
|
#include <wx/radiobut.h>
|
2023-02-09 17:18:56 +00:00
|
|
|
#include <wx/spinctrl.h>
|
2020-03-10 18:46:57 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class PANEL_SETUP_FORMATTING_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class PANEL_SETUP_FORMATTING_BASE : public wxPanel
|
|
|
|
{
|
2021-03-04 21:29:41 +00:00
|
|
|
DECLARE_EVENT_TABLE()
|
2020-03-10 18:46:57 +00:00
|
|
|
private:
|
|
|
|
|
2021-03-04 21:29:41 +00:00
|
|
|
// Private event handlers
|
|
|
|
void _wxFB_onCheckBoxIref( wxCommandEvent& event ){ onCheckBoxIref( event ); }
|
|
|
|
|
|
|
|
|
2020-03-10 18:46:57 +00:00
|
|
|
protected:
|
|
|
|
wxStaticText* m_staticText26;
|
|
|
|
wxChoice* m_choiceSeparatorRefId;
|
2020-03-13 09:53:44 +00:00
|
|
|
wxStaticText* m_textSizeLabel;
|
|
|
|
wxTextCtrl* m_textSizeCtrl;
|
|
|
|
wxStaticText* m_textSizeUnits;
|
2023-08-06 19:20:53 +00:00
|
|
|
wxStaticText* m_overbarHieghtLabel;
|
|
|
|
wxTextCtrl* m_overbarHeightCtrl;
|
|
|
|
wxStaticText* m_overbarHeightUnits;
|
2020-03-17 12:49:49 +00:00
|
|
|
wxStaticText* m_textOffsetRatioLabel;
|
|
|
|
wxTextCtrl* m_textOffsetRatioCtrl;
|
|
|
|
wxStaticText* m_offsetRatioUnits;
|
2021-07-25 11:42:19 +00:00
|
|
|
wxStaticText* m_labelSizeRatioLabel;
|
|
|
|
wxTextCtrl* m_labelSizeRatioCtrl;
|
|
|
|
wxStaticText* m_labelSizeRatioUnits;
|
2020-04-04 20:32:14 +00:00
|
|
|
wxStaticText* m_lineWidthLabel;
|
|
|
|
wxTextCtrl* m_lineWidthCtrl;
|
|
|
|
wxStaticText* m_lineWidthUnits;
|
2020-05-03 23:55:31 +00:00
|
|
|
wxStaticText* m_pinSymbolSizeLabel;
|
|
|
|
wxTextCtrl* m_pinSymbolSizeCtrl;
|
|
|
|
wxStaticText* m_pinSymbolSizeUnits;
|
2020-10-08 17:04:53 +00:00
|
|
|
wxStaticText* m_staticText261;
|
|
|
|
wxChoice* m_choiceJunctionDotSize;
|
2023-10-14 19:46:39 +00:00
|
|
|
wxStaticText* m_connectionGridLabel;
|
|
|
|
wxTextCtrl* m_connectionGridCtrl;
|
|
|
|
wxStaticText* m_connectionGridUnits;
|
2020-08-31 14:11:54 +00:00
|
|
|
wxCheckBox* m_showIntersheetsReferences;
|
2021-03-04 21:29:41 +00:00
|
|
|
wxCheckBox* m_listOwnPage;
|
2020-08-31 14:11:54 +00:00
|
|
|
wxRadioButton* m_radioFormatStandard;
|
|
|
|
wxRadioButton* m_radioFormatAbbreviated;
|
|
|
|
wxStaticText* m_prefixLabel;
|
|
|
|
wxTextCtrl* m_prefixCtrl;
|
|
|
|
wxStaticText* m_suffixLabel;
|
|
|
|
wxTextCtrl* m_suffixCtrl;
|
2021-07-22 23:05:01 +00:00
|
|
|
wxStaticText* dashLengthLabel;
|
|
|
|
wxTextCtrl* m_dashLengthCtrl;
|
|
|
|
wxStaticText* gapLengthLabel;
|
|
|
|
wxTextCtrl* m_gapLengthCtrl;
|
|
|
|
wxStaticText* m_dashedLineHelp;
|
2023-02-09 17:18:56 +00:00
|
|
|
wxSpinCtrl* m_vPrecisionCtrl;
|
|
|
|
wxChoice* m_vRangeCtrl;
|
|
|
|
wxSpinCtrl* m_iPrecisionCtrl;
|
|
|
|
wxChoice* m_iRangeCtrl;
|
2020-03-10 18:46:57 +00:00
|
|
|
|
2022-08-21 11:26:47 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2021-03-04 21:29:41 +00:00
|
|
|
virtual void onCheckBoxIref( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
|
|
|
2020-03-10 18:46:57 +00:00
|
|
|
public:
|
|
|
|
|
2020-11-14 12:39:45 +00:00
|
|
|
PANEL_SETUP_FORMATTING_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 );
|
2022-08-21 11:26:47 +00:00
|
|
|
|
2020-03-10 18:46:57 +00:00
|
|
|
~PANEL_SETUP_FORMATTING_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|