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