using System; namespace LYFZ.OtherExpansion.Win32.Const { public class SS { public const int SS_OWNERDRAW = 13; public const int SS_ETCHEDHORZ = 16; public const int SS_ETCHEDVERT = 17; private SS() { } } }