易语言下载助手界面源码
系统结构:按钮事件,Gif2PngA,PaintCallBack,SetMainButtonTitle,MainBtn,MainBtnEvent,投票被单击,主标题被单击,单击,添加软件项目,paintmenu,Icon,Menu,InitCommonControlsEx,CreateWindowEx,GetModuleHandle,SetWindowPos,GlobalSize,SendMessage,InitCommonControls,ShowColour,CreateRoundRectRgn,SetWindowRgn,DeleteObject,
======窗口程序集1
| |
| |------ __启动窗口_创建完毕
| |
| |------ 按钮事件
| |
| |------ Gif2PngA
| |
| |------ PaintCallBack
| |
| |------ SetMainButtonTitle
| |
| |------ MainBtn
| |
| |------ MainBtnEvent
| |
| |------ __启动窗口_将被销毁
| |
| |------ 投票被单击
| |
| |------ 主标题被单击
| |
| |------ 单击
| |
| |------ _卷帘式菜单1_菜单被单击
| |
| |------ 添加软件项目
| |
| |------ _状态条_被双击
| |
| |------ _图片框2_鼠标左键被按下
| |
| |
======窗口程序集2
| |
| |------ _窗口1_创建完毕
| |
| |------ paintmenu
| |
| |------ _窗口1_失去焦点
| |
| |------ _窗口1_被显示
| |
| |------ Icon
| |
| |------ Menu
| |
| |------ _窗口1_将被销毁
| |
| |
======调用的Dll
| |
| |---[dll]------ InitCommonControlsEx
| |
| |---[dll]------ CreateWindowEx
| |
| |---[dll]------ GetModuleHandle
| |
| |---[dll]------ SetWindowPos
| |
| |---[dll]------ GlobalSize
| |
| |---[dll]------ SendMessage
| |
| |---[dll]------ InitCommonControls
| |
| |---[dll]------ ShowColour
| |
| |---[dll]------ CreateRoundRectRgn
| |
| |---[dll]------ SetWindowRgn
| |
| |---[dll]------ DeleteObject
调用的DLL命令:
.DLL命令 InitCommonControlsEx, 整数型, "comctl32.dll", "InitCommonControlsEx"
.参数 TLPINITCOMMONCONTROLSEX, INITCOMMONCONTROLSEX, 传址
.DLL命令 CreateWindowEx, 整数型, "user32", "CreateWindowExA"
.参数 dwExStyle, 整数型
.参数 lpClassName, 文本型, 传址
.参数 lpWindowName, 整数型
.参数 dwStyle, 整数型
.参数 x, 整数型
.参数 y, 整数型
.参数 nWidth, 整数型
.参数 nHeight, 整数型
.参数 hWndParent, 整数型
.参数 hMenu, 整数型
.参数 hInstance, 整数型
.参数 lpParam, 整数型
.DLL命令 GetModuleHandle, 整数型, "kernel32", "GetModuleHandleA"
.参数 lpModuleName, 整数型
.DLL命令 SetWindowPos, 整数型, "user32", "SetWindowPos"
.参数 hwnd, 整数型
.参数 hWndInsertAfter, 整数型
.参数 x, 整数型
.参数 y, 整数型
.参数 cx, 整数型
.参数 cy, 整数型
.参数 wFlags, 整数型
.DLL命令 GlobalSize, 整数型, "kernel32", "GlobalSize"
.参数 hMem, TOOLINFO
.DLL命令 SendMessage, 整数型, "user32", "SendMessageA"
.参数 hwnd, 整数型
.参数 wMsg, 整数型
.参数 wParam, 整数型
.参数 lParam, TOOLINFO, 传址
.DLL命令 InitCommonControls, , "comctl32.dll", "InitCommonControls"
.DLL命令 ShowColour, 整数型, "comdlg32.dll", "ChooseColorA"
.参数 pChoosecolor, CHOOSECOLOR, 传址
.DLL命令 CreateRoundRectRgn, 整数型, "gdi32.dll", "CreateRoundRectRgn", , , ,
.参数 左上横坐标, 整数型, , X1,矩形左上角横坐标
.参数 左上纵坐标, 整数型, , Y1,矩形左上角纵坐标
.参数 右下横坐标, 整数型, , X2,矩形右下角横坐标
.参数 右下纵坐标, 整数型, , Y2,矩形右下角纵坐标
.参数 圆角椭圆的宽, 整数型, , X3,参见相关帮助
.参数 圆角椭圆的高, 整数型, , Y3,参见相关帮助
.DLL命令 SetWindowRgn, 整数型, "user32.dll", "SetWindowRgn", , , ,
.参数 窗口句柄, 整数型
.参数 区域, 整数型
.参数 自动刷新, 逻辑型
.DLL命令 DeleteObject, 整数型, "gdi32.dll", "DeleteObject", , , , DeleteObject
.参数 对象句柄, 整数型, , hObject,一个GDI对象的句柄
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。