23#ifndef PLOTFORMATWIZ_H
24#define PLOTFORMATWIZ_H
28#include <wx/statline.h>
29#include "Configuration.h"
35 wxWindow *parent,
int id,
37 const wxString &title,
38 const wxPoint &pos = wxDefaultPosition,
39 const wxSize &size = wxDefaultSize,
40 long style = wxDEFAULT_DIALOG_STYLE);
42 void SetValue(wxString s);
47 void set_properties();
52 wxStaticText *label_1;
53 wxComboBox *combo_box_1;
54 wxStaticLine *static_line_1;
The configuration storage for the current worksheet.
Definition: Configuration.h:85