setText = function (text1) { txtChBox.autoSize = true; txtChBox.text = text1; }
btnAnswer1.setText("my text")