32 #include <wx/statline.h>
34 #include <wx/radiobut.h>
35 #include <wx/persist.h>
36 #include <wx/persist/toplevel.h>
38 #include "BTextCtrl.h"
39 #include "Configuration.h"
113 wxCheckBox *m_useSecondaryX;
114 wxCheckBox *m_useSecondaryY;
131 void OnParametricFocus(wxFocusEvent &event);
134 wxRadioButton *m_singleFrame;
135 wxRadioButton *m_multipleFrames;
148 wxCheckBox *m_hidden3d;
149 wxCheckBox *m_enhanced3d;
159 void OnRadioButton(wxCommandEvent &dummy);
162 wxRadioButton *m_contourNone;
163 wxRadioButton *m_contourSurface;
164 wxRadioButton *m_contourBase;
165 wxRadioButton *m_contourBoth;
166 wxRadioButton *m_contourOnly;
177 wxRadioButton *m_formatStd;
178 wxRadioButton *m_formatListOfLists;
179 wxRadioButton *m_transposedMatrix;
180 wxRadioButton *m_transposedListOfLists;
181 wxCheckBox *m_pointsJoined;
182 wxChoice *m_pointStyle;