2019-06-30 22:06:34 +00:00
///////////////////////////////////////////////////////////////////////////
2020-03-17 16:08:29 +00:00
// C++ code generated with wxFormBuilder (version Oct 26 2018)
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>
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 ;
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 ;
wxStaticText * m_textSizeLabel ;
wxTextCtrl * m_textSizeCtrl ;
wxStaticText * m_textSizeUnits ;
wxCheckBox * m_Bold ;
wxStaticText * orientationLabel ;
wxChoice * m_orientation ;
wxCheckBox * m_Italic ;
wxStaticText * hAlignLabel ;
wxChoice * m_hAlign ;
wxCheckBox * m_Visible ;
wxStaticText * vAlignLabel ;
wxChoice * m_vAlign ;
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 ;
2020-04-02 12:57:07 +00:00
wxCheckBox * m_setBgColor ;
COLOR_SWATCH * m_bgColorSwatch ;
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 ;
wxButton * m_sdbSizerButtonsCancel ;
2020-02-04 13:01:06 +00:00
2019-06-30 22:06:34 +00:00
// Virtual event handlers, overide them in your derived class
virtual void OnUpdateUI ( wxUpdateUIEvent & event ) { event . Skip ( ) ; }
virtual void OnReferenceFilterText ( wxCommandEvent & event ) { event . Skip ( ) ; }
virtual void OnSymbolFilterText ( 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 ) ;
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
} ;