2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2022-12-13 20:47:28 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2013-05-26 04:36:44 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2018-02-09 18:00:13 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-03-06 03:00:30 +00:00
|
|
|
#pragma once
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2022-12-13 20:47:28 +00:00
|
|
|
class STD_BITMAP_BUTTON;
|
2015-06-16 12:20:42 +00:00
|
|
|
class WX_HTML_REPORT_PANEL;
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/string.h>
|
2014-10-26 13:59:01 +00:00
|
|
|
#include <wx/stattext.h>
|
2022-08-21 15:21:09 +00:00
|
|
|
#include <wx/gdicmn.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/textctrl.h>
|
2020-03-06 03:00:30 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
2018-02-09 18:00:13 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
2014-10-26 13:59:01 +00:00
|
|
|
#include <wx/button.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/sizer.h>
|
2014-10-26 13:59:01 +00:00
|
|
|
#include <wx/radiobox.h>
|
|
|
|
#include <wx/choice.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/checkbox.h>
|
2018-02-28 09:44:22 +00:00
|
|
|
#include <wx/gbsizer.h>
|
|
|
|
#include <wx/statbox.h>
|
2015-06-16 12:20:42 +00:00
|
|
|
#include <wx/panel.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_PLOT_SCHEMATIC_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_PLOT_SCHEMATIC_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
2020-03-06 03:00:30 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
protected:
|
2014-10-26 13:59:01 +00:00
|
|
|
wxStaticText* m_staticTextOutputDirectory;
|
|
|
|
wxTextCtrl* m_outputDirectoryName;
|
2022-12-13 20:47:28 +00:00
|
|
|
STD_BITMAP_BUTTON* m_browseButton;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxBoxSizer* m_optionsSizer;
|
2015-12-21 15:08:37 +00:00
|
|
|
wxRadioBox* m_plotFormatOpt;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxStaticText* m_staticText4;
|
2018-02-28 09:44:22 +00:00
|
|
|
wxChoice* m_paperSizeOption;
|
2021-02-22 16:37:43 +00:00
|
|
|
wxCheckBox* m_plotDrawingSheet;
|
2018-02-28 09:44:22 +00:00
|
|
|
wxChoice* m_ModeColorOption;
|
2020-03-06 03:00:30 +00:00
|
|
|
wxCheckBox* m_plotBackgroundColor;
|
|
|
|
wxStaticText* m_staticText9;
|
|
|
|
wxChoice* m_colorTheme;
|
2018-06-13 12:20:29 +00:00
|
|
|
wxStaticText* m_lineWidthLabel;
|
|
|
|
wxTextCtrl* m_lineWidthCtrl;
|
|
|
|
wxStaticText* m_lineWidthUnits;
|
2018-02-28 09:44:22 +00:00
|
|
|
wxStaticBoxSizer* m_HPGLOptionsSizer;
|
2018-05-24 07:12:43 +00:00
|
|
|
wxStaticText* m_plotOriginTitle;
|
2018-02-28 09:44:22 +00:00
|
|
|
wxChoice* m_plotOriginOpt;
|
2018-06-13 12:20:29 +00:00
|
|
|
wxStaticText* m_penWidthLabel;
|
|
|
|
wxTextCtrl* m_penWidthCtrl;
|
|
|
|
wxStaticText* m_penWidthUnits;
|
2022-08-21 15:21:09 +00:00
|
|
|
wxStaticBoxSizer* m_otherOptions;
|
|
|
|
wxCheckBox* m_openFileAfterPlot;
|
2015-06-16 12:20:42 +00:00
|
|
|
WX_HTML_REPORT_PANEL* m_MessagesBox;
|
2018-02-28 09:44:22 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
|
|
wxButton* m_sdbSizer1OK;
|
|
|
|
wxButton* m_sdbSizer1Apply;
|
|
|
|
wxButton* m_sdbSizer1Cancel;
|
2020-03-06 03:00:30 +00:00
|
|
|
|
2022-08-21 15:21:09 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2013-05-26 04:36:44 +00:00
|
|
|
virtual void OnCloseWindow( wxCloseEvent& event ) { event.Skip(); }
|
2018-02-28 09:44:22 +00:00
|
|
|
virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
|
2014-10-26 13:59:01 +00:00
|
|
|
virtual void OnOutputDirectoryBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
|
2013-05-26 04:36:44 +00:00
|
|
|
virtual void OnPlotFormatSelection( wxCommandEvent& event ) { event.Skip(); }
|
2018-02-28 09:44:22 +00:00
|
|
|
virtual void OnPageSizeSelected( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnPlotCurrent( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnPlotAll( wxCommandEvent& event ) { event.Skip(); }
|
2020-03-06 03:00:30 +00:00
|
|
|
|
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
public:
|
2020-03-06 03:00:30 +00:00
|
|
|
|
|
|
|
DIALOG_PLOT_SCHEMATIC_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Plot Schematic Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2022-08-21 15:21:09 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
~DIALOG_PLOT_SCHEMATIC_BASE();
|
2020-03-06 03:00:30 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
};
|
|
|
|
|