35 const std::string& dPath,
36 const std::string& sEvent,
37 const std::string& sFreq)
39 -1, wxDefaultPosition,
58 wxStaticText * cp=
new wxStaticText(
this,-1,_T(
" Copy Path: "), wxPoint(5,10));
59 copyPath=
new wxTextCtrl(
this, wxID_ANY, crea::std2wx(
copyP), wxPoint(150,10), wxSize(250,20));
62 wxStaticText * dp=
new wxStaticText(
this,-1,_T(
" Database Path: "), wxPoint(5,40));
63 dbPath=
new wxTextCtrl(
this, wxID_ANY, crea::std2wx(
databaseP), wxPoint(150,40), wxSize(250,20));
66 wxStaticText * se=
new wxStaticText(
this,-1,_T(
" Synchronization Event: "), wxPoint(5,70));
67 syncEvent=
new wxTextCtrl(
this, wxID_ANY, crea::std2wx(
syncEv), wxPoint(150,70), wxSize(250,20));
70 wxStaticText * sf=
new wxStaticText(
this,-1,_T(
" Synchronization Frequency: "), wxPoint(5,100));
71 syncFrequency=
new wxTextCtrl(
this, wxID_ANY, crea::std2wx(
syncFr), wxPoint(150,100), wxSize(250,20));
73 wxButton *save =
new wxButton(
this,wxID_ANY,_T(
"Save Changes"), wxPoint(5,130) );
89 crea::wx2std(
dbPath->GetValue()),