Visual studio designer saves everything to .resx instead of .designer.cs -
i have got project handed me visual studio windows forms designer saves of properties .resx-file instead of .designer.cs file usual. irritating when .size , .location placed in .resx.
is there way revert placed in .designer.cs file instead?
have tried setting form's localizable property in properties window "false"?
this corresponds form's localizableattribute, specifies strings location , size of controls saved localized .resx file.
Comments
Post a Comment