#NoTrayIcon
#include <WindowsConstants.au3>
$width = 350
$hight = 80
$hwnd = GUICreate("", $width, $hight, @DesktopWidth - $width -6, @DesktopHeight - 150, BitOR($WS_POPUP, $WS_DISABLED), $WS_EX_TOOLWINDOW)
GUISetFont(11.5, 400, 0, "Microsoft YaHei")
GUISetBkColor(0x000000)
GUICtrlCreateicon(@ScriptDir & "\img.ico", -1, 20, 20, 40, 40)
$Label1 = GUICtrlCreateLabel("正在备份注册表,请稍候…", 80,20, 250, 24)
GUICtrlSetFont(-1, -1,800)
GUICtrlSetColor(-1, 0xFFFFFF)
$Label2 = GUICtrlCreateLabel("注册表备份工具",80, 45, 250, 24)
GUICtrlSetFont(-1, 10)
GUICtrlSetColor(-1, 0x9c9c9c)
DllCall("user32.dll", "int", "AnimateWindow", "hwnd", $hwnd, "int", 200, "long", 0x00040002)
sleep(5000)
DllCall("user32.dll", "int", "AnimateWindow", "hwnd", $hwnd, "int", 300, "long", 0x00050001)