2019-06-30 22:06:34 +00:00
///////////////////////////////////////////////////////////////////////////
2022-10-14 22:03:32 +00:00
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
2019-06-30 22:06:34 +00:00
// http://www.wxformbuilder.org/
//
// PLEASE DO *NOT* EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
2020-02-04 13:01:06 +00:00
# pragma once
2019-06-30 22:06:34 +00:00
# include <wx/artprov.h>
# include <wx/xrc/xmlres.h>
# include <wx/intl.h>
2022-01-11 15:34:24 +00:00
class FONT_CHOICE ;
2020-04-02 12:57:07 +00:00
# include "widgets/color_swatch.h"
2019-06-30 22:06:34 +00:00
# include "dialog_shim.h"
# include <wx/string.h>
# include <wx/checkbox.h>
# include <wx/gdicmn.h>
# include <wx/font.h>
# include <wx/colour.h>
# include <wx/settings.h>
# include <wx/sizer.h>
# include <wx/statbox.h>
# include <wx/textctrl.h>
# include <wx/choice.h>
2020-05-06 21:56:18 +00:00
# include <wx/stattext.h>
2019-07-02 13:51:48 +00:00
# include <wx/statline.h>
2019-06-30 22:06:34 +00:00
# include <wx/panel.h>
# include <wx/button.h>
# include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS_BASE
///////////////////////////////////////////////////////////////////////////////
class DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS_BASE : public DIALOG_SHIM
{
private :
2020-02-04 13:01:06 +00:00
2019-06-30 22:06:34 +00:00
protected :
wxCheckBox * m_references ;
wxCheckBox * m_values ;
wxCheckBox * m_otherFields ;
wxCheckBox * m_wires ;
2020-04-02 13:34:34 +00:00
wxCheckBox * m_buses ;
2019-06-30 22:06:34 +00:00
wxCheckBox * m_globalLabels ;
wxCheckBox * m_hierLabels ;
2023-01-23 19:58:53 +00:00
wxCheckBox * m_labelFields ;
2019-06-30 22:06:34 +00:00
wxCheckBox * m_sheetTitles ;
2020-04-02 12:57:07 +00:00
wxCheckBox * m_sheetFields ;
2019-06-30 22:06:34 +00:00
wxCheckBox * m_sheetPins ;
2020-04-02 12:57:07 +00:00
wxCheckBox * m_sheetBorders ;
2019-06-30 22:06:34 +00:00
wxCheckBox * m_schTextAndGraphics ;
wxCheckBox * m_fieldnameFilterOpt ;
wxTextCtrl * m_fieldnameFilter ;
wxCheckBox * m_referenceFilterOpt ;
wxTextCtrl * m_referenceFilter ;
wxCheckBox * m_symbolFilterOpt ;
wxTextCtrl * m_symbolFilter ;
2020-05-06 21:56:18 +00:00
wxCheckBox * m_typeFilterOpt ;
wxChoice * m_typeFilter ;
2019-06-30 22:06:34 +00:00
wxCheckBox * m_netFilterOpt ;
wxTextCtrl * m_netFilter ;
2021-02-14 23:38:52 +00:00
wxCheckBox * m_selectedFilterOpt ;
2019-06-30 22:06:34 +00:00
wxPanel * m_specifiedValues ;
2022-01-11 15:34:24 +00:00
wxStaticText * m_fontLabel ;
FONT_CHOICE * m_fontCtrl ;
2022-05-03 21:55:35 +00:00
wxCheckBox * m_setTextColor ;
COLOR_SWATCH * m_textColorSwatch ;
2019-06-30 22:06:34 +00:00
wxStaticText * m_textSizeLabel ;
wxTextCtrl * m_textSizeCtrl ;
wxStaticText * m_textSizeUnits ;
2022-01-11 15:34:24 +00:00
wxCheckBox * m_bold ;
2023-09-07 16:09:53 +00:00
wxCheckBox * m_italic ;
2019-06-30 22:06:34 +00:00
wxStaticText * orientationLabel ;
wxChoice * m_orientation ;
2023-09-07 16:09:53 +00:00
wxStaticText * m_staticText16 ;
2019-06-30 22:06:34 +00:00
wxStaticText * hAlignLabel ;
wxChoice * m_hAlign ;
2022-10-14 22:03:32 +00:00
wxStaticText * m_staticText14 ;
2022-01-11 15:34:24 +00:00
wxCheckBox * m_visible ;
2022-10-14 22:03:32 +00:00
wxStaticText * m_staticText12 ;
2019-06-30 22:06:34 +00:00
wxStaticText * vAlignLabel ;
wxChoice * m_vAlign ;
2022-10-14 22:03:32 +00:00
wxStaticText * m_staticText15 ;
wxCheckBox * m_showFieldNames ;
wxStaticText * m_staticText13 ;
2019-07-02 13:51:48 +00:00
wxStaticLine * m_staticline1 ;
wxStaticLine * m_staticline2 ;
2020-04-02 12:57:07 +00:00
wxStaticLine * m_staticline21 ;
2019-07-02 13:51:48 +00:00
wxStaticLine * m_staticline3 ;
wxStaticLine * m_staticline4 ;
wxStaticLine * m_staticline5 ;
2019-06-30 22:06:34 +00:00
wxStaticText * m_lineWidthLabel ;
wxTextCtrl * m_LineWidthCtrl ;
wxStaticText * m_lineWidthUnits ;
2020-04-02 12:57:07 +00:00
wxCheckBox * m_setColor ;
COLOR_SWATCH * m_colorSwatch ;
2019-07-02 13:51:48 +00:00
wxStaticText * lineStyleLabel ;
wxChoice * m_lineStyle ;
2021-07-17 19:56:18 +00:00
wxCheckBox * m_setFillColor ;
COLOR_SWATCH * m_fillColorSwatch ;
2021-08-31 10:48:45 +00:00
wxStaticText * m_dotSizeLabel ;
wxTextCtrl * m_dotSizeCtrl ;
wxStaticText * m_dotSizeUnits ;
wxCheckBox * m_setDotColor ;
COLOR_SWATCH * m_dotColorSwatch ;
2019-06-30 22:06:34 +00:00
wxStdDialogButtonSizer * m_sdbSizerButtons ;
wxButton * m_sdbSizerButtonsOK ;
2022-07-13 23:43:33 +00:00
wxButton * m_sdbSizerButtonsApply ;
2019-06-30 22:06:34 +00:00
wxButton * m_sdbSizerButtonsCancel ;
2020-02-04 13:01:06 +00:00
2022-07-13 23:43:33 +00:00
// Virtual event handlers, override them in your derived class
2019-06-30 22:06:34 +00:00
virtual void OnUpdateUI ( wxUpdateUIEvent & event ) { event . Skip ( ) ; }
2022-02-25 00:30:29 +00:00
virtual void OnFieldNameFilterText ( wxCommandEvent & event ) { event . Skip ( ) ; }
2019-06-30 22:06:34 +00:00
virtual void OnReferenceFilterText ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnSymbolFilterText ( wxCommandEvent & event ) { event . Skip ( ) ; }
2022-02-25 00:30:29 +00:00
virtual void OnNetFilterText ( wxCommandEvent & event ) { event . Skip ( ) ; }
2022-01-11 15:34:24 +00:00
virtual void onFontSelected ( wxCommandEvent & event ) { event . Skip ( ) ; }
2020-02-04 13:01:06 +00:00
2019-06-30 22:06:34 +00:00
public :
2020-02-04 13:01:06 +00:00
DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS_BASE ( wxWindow * parent , wxWindowID id = wxID_ANY , const wxString & title = _ ( " Edit Text and Graphic Properties " ) , const wxPoint & pos = wxDefaultPosition , const wxSize & size = wxSize ( - 1 , - 1 ) , long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER ) ;
2022-07-13 23:43:33 +00:00
2019-06-30 22:06:34 +00:00
~ DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS_BASE ( ) ;
2020-02-04 13:01:06 +00:00
2019-06-30 22:06:34 +00:00
} ;