namespace System.Windows.Forms { public enum BorderStyle { None, FixedSingle, Fixed3D } }