8#pragma qt_sync_skip_header_check
9#pragma qt_sync_stop_processing
16# define _WIN32_WINNT 0x0A00
19# define _WIN32_IE 0x0A00
22# define NTDDI_VERSION 0x0A00000C
31#ifndef SPI_SETMENUANIMATION
32#define SPI_SETMENUANIMATION 0x1003
34#ifndef SPI_SETMENUFADE
35#define SPI_SETMENUFADE 0x1013
37#ifndef SPI_SETCOMBOBOXANIMATION
38#define SPI_SETCOMBOBOXANIMATION 0x1005
40#ifndef SPI_SETTOOLTIPANIMATION
41#define SPI_SETTOOLTIPANIMATION 0x1017
43#ifndef SPI_SETTOOLTIPFADE
44#define SPI_SETTOOLTIPFADE 0x1019
46#ifndef SPI_SETUIEFFECTS
47#define SPI_SETUIEFFECTS 0x103F
49#ifndef SPI_GETMENUANIMATION
50#define SPI_GETMENUANIMATION 0x1002
52#ifndef SPI_GETMENUFADE
53#define SPI_GETMENUFADE 0x1012
55#ifndef SPI_GETCOMBOBOXANIMATION
56#define SPI_GETCOMBOBOXANIMATION 0x1004
58#ifndef SPI_GETTOOLTIPANIMATION
59#define SPI_GETTOOLTIPANIMATION 0x1016
61#ifndef SPI_GETTOOLTIPFADE
62#define SPI_GETTOOLTIPFADE 0x1018
64#ifndef SPI_GETUIEFFECTS
65#define SPI_GETUIEFFECTS 0x103E
67#ifndef SPI_GETKEYBOARDCUES
68#define SPI_GETKEYBOARDCUES 0x100A
70#ifndef SPI_GETGRADIENTCAPTIONS
71#define SPI_GETGRADIENTCAPTIONS 0x1008
74#define IDC_HAND MAKEINTRESOURCE(32649
)
77#define WM_MOUSEWHEEL 0x020A
80#define WM_MOUSEHWHEEL 0x020E
85#ifndef COLOR_GRADIENTACTIVECAPTION
86#define COLOR_GRADIENTACTIVECAPTION 27
88#ifndef COLOR_GRADIENTINACTIVECAPTION
89#define COLOR_GRADIENTINACTIVECAPTION 28
93#ifndef SPI_GETFLATMENU
94#define SPI_GETFLATMENU 0x1022
97#define CS_DROPSHADOW 0x00020000
99#ifndef CLEARTYPE_QUALITY
100#define CLEARTYPE_QUALITY 5
int main(int argc, char *argv[])
[2]