- using System;
- namespace LYFZ.OtherExpansion.Win32.Const
- {
- public static class AW
- {
- public const int AW_HOR_POSITIVE = 1;
- public const int AW_HOR_NEGATIVE = 2;
- public const int AW_VER_POSITIVE = 4;
- public const int AW_VER_NEGATIVE = 8;
- public const int AW_CENTER = 16;
- public const int AW_HIDE = 65536;
- public const int AW_ACTIVATE = 131072;
- public const int AW_SLIDE = 262144;
- public const int AW_BLEND = 524288;
- }
- }
|