2020-03-10 18:46:57 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2025-06-11 08:42:17 -07:00
|
|
|
// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6a-dirty)
|
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>
|
2025-06-11 08:42:17 -07:00
|
|
|
#include <wx/textctrl.h>
|
2020-03-10 18:46:57 +00:00
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/statbox.h>
|
2025-06-11 08:42:17 -07:00
|
|
|
#include <wx/choice.h>
|
2023-10-14 20:46:39 +01:00
|
|
|
#include <wx/gbsizer.h>
|
2020-08-31 16:11:54 +02: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 22:29:41 +01:00
|
|
|
DECLARE_EVENT_TABLE()
|
2020-03-10 18:46:57 +00:00
|
|
|
private:
|
|
|
|
|
2021-03-04 22:29:41 +01:00
|
|
|
// Private event handlers
|
|
|
|
void _wxFB_onCheckBoxIref( wxCommandEvent& event ){ onCheckBoxIref( event ); }
|
|
|
|
|
|
|
|
|
2020-03-10 18:46:57 +00:00
|
|
|
protected:
|
2020-03-13 09:53:44 +00:00
|
|
|
wxStaticText* m_textSizeLabel;
|
|
|
|
wxTextCtrl* m_textSizeCtrl;
|
|
|
|
wxStaticText* m_textSizeUnits;
|
2023-08-06 20:20:53 +01: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 13:42:19 +02:00
|
|
|
wxStaticText* m_labelSizeRatioLabel;
|
|
|
|
wxTextCtrl* m_labelSizeRatioCtrl;
|
|
|
|
wxStaticText* m_labelSizeRatioUnits;
|
2020-04-04 21:32:14 +01:00
|
|
|
wxStaticText* m_lineWidthLabel;
|
|
|
|
wxTextCtrl* m_lineWidthCtrl;
|
|
|
|
wxStaticText* m_lineWidthUnits;
|
2020-05-04 00:55:31 +01:00
|
|
|
wxStaticText* m_pinSymbolSizeLabel;
|
|
|
|
wxTextCtrl* m_pinSymbolSizeCtrl;
|
|
|
|
wxStaticText* m_pinSymbolSizeUnits;
|
2025-06-18 22:18:59 +01:00
|
|
|
wxStaticText* m_junctionDotLabel;
|
2020-10-08 10:04:53 -07:00
|
|
|
wxChoice* m_choiceJunctionDotSize;
|
2025-06-18 22:18:59 +01:00
|
|
|
wxStaticText* m_hopOverLabel;
|
|
|
|
wxChoice* m_choiceHopOverSize;
|
2023-10-14 20:46:39 +01:00
|
|
|
wxStaticText* m_connectionGridLabel;
|
|
|
|
wxTextCtrl* m_connectionGridCtrl;
|
|
|
|
wxStaticText* m_connectionGridUnits;
|
2020-08-31 16:11:54 +02:00
|
|
|
wxCheckBox* m_showIntersheetsReferences;
|
2021-03-04 22:29:41 +01:00
|
|
|
wxCheckBox* m_listOwnPage;
|
2020-08-31 16:11:54 +02:00
|
|
|
wxRadioButton* m_radioFormatStandard;
|
|
|
|
wxRadioButton* m_radioFormatAbbreviated;
|
|
|
|
wxStaticText* m_prefixLabel;
|
|
|
|
wxTextCtrl* m_prefixCtrl;
|
|
|
|
wxStaticText* m_suffixLabel;
|
|
|
|
wxTextCtrl* m_suffixCtrl;
|
2021-07-23 00:05:01 +01: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 12:26:47 +01:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2021-03-04 22:29:41 +01:00
|
|
|
virtual void onCheckBoxIref( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
|
|
|
2020-03-10 18:46:57 +00:00
|
|
|
public:
|
|
|
|
|
2020-11-14 07:39:45 -05: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 12:26:47 +01:00
|
|
|
|
2020-03-10 18:46:57 +00:00
|
|
|
~PANEL_SETUP_FORMATTING_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|