-
-{
-
-wxString tok;
-
-tok=GetToken();
-
-
-
-m_controlid++;
-
-int x,y,width,height;
-
-
-
-if (tok==_T("BS_AUTOCHECKBOX"))
-
-{
-
- wxFprintf(m_wxr,_T(" control = [%i,wxCheckBox,'%s','0','%s',"),m_controlid,label.c_str(),varname.c_str());
-
- while (ReadOrs(tok));
-
- ReadRect(x,y,width,height);
-
- wxFprintf(m_wxr,_T("%i,%i,%i,%i,0,\\\n"),x,y,width,height);
-
- wxFprintf(m_wxr,_T("[8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']],\\\n"));
-
-}
-
-
-
-if (tok==_T("BS_AUTORADIOBUTTON"))
-