The text label for a checkbox control can't be split like that, but it's possible to fake it. One way is to use the first part of the text in the check, and make a text control under it with the rest of the line.
Code:
check "&Adjust windows to Toolbar", 17, 19 120 150 14
text "and Statusbar", 917, 35 136 150 14


You may need to adjust the location of the text control. For my setup 16px to the right and down fits nicely.