namespace System.Windows.Forms { public enum DockStyle { None, Top, Bottom, Left, Right, Fill } }