易语言GOOGLE项目的特效界面
系统结构:事件,绘图,初始化,创建菜单项,消息处理,CallWinProc,On_WM_DESTROY,On_WM_PAINT,On_WM_MOUSEMOVE,On_WM_LBUTTONUP,重绘,绘制图片,鼠标事件,回调,取索引,画提示文本,擦除提示文本,TimerProc,BitBlt,SetStretchBltMode,CreateCompatibleBitmap,CreateBitmap,CreateCompatibleDC,SelectObject,SetBkColor,SetTextColor,DeleteDC,DeleteObject,StretchBlt,GetDC,ReleaseDC,GetProp,SetProp,GetWindowLong,SetWindowLong,DefWindowProc,CallWindowProc,BeginPaint,EndPaint,FillRect,CreateSolidBrush,SetRect,PtInRect,SetTimer,KillTimer,DrawText,GetStockObject,SetBkMode,RoundRect,GetTextExtentPoint32,CreatePen,
======窗口程序集1
| |
| |------ __启动窗口_创建完毕
| |
| |------ 事件
| |
| |
======绘图
| |
| |------ 绘图
| |
| |
======菜单
| |
| |------ 初始化
| |
| |------ 创建菜单项
| |
| |------ 消息处理
| |
| |------ CallWinProc
| |
| |------ On_WM_DESTROY
| |
| |------ On_WM_PAINT
| |
| |------ On_WM_MOUSEMOVE
| |
| |------ On_WM_LBUTTONUP
| |
| |------ 重绘
| |
| |------ 绘制图片
| |
| |------ 鼠标事件
| |
| |------ 回调
| |
| |------ 取索引
| |
| |------ 画提示文本
| |
| |------ 擦除提示文本
| |
| |------ TimerProc
| |
| |
======调用的Dll
| |
| |---[dll]------ BitBlt
| |
| |---[dll]------ SetStretchBltMode
| |
| |---[dll]------ CreateCompatibleBitmap
| |
| |---[dll]------ CreateBitmap
| |
| |---[dll]------ CreateCompatibleDC
| |
| |---[dll]------ SelectObject
| |
| |---[dll]------ SetBkColor
| |
| |---[dll]------ SetTextColor
| |
| |---[dll]------ DeleteDC
| |
| |---[dll]------ DeleteObject
| |
| |---[dll]------ StretchBlt
| |
| |---[dll]------ GetDC
| |
| |---[dll]------ ReleaseDC
| |
| |---[dll]------ GetProp
| |
| |---[dll]------ SetProp
| |
| |---[dll]------ GetWindowLong
| |
| |---[dll]------ SetWindowLong
| |
| |---[dll]------ DefWindowProc
| |
| |---[dll]------ CallWindowProc
| |
| |---[dll]------ BeginPaint
| |
| |---[dll]------ EndPaint
| |
| |---[dll]------ FillRect
| |
| |---[dll]------ CreateSolidBrush
| |
| |---[dll]------ SetRect
| |
| |---[dll]------ PtInRect
| |
| |---[dll]------ SetTimer
| |
| |---[dll]------ KillTimer
| |
| |---[dll]------ DrawText
| |
| |---[dll]------ GetStockObject
| |
| |---[dll]------ SetBkMode
| |
| |---[dll]------ RoundRect
| |
| |---[dll]------ GetTextExtentPoint32
| |
| |---[dll]------ CreatePen
调用的DLL命令:
.DLL命令 BitBlt, 逻辑型
.参数 hdcDest, 整数型
.参数 nXDest, 整数型
.参数 nYDest, 整数型
.参数 nWidth, 整数型
.参数 nHeight, 整数型
.参数 hdcSrc, 整数型
.参数 nXSrc, 整数型
.参数 nYSrc, 整数型
.参数 dwRop, 整数型
.DLL命令 SetStretchBltMode, 整数型
.参数 hDC, 整数型
.参数 iStretchMode, 整数型
.DLL命令 CreateCompatibleBitmap, 整数型
.参数 hDC, 整数型
.参数 nWidth, 整数型
.参数 nHeight, 整数型
.DLL命令 CreateBitmap, 整数型
.参数 nWidth, 整数型
.参数 nHeight, 整数型
.参数 cPlanes, 整数型
.参数 cBitsPerPel, 整数型
.参数 lpvBits, 整数型
.DLL命令 CreateCompatibleDC, 整数型
.参数 hDC, 整数型
.DLL命令 SelectObject, 整数型
.参数 hDC, 整数型
.参数 hObject, 整数型
.DLL命令 SetBkColor, 整数型
.参数 hdc, 整数型
.参数 crColor, 整数型
.DLL命令 SetTextColor, 整数型
.参数 hDC, 整数型
.参数 colors, 整数型
.DLL命令 DeleteDC, 整数型
.参数 hDC, 整数型
.DLL命令 DeleteObject, 整数型
.参数 hObject, 整数型
.DLL命令 StretchBlt, 逻辑型
.参数 hdcDest, 整数型
.参数 nXOriginDest, 整数型
.参数 nYOriginDest, 整数型
.参数 nWidthDest, 整数型
.参数 nHeightDest, 整数型
.参数 hdcSrc, 整数型
.参数 nXOriginSrc, 整数型
.参数 nYOriginSrc, 整数型
.参数 nWidthSrc, 整数型
.参数 nHeightSrc, 整数型
.参数 dwRop, 整数型
.DLL命令 GetDC, 整数型
.参数 hWnd, 整数型
.DLL命令 ReleaseDC, 整数型
.参数 hWnd, 整数型
.参数 hDC, 整数型
.DLL命令 GetProp, 整数型, , "GetPropA"
.参数 hWnd, 整数型
.参数 lpString, 文本型
.DLL命令 SetProp, 整数型, , "SetPropA"
.参数 hWnd, 整数型
.参数 lpString, 文本型
.参数 hData, 整数型
.DLL命令 GetWindowLong, 整数型, , "GetWindowLongA"
.参数 hWnd, 整数型
.参数 nIndex, 整数型
.DLL命令 SetWindowLong, 整数型, , "SetWindowLongA"
.参数 hWnd, 整数型
.参数 nIndex, 整数型
.参数 dwNewLong, 整数型
.DLL命令 DefWindowProc, 整数型, , "DefWindowProcA"
.参数 hWnd, 整数型
.参数 Msg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型
.DLL命令 CallWindowProc, 整数型, , "CallWindowProcA"
.参数 lpPrevWndFunc, 整数型
.参数 hWnd, 整数型
.参数 Msg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型
.DLL命令 BeginPaint, 整数型
.参数 hWnd, 整数型
.参数 lpPaint, PAINTSTRUCT
.DLL命令 EndPaint, 整数型
.参数 hWnd, 整数型
.参数 lpPaint, PAINTSTRUCT
.DLL命令 FillRect, 整数型
.参数 hDC, 整数型
.参数 lpRect, RECT
.参数 hBrush, 整数型
.DLL命令 CreateSolidBrush, 整数型
.参数 crColor, 整数型
.DLL命令 SetRect, 整数型
.参数 lprc, RECT
.参数 xLeft, 整数型
.参数 yTop, 整数型
.参数 xRight, 整数型
.参数 yBottom, 整数型
.DLL命令 PtInRect, 逻辑型
.参数 lprc, RECT
.参数 x, 整数型
.参数 y, 整数型
.DLL命令 SetTimer, 整数型
.参数 hWnd, 整数型
.参数 nIDEvent, 整数型
.参数 uElapse, 整数型
.参数 lpTimerFunc, 子程序指针
.DLL命令 KillTimer, 整数型
.参数 hWnd, 整数型
.参数 nIDEvent, 整数型
.DLL命令 DrawText, 整数型, , "DrawTextA"
.参数 hDC, 整数型
.参数 lpStr, 文本型
.参数 nCount, 整数型
.参数 lpRect, RECT
.参数 wFormat, 整数型
.DLL命令 GetStockObject, 整数型
.参数 nIndex, 整数型
.DLL命令 SetBkMode, 整数型
.参数 hDC, 整数型
.参数 nBkMode, 整数型
.DLL命令 RoundRect, 逻辑型
.参数 hDC, 整数型
.参数 nLeftRect, 整数型
.参数 nTopRect, 整数型
.参数 nRightRect, 整数型
.参数 nBottomRect, 整数型
.参数 nWidth, 整数型
.参数 nHeight, 整数型
.DLL命令 GetTextExtentPoint32, 逻辑型, , "GetTextExtentPoint32A"
.参数 hDC, 整数型
.参数 lpString, 文本型
.参数 c, 整数型
.参数 lpSize, SIZE
.DLL命令 CreatePen, 整数型
.参数 fnPenStyle, 整数型
.参数 nWidth, 整数型
.参数 crColor, 整数型
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。