using System; namespace LYFZ.OtherExpansion.Win32.Const { public static class TBM { private const int WM_USER = 1024; public const int TBM_GETRANGEMIN = 1025; public const int TBM_GETRANGEMAX = 1026; public const int TBM_GETTIC = 1027; public const int TBM_SETTIC = 1028; public const int TBM_SETPOS = 1029; public const int TBM_SETRANGE = 1030; public const int TBM_SETRANGEMIN = 1031; public const int TBM_SETRANGEMAX = 1032; public const int TBM_CLEARTICS = 1033; public const int TBM_SETSEL = 1034; public const int TBM_SETSELSTART = 1035; public const int TBM_SETSELEND = 1036; public const int TBM_GETPTICS = 1038; public const int TBM_GETTICPOS = 1039; public const int TBM_GETNUMTICS = 1040; public const int TBM_GETSELSTART = 1041; public const int TBM_GETSELEND = 1042; public const int TBM_CLEARSEL = 1043; public const int TBM_SETTICFREQ = 1044; public const int TBM_SETPAGESIZE = 1045; public const int TBM_GETPAGESIZE = 1046; public const int TBM_SETLINESIZE = 1047; public const int TBM_GETLINESIZE = 1048; public const int TBM_GETTHUMBRECT = 1049; public const int TBM_GETCHANNELRECT = 1050; public const int TBM_SETTHUMBLENGTH = 1051; public const int TBM_GETTHUMBLENGTH = 1052; } }