You can draw 5 labels the same size on the form, then set each of their TextAlign properties to Right, that should work fine.
As far as outputting formatted text is concerned, what kind of formatting? For a GUI app your best bet is a textbox or richtextbox, otherwise make a console app.