//
//
//
//
//
//
//
//
//
//
软件Tags:
系统开始按钮操作系统结构:MoveWindow,GetClientRect,FindWindowEx,SetWindowText, ======窗口程序集1 || ||------__启动窗口_创建完毕 || ||------_按钮1_被单击 || || ======调用的Dll || ||---[dll]------MoveWindow || ||---[dll]------GetClientRect || ||---[dll]------FindWindowEx || ||---[dll]------SetWindowText 调用的DLL命令: .DLL命令MoveWindow,整数型,"user32","MoveWindow" .参数hwnd,整数型 .参数x,整数型 .参数y,整数型 .参数nWidth,整数型 .参数nHeight,整数型 .参数bRepaint,整数型 .DLL命令GetClientRect,整数型,"user32","GetClientRect" .参数hwnd,整数型 .参数lpRect,RECT .DLL命令FindWindowEx,整数型,"user32","FindWindowExA" .参数hWnd1,整数型 .参数hWnd2,整数型 .参数lpsz1,文本型 .参数lpsz2,文本型 .DLL命令SetWindowText,整数型,"user32","SetWindowTextA" .参数hwnd,整数型 .参数lpString,文本型
