• 大小: 43.83MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-07-17
  • 语言: 其他
  • 标签: 易语言  破解  

资源简介

易语言5.11完美破解版,无毒,简洁,易懂

资源截图

代码片段和文件信息


#include “stdafx.h“
#include “lib2.h“
#include “container.h“
#include 

extern CHandleMap* PASCAL afxMapHWND(BOOL bCreate = FALSE);
#include <../src/winhand_.h>

// 用作支持对其他支持库中的窗口组件进行通知反馈。
BOOL MReflectLastMsg (HWND hWndChild LRESULT* pResult)
{
// get the map and if no map then this message does not need reflection
CHandleMap* pMap = afxMapHWND();
if (pMap == NULL)
return FALSE;

// check if in permanent map if it is reflect it (could be OLE control)
CWnd* pWnd = (CWnd*)pMap->LookupPermanent(hWndChild);
ASSERT(pWnd == NULL || pWnd->m_hWnd == hWndChild);
if (pWnd == NULL)
{
pWnd = (CWnd*)::SendMessage (hWndChild WU_GET_WND_PTR 0 0);
if (pWnd == NULL)
return FALSE;
ASSERT (pWnd->m_hWnd == hWndChild);
}

// only OLE controls and permanent windows will get reflected msgs
ASSERT(pWnd != NULL);
return pWnd->SendChildNotifyLastMsg(pResult);
}

BOOL MProcessNotify (CWnd* pWnd WPARAM wParam LPARAM lParam LRESULT* pResult)
{
ASSERT(pResult != NULL);
NMHDR* pNMHDR = (NMHDR*)lParam;
HWND hWndCtrl = pNMHDR->hwndFrom;

// get the child ID from the window itself
UINT nID = ::GetDlgCtrlID (hWndCtrl);
int nCode = pNMHDR->code;

ASSERT(hWndCtrl != NULL);
ASSERT(::IsWindow(hWndCtrl));

if (_afxThreadState->m_hLockoutNotifyWindow == pWnd->m_hWnd)
return TRUE;        // locked out - ignore control notification

// reflect notification to child window control
if (MReflectLastMsg(hWndCtrl pResult))
return TRUE;        // eaten by child

AFX_NOTIFY notify;
notify.pResult = pResult;
notify.pNMHDR = pNMHDR;
return pWnd->OnCmdMsg(nID MAKELONG(nCode WM_NOTIFY) ¬ify NULL);
}

class CTestCmdUI : public CCmdUI
{
public:
CTestCmdUI();

public: // re-implementations only
virtual void Enable(BOOL bOn);
virtual void SetCheck(int nCheck);
virtual void SetRadio(BOOL bOn);
virtual void SetText(LPCTSTR);

BOOL m_bEnabled;
};

BOOL ProcessCommand (CWnd* pWnd WPARAM wParam LPARAM lParam)
{
UINT nID = LOWORD(wParam);
HWND hWndCtrl = (HWND)lParam;
int nCode = HIWORD(wParam);

    HWND hWndBak = pWnd->m_hWnd;

// default routing for command messages (through closure table)

if (hWndCtrl == NULL)
{
// zero IDs for normal commands are not allowed
if (nID == 0)
return FALSE;

// make sure command has not become disabled before routing
CTestCmdUI state;
state.m_nID = nID;
pWnd->OnCmdMsg(nID CN_UPDATE_COMMAND_UI &state NULL);
if (!state.m_bEnabled)
{
TRACE1(“Warning: not executing disabled command %d\n“ nID);
return TRUE;
}

// menu or accelerator
nCode = CN_COMMAND;
}
else
{

// control notification
ASSERT(nID == 0 || ::IsWindow(hWndCtrl));

if (_afxThreadState->m_hLockoutNotifyWindow == pWnd->m_hWnd)
return TRUE;        // locked out - ignore control notification

// reflect notification to child window control
if (MReflectLastMsg (hWndCtrl NULL)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     114688  2010-05-31 10:33  lib\BmpOperate.fne

     文件     102400  2010-05-31 10:33  lib\BmpOperate.fnr

     文件     352256  2010-05-31 10:33  lib\btdownload.fne

     文件      28284  2008-05-13 10:40  lib\CnCalendar\samples\农历日期查询.e

     文件       8575  2008-05-13 10:40  lib\CnCalendar\samples\农历月历框.e

     文件     262144  2010-05-31 10:33  lib\CnCalendar.fne

     文件     245760  2010-05-31 10:33  lib\cncnv.fne

     文件      69632  2010-05-31 10:33  lib\cnvpe.fne

     文件        191  2008-05-13 10:40  lib\CodestyleEdit\samples\config.xml

     文件     232660  2008-05-13 10:40  lib\CodestyleEdit\samples\EEditplus.e

     文件       5272  2008-05-13 10:40  lib\CodestyleEdit\samples\langs.xml

     文件      11228  2008-05-13 10:40  lib\CodestyleEdit\samples\stylers.xml

     文件     692224  2010-05-31 10:33  lib\CodestyleEdit.fne

     文件     266240  2010-05-31 10:33  lib\com.run

     文件     151552  2010-05-31 10:33  lib\cominf.run

     文件      35204  2008-05-13 10:40  lib\commobj\samples\commobj.e

     文件     114688  2010-05-31 10:33  lib\commobj.fne

     文件      69632  2010-05-31 10:33  lib\console.fne

     文件     253952  2010-05-31 10:33  lib\downlib.fne

     文件       6857  2008-05-13 10:40  lib\dp1\samples\保证文件不被更改.e

     文件       5028  2008-05-13 10:40  lib\dp1\samples\数字签名钥匙测试.e

     文件     131072  2010-05-31 10:33  lib\dp1.fne

     文件      79498  2008-05-13 10:40  lib\eapi\samples\应用接口支持库例程.e

     文件     327680  2010-07-01 10:21  lib\eAPI.fne

     文件     184320  2010-05-31 10:33  lib\eCalc.fne

     文件       3474  2008-05-13 10:40  lib\EChartBar\samples\图表打印.e

     文件     245760  2010-05-31 10:33  lib\EChartBar.fne

     文件     180224  2010-05-31 10:33  lib\eCompress.fne

     文件     114688  2010-05-31 10:33  lib\EDataStructure.fne

     文件    1105920  2008-05-13 10:40  lib\eDB\samples\db1.mdb

............此处省略1005个文件信息

评论

共有 条评论