91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 518KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-06-03
  • 語言: 其他
  • 標(biāo)簽:

資源簡介

鼠標(biāo)連點(diǎn)器,可以設(shè)置時(shí)間間隔時(shí)間,可以點(diǎn)擊熱鍵開始,熱鍵結(jié)束,代碼詳細(xì)說明,采用靜態(tài)庫,在其他電腦上可以使用

資源截圖

代碼片段和文件信息

//?mouse.cpp?:?Defines?the?class?behaviors?for?the?application.
//

#include?“stdafx.h“
#include?“mouse.h“
#include?“mouseDlg.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
//?CMouseApp

BEGIN_MESSAGE_MAP(CMouseApp?CWinApp)
//{{AFX_MSG_MAP(CMouseApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CMouseApp?construction

CMouseApp::CMouseApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMouseApp?object

CMouseApp?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CMouseApp?initialization

BOOL?CMouseApp::InitInstance()
{
AfxEnableControlContainer();

//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.

#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif

CMouseDlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}

//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-05-14?00:08??mouse\
?????目錄???????????0??2011-05-14?11:31??mouse\Debug\
?????文件?????2117681??2011-05-14?00:07??mouse\Debug\mouse.exe
?????文件???????35728??2011-05-14?00:07??mouse\mouse.aps
?????文件????????1261??2011-05-14?00:07??mouse\mouse.clw
?????文件????????2049??2011-05-13?23:23??mouse\mouse.cpp
?????文件????????4037??2011-05-13?23:23??mouse\mouse.dsp
?????文件?????????533??2011-05-13?23:23??mouse\mouse.dsw
?????文件????????1313??2011-05-13?23:23??mouse\mouse.h
?????文件???????41984??2011-05-14?00:08??mouse\mouse.ncb
?????文件???????49664??2011-05-14?00:08??mouse\mouse.opt
?????文件?????????644??2011-05-14?00:07??mouse\mouse.plg
?????文件????????5688??2011-05-14?00:07??mouse\mouse.rc
?????文件????????5281??2011-05-13?23:32??mouse\mouseDlg.cpp
?????文件????????1475??2011-05-13?23:28??mouse\mouseDlg.h
?????文件????????3561??2011-05-13?23:23??mouse\ReadMe.txt
?????目錄???????????0??2011-05-14?00:06??mouse\res\
?????文件?????????729??2011-05-13?23:28??mouse\resource.h
?????文件????????1078??2011-05-14?00:06??mouse\res\mouse.ico
?????文件?????????397??2011-05-13?23:23??mouse\res\mouse.rc2
?????文件????????3072??2011-05-13?23:47??mouse\res\Thumbs.db
?????文件?????????207??2011-05-13?23:23??mouse\StdAfx.cpp
?????文件????????1054??2011-05-13?23:23??mouse\StdAfx.h

評(píng)論

共有 條評(píng)論

相關(guān)資源