This seems to be a bit of a blacksheep of a thread, but lets go for it anyways.
Pretty much in a small distribution, a thick client ( winForms ) is easier to develop for. One of the biggest flaws is the difficult in deployment. CAS will be more of a factor with a thick client app ( as its basically a non-factor on a webform app ), but in the end, with the basics you have described, it shouldn't really become a factor. Then again, this may be a product of not having enough information.
Where WebForms thrive is the ease of maintenance and the lack of deployment. Additionally, it is much easier to deploy a WebForm app on the Internet should that ever become a priority.
Your actual task described, could easily be accomplished by either technology, it really all comes down to the specifics. Need a highly or easily distributed app? Go with WebForms. Need to provide easy upgrades? Again, WebForms. Need to provide a rich client experience, then go with WinForms.
It really all comes down to many specifics you have provided and your particular skillsets, which also arent mentioned. What you have requested ( as far as we know ), can be provided using either technology.