- void ParseListBox();
- void ParseStaticText();
- void ParseTextCtrl();
- void ParseRadioButton();
- void ParseCheckBox();
- void ParsePushButton();
- bool Seperator(int ch);
- void ParseGroupBox();
+ 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);
+ bool Separator(int ch);
+ void ParseGroupBox(wxString phrase, wxString varname);