//
//
//
//
//
//
//
//
//
//
软件Tags:
滚动字幕背景透明方案系统结构:初始化,置透明颜色,置文本颜色,置文字输出矩形区域,置上渐变,置下渐变,输出文本,GetWindowLongA,SetWindowLongA,SetLayeredWindowAttributes, ======程序集1 || ||------初始化 || ||------置透明颜色 || ||------置文本颜色 || ||------置文字输出矩形区域 || ||------置上渐变 || ||------置下渐变 || ||------输出文本 || || ======窗口程序集1 || ||------_按钮1_被单击 || ||------__启动窗口_创建完毕 || ||------_时钟1_周期事件 || || ======调用的Dll || ||---[dll]------GetWindowLongA || ||---[dll]------SetWindowLongA || ||---[dll]------SetLayeredWindowAttributes 调用的DLL命令: .DLL命令GetWindowLongA,整数型,"user32.dll","GetWindowLongA" .参数hwnd .参数nIndex .DLL命令SetWindowLongA,整数型,"user32.dll","SetWindowLongA" .参数hwnd .参数nIndex .参数dwNewLong .DLL命令SetLayeredWindowAttributes,整数型,"user32.dll","SetLayeredWindowAttributes" .参数hwnd .参数crKey .参数bAlpha .参数dwFlags
