The StatusBar control has a Panels[] property. In the Object Inspector, highlight that property and you'll see it has an ellipsis (...) button. Click on it, and you'll get the TStatusPanel items. You can select any of them and set 7 properties, including Width.
You could also do this through code (YourStatusBar.Panels.Width := integer)