namespace System.Windows.Forms { public enum AutoScaleMode { None, Font, Dpi, Inherit } }