2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2018-04-23 18:53:12 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Apr 19 2018)
|
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
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef __DIALOG_PLOT_SCHEMATIC_BASE_H__
|
|
|
|
#define __DIALOG_PLOT_SCHEMATIC_BASE_H__
|
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
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>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/textctrl.h>
|
2018-02-09 18:00:13 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/bmpbuttn.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/statbox.h>
|
|
|
|
#include <wx/checkbox.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:
|
|
|
|
|
|
|
|
protected:
|
|
|
|
enum
|
|
|
|
{
|
|
|
|
wxID_PRINT_CURRENT = 1000,
|
|
|
|
wxID_PRINT_ALL
|
|
|
|
};
|
|
|
|
|
2014-10-26 13:59:01 +00:00
|
|
|
wxStaticText* m_staticTextOutputDirectory;
|
|
|
|
wxTextCtrl* m_outputDirectoryName;
|
2018-02-09 18:00:13 +00:00
|
|
|
wxBitmapButton* 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
|
|
|
wxStaticBoxSizer* m_paperOptionsSizer;
|
|
|
|
wxRadioBox* m_PaperSizeOption;
|
|
|
|
wxStaticBoxSizer* m_paperHPGLSizer;
|
|
|
|
wxStaticText* m_staticText4;
|
|
|
|
wxChoice* m_HPGLPaperSizeOption;
|
|
|
|
wxRadioBox* m_plotOriginOpt;
|
|
|
|
wxStaticText* m_penHPLGWidthTitle;
|
|
|
|
wxTextCtrl* m_penHPGLWidthCtrl;
|
|
|
|
wxStaticText* m_defaultLineWidthTitle;
|
|
|
|
wxTextCtrl* m_DefaultLineSizeCtrl;
|
|
|
|
wxRadioBox* m_ModeColorOption;
|
|
|
|
wxCheckBox* m_PlotFrameRefOpt;
|
|
|
|
wxBoxSizer* m_ButtonsSizer;
|
|
|
|
wxButton* m_buttonPlotCurrent;
|
|
|
|
wxButton* m_buttonPlotAll;
|
|
|
|
wxButton* m_buttonQuit;
|
2015-06-16 12:20:42 +00:00
|
|
|
WX_HTML_REPORT_PANEL* m_MessagesBox;
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
|
|
virtual void OnCloseWindow( wxCloseEvent& 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(); }
|
2015-12-21 15:08:37 +00:00
|
|
|
virtual void OnHPGLPageSelected( wxCommandEvent& event ) { event.Skip(); }
|
2013-05-26 04:36:44 +00:00
|
|
|
virtual void OnButtonPlotCurrentClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnButtonPlotAllClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnButtonCancelClick( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
2017-07-03 08:38:01 +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 );
|
2013-05-26 04:36:44 +00:00
|
|
|
~DIALOG_PLOT_SCHEMATIC_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //__DIALOG_PLOT_SCHEMATIC_BASE_H__
|