76 lines
2.5 KiB
C++
76 lines
2.5 KiB
C++
///////////////////////////////////////////////////////////////////////////
|
|
// C++ code generated with wxFormBuilder (version Sep 8 2010)
|
|
// http://www.wxformbuilder.org/
|
|
//
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef __dialog_plot_schematic_HPGL_base__
|
|
#define __dialog_plot_schematic_HPGL_base__
|
|
|
|
#include <wx/intl.h>
|
|
|
|
#include <wx/string.h>
|
|
#include <wx/radiobox.h>
|
|
#include <wx/gdicmn.h>
|
|
#include <wx/font.h>
|
|
#include <wx/colour.h>
|
|
#include <wx/settings.h>
|
|
#include <wx/checkbox.h>
|
|
#include <wx/sizer.h>
|
|
#include <wx/stattext.h>
|
|
#include <wx/textctrl.h>
|
|
#include <wx/spinctrl.h>
|
|
#include <wx/statbox.h>
|
|
#include <wx/button.h>
|
|
#include <wx/dialog.h>
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
/// Class DIALOG_PLOT_SCHEMATIC_HPGL_BASE
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
class DIALOG_PLOT_SCHEMATIC_HPGL_BASE : public wxDialog
|
|
{
|
|
private:
|
|
|
|
protected:
|
|
wxRadioBox* m_SizeOption;
|
|
wxCheckBox* m_Plot_Sheet_Ref_Ctrl;
|
|
wxStaticText* m_penWidthTitle;
|
|
wxTextCtrl* m_penWidthCtrl;
|
|
wxStaticText* m_penSpeedTitle;
|
|
wxSpinCtrl* m_penSpeedCtrl;
|
|
wxStaticText* m_penNumTitle;
|
|
wxSpinCtrl* m_penNumCtrl;
|
|
wxStaticText* m_offsetXTitle;
|
|
wxTextCtrl* m_PlotOrgPosition_X;
|
|
wxStaticText* m_offsetYTitle;
|
|
wxTextCtrl* m_PlotOrgPosition_Y;
|
|
|
|
wxButton* m_buttonPlotPage;
|
|
wxButton* m_buttonPlotAll;
|
|
wxButton* m_buttonClose;
|
|
|
|
wxButton* m_buttonOffset;
|
|
wxStaticText* m_staticText1;
|
|
wxTextCtrl* m_MsgBox;
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
|
virtual void OnPageSelected( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnPlotCurrent( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnPlotAll( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
|
|
virtual void AcceptPlotOffset( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
public:
|
|
|
|
DIALOG_PLOT_SCHEMATIC_HPGL_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Plot HPGL"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 387,408 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
|
~DIALOG_PLOT_SCHEMATIC_HPGL_BASE();
|
|
|
|
};
|
|
|
|
#endif //__dialog_plot_schematic_HPGL_base__
|