/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Nov 17 2010) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __dialog_plot_schematic_PS_base__ #define __dialog_plot_schematic_PS_base__ #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_PLOT_SCHEMATIC_PS_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_PLOT_SCHEMATIC_PS_BASE : public wxDialog { private: protected: wxRadioBox* m_SizeOption; wxRadioBox* m_PlotPSColorOption; wxCheckBox* m_Plot_Sheet_Ref_Ctrl; wxButton* m_buttonPlotPage; wxButton* m_buttonPlotAll; wxButton* m_buttonClose; wxStaticText* m_defaultLineWidthTitle; wxTextCtrl* m_DefaultLineSizeCtrl; wxStaticText* m_staticText1; wxTextCtrl* m_MsgBox; // Virtual event handlers, overide them in your derived class virtual void OnPlotCurrent( wxCommandEvent& event ) { event.Skip(); } virtual void OnPlotAll( wxCommandEvent& event ) { event.Skip(); } virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_PLOT_SCHEMATIC_PS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Plot PostScript"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 387,365 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_PLOT_SCHEMATIC_PS_BASE(); }; #endif //__dialog_plot_schematic_PS_base__