22#ifndef ACTUALVALUESSTORAGEWIZ_H
23#define ACTUALVALUESSTORAGEWIZ_H
28#include <wx/statline.h>
30#include "../BTextCtrl.h"
37 wxWindow *parent,
int id,
const wxString &title,
39 const wxPoint &pos = wxDefaultPosition,
40 const wxSize &size = wxDefaultSize,
41 long style = wxDEFAULT_DIALOG_STYLE);
46 void set_properties();
52 void OnValueChange(wxGridEvent &event);
Definition: ActualValuesStorageWiz.h:33
The configuration storage for the current worksheet.
Definition: Configuration.h:85