//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言下载助手界面源码系统结构:按钮事件,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对象的句柄
