Vlaxicon

SavePlotDialog.h

00001 
00002 // C++ code generated with wxFormBuilder (version Oct  4 2010)
00003 // http://www.wxformbuilder.org/
00004 //
00005 // PLEASE DO "NOT" EDIT THIS FILE!
00007 
00008 #ifndef __SavePlotDialog__
00009 #define __SavePlotDialog__
00010 
00011 #include <wx/string.h>
00012 #include <wx/stattext.h>
00013 #include <wx/gdicmn.h>
00014 #include <wx/font.h>
00015 #include <wx/colour.h>
00016 #include <wx/settings.h>
00017 #include <wx/textctrl.h>
00018 #include <wx/button.h>
00019 #include <wx/sizer.h>
00020 #include <wx/choice.h>
00021 #include <wx/panel.h>
00022 #include <wx/dialog.h>
00023 
00025 
00026 
00030 class SavePlotDialog : public wxDialog 
00031 {
00032         private:
00033         
00034         protected:
00035                 wxPanel* m_panelMain;
00036                 wxStaticText* m_staticText2;
00037                 wxTextCtrl* m_textCtrlPath;
00038                 wxButton* m_buttonPath;
00039                 wxStaticText* m_staticText4;
00040                 wxChoice* m_choiceType;
00041                 wxStaticText* m_staticText5;
00042                 wxTextCtrl* m_textCtrlVertSize;
00043                 wxStaticText* m_staticText6;
00044                 wxTextCtrl* m_textCtrlHorSize;
00045                 wxButton* m_buttonOK;
00046                 wxButton* m_buttonCancel;
00047                 
00048                 // Virtual event handlers, overide them in your derived class
00049                 virtual void OnPathButtonClick( wxCommandEvent& event ) { event.Skip(); }
00050                 virtual void OnOKButtonClick( wxCommandEvent& event ) { event.Skip(); }
00051                 virtual void OnCancelButtonClick( wxCommandEvent& event ) { event.Skip(); }
00052                 
00053         
00054         public:
00055                 
00056                 SavePlotDialog( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Save Plot"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE ); 
00057                 ~SavePlotDialog();
00058         
00059 };
00060 
00061 #endif //__SavePlotDialog__
 All Classes Functions