Is there a way to load the style at design time (in visual studio)?
No, there's no way to load an ApplicationStyle at Design-time. You can create your style using AppStylist or you can style you live application using the AppStylistRunTime component.