- void ParseListBox();
- void ParseStaticText();
- void ParseTextCtrl();
- void ParseRadioButton();
- void ParseCheckBox();
- void ParsePushButton();
+ void ParseListBox(wxString varname);
+ void ParseStaticText(wxString phrase,wxString varname);
+ void ParseTextCtrl(wxString varname);
+ void ParseRadioButton(wxString phrase,wxString varname);
+ void ParseCheckBox(wxString phrase,wxString varname);
+ void ParsePushButton(wxString phrase, wxString varname);