//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言动态加载提示模块源码系统结构:创建加载框,显示加载,隐藏加载,recycle,setImage,getTop,getWidth,getHeight,isMember,GetClientRect,SetTimer,KillTimer,GetWindowRect,GetDC, ======集_loading || ||------_启动子程序 || ||------创建加载框 || ||------显示加载 || ||------隐藏加载 || ||------recycle || ||------setImage || ||------getTop || ||------getWidth || ||------getHeight || ||------isMember || || ======调用的Dll || ||---[dll]------GetClientRect || ||---[dll]------SetTimer || ||---[dll]------KillTimer || ||---[dll]------GetWindowRect || ||---[dll]------GetDC ======窗口程序集1 || ||------__启动窗口_创建完毕 || ||------_按钮1_被单击 || ||------_按钮2_被单击 调用的DLL命令: .DLL命令GetClientRect,整数型,,"GetClientRect" .参数hWnd,整数型 .参数RECT,PtRECT .DLL命令SetTimer,整数型,"user32.dll","SetTimer",,, .参数hwnd,整数型 .参数nIDEvent,整数型 .参数uElapse,整数型 .参数lpTimerFunc,整数型 .DLL命令KillTimer,整数型,"user32.dll","KillTimer",,, .参数hwnd,整数型,,hwnd .参数nIDEvent,整数型,,nIDEvent .DLL命令GetWindowRect,整数型,"user32","GetWindowRect",,, .参数hwnd,整数型 .参数Rect,PtRECT .DLL命令GetDC,整数型,"user32","GetDC" .参数hwnd,整数型
