A form's AutoScale property determines whether the form and its controls automatically adjust their size based on font changes. If you have this property set to False, form and control size will not adjust based on font changes. If you set this property to True, the form and its controls will adjust proportionately as the font size changes.
Consider setting this property to True if the application's font might change based on the language specified Windows.