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

  • 大小: 6.72MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-11-07
  • 語言: 其他
  • 標簽: vc??

資源簡介

A-Protect_0.4.5.rar A盾電腦防護源碼

資源截圖

代碼片段和文件信息

//?AProtect.cpp?:?定義應用程序的類行為。
#include?“stdafx.h“
#include?“Afxwinappex.h“
#include?“Afxdialogex.h“
#include?“A-Protect.h“
#include?“MainFrm.h“
#include?“A-ProtectDoc.h“
#include?“A-ProtectView.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif
//?CMyAProtectApp
BEGIN_MESSAGE_MAP(CMyAProtectApp?CWinAppEx)
//?基于文件的標準文檔命令
ON_COMMAND(ID_FILE_NEW?&CWinAppEx::OnFileNew)
ON_COMMAND(ID_FILE_OPEN?&CWinAppEx::OnFileOpen)
END_MESSAGE_MAP()
//?CMyAProtectApp?構造
CMyAProtectApp::CMyAProtectApp()
{
m_bHiColorIcons?=?TRUE;
//?支持重新啟動管理器
m_dwRestartManagerSupportFlags?=?AFX_RESTART_MANAGER_SUPPORT_RESTART;
#ifdef?_MANAGED
//?如果應用程序是利用公共語言運行時支持(/clr)構建的,則:
//?????1)?必須有此附加設置,“重新啟動管理器”支持才能正常工作。
//?????2)?在您的項目中,您必須按照生成順序向?System.Windows.Forms?添加引用。
System::Windows::Forms::Application::SetUnhandledExceptionMode(System::Windows::Forms::UnhandledExceptionMode::ThrowException);
#endif
//?TODO:?將以下應用程序?ID?字符串替換為唯一的?ID?字符串;建議的字符串格式
//為?CompanyName.ProductName.SubProduct.VersionInformation
SetAppID(_T(“A-Protect.AppID.NoVersion“));
//?TODO:?在此處添加構造代碼,
//?將所有重要的初始化放置在?InitInstance?中
}
//?唯一的一個?CMyAProtectApp?對象
CMyAProtectApp?theApp;
//?CMyAProtectApp?初始化
BOOL?CMyAProtectApp::InitInstance()
{
//?如果一個運行在?Windows?XP?上的應用程序清單指定要
//?使用?ComCtl32.dll?版本?6?或更高版本來啟用可視化方式,
//則需要?InitCommonControlsEx()。否則,將無法創(chuàng)建窗口。
INITCOMMONCONTROLSEX?InitCtrls;
InitCtrls.dwSize?=?sizeof(InitCtrls);
//?將它設置為包括所有要在應用程序中使用的
//?公共控件類。
InitCtrls.dwICC?=?ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);
CWinAppEx::InitInstance();
//?初始化?OLE?庫
if?(!AfxOleInit())
{
AfxMessageBox(IDP_OLE_INIT_FAILED);
return?FALSE;
}
AfxEnableControlContainer();
EnableTaskbarInteraction(FALSE);
//?使用?RichEdit?控件需要??AfxInitRichEdit2()
//?AfxInitRichEdit2();
//?標準初始化
//?如果未使用這些功能并希望減小
//?最終可執(zhí)行文件的大小,則應移除下列
//?不需要的特定初始化例程
//?更改用于存儲設置的注冊表項
//?TODO:?應適當修改該字符串,
//?例如修改為公司或組織名
SetRegistryKey(_T(“應用程序向導生成的本地應用程序“));
LoadStdProfileSettings(4);??//?加載標準?INI?文件選項(包括?MRU)
InitContextMenuManager();
InitKeyboardManager();
InitTooltipManager();
CMFCToolTipInfo?ttParams;
ttParams.m_bVislManagerTheme?=?TRUE;
theApp.GetTooltipManager()->SetTooltipParams(AFX_TOOLTIP_TYPE_ALL
RUNTIME_CLASS(CMFCToolTipCtrl)?&ttParams);
//?注冊應用程序的文檔模板。文檔模板
//?將用作文檔、框架窗口和視圖之間的連接
CSingleDocTemplate*?pDocTemplate;
pDocTemplate?=?new?CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CMyAProtectDoc)
RUNTIME_CLASS(CMainframe)???????//?主?SDI?框架窗口
RUNTIME_CLASS(CMyAProtectView));
if?(!pDocTemplate)
return?FALSE;
AddDocTemplate(pDocTemplate);
//?分析標準?shell?命令、DDE、打開文件操作的命令行
CCommandLineInfo?cmdInfo;
ParseCommandLine(cmdInfo);
//?調度在命令行中指定的命令。如果
//?用?/RegServer、/Register、/Unregserver?或?/Unregister?啟動應用程序,則返回?FALSE。
if?(!ProcessShellCommand(cmdInfo))
return?FALSE;
//?唯一的一個窗口已初始化,因此顯示它并對其進行更新
//m_pMainWnd->MoveWindow(CRect(100?100?600?400)?FALSE);
m_pMainWnd->CenterWindow(?CWnd::GetDesktopWin

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????9445376??2013-06-01?00:06??A-Protect_0.4.5\bin\A-Protect.exe

?????文件???????4240??2013-03-07?15:13??A-Protect_0.4.5\src\A-Protect\A-Protect.cpp

?????文件????????598??2013-03-07?14:46??A-Protect_0.4.5\src\A-Protect\A-Protect.h

?????文件??????59332??2013-06-01?00:04??A-Protect_0.4.5\src\A-Protect\A-Protect.rc

?????文件??????13659??2013-03-22?13:52??A-Protect_0.4.5\src\A-Protect\A-Protect.vcxproj

?????文件??????15088??2012-10-10?06:17??A-Protect_0.4.5\src\A-Protect\A-Protect.vcxproj.filters

?????文件????????143??2013-03-22?13:51??A-Protect_0.4.5\src\A-Protect\A-Protect.vcxproj.user

?????文件???????2536??2013-03-07?15:13??A-Protect_0.4.5\src\A-Protect\A-ProtectDoc.cpp

?????文件????????841??2013-03-07?14:47??A-Protect_0.4.5\src\A-Protect\A-ProtectDoc.h

?????文件?????106699??2013-06-01?00:05??A-Protect_0.4.5\src\A-Protect\A-ProtectView.cpp

?????文件???????6425??2013-03-07?14:49??A-Protect_0.4.5\src\A-Protect\A-ProtectView.h

?????文件????????514??2012-05-26?23:35??A-Protect_0.4.5\src\A-Protect\AboutDlg.cpp

?????文件????????359??2012-03-22?14:34??A-Protect_0.4.5\src\A-Protect\AboutDlg.h

?????文件???????9206??2013-03-06?12:58??A-Protect_0.4.5\src\A-Protect\Atapi.cpp

?????文件????????733??2012-06-12?17:12??A-Protect_0.4.5\src\A-Protect\Atapi.h

?????文件??????66784??2010-02-08?19:19??A-Protect_0.4.5\src\A-Protect\bugcodes.h

?????文件???????1508??2013-03-06?17:43??A-Protect_0.4.5\src\A-Protect\C3600Splash.cpp

?????文件????????332??2012-03-22?16:11??A-Protect_0.4.5\src\A-Protect\C3600Splash.h

?????文件??????19561??2013-03-06?13:02??A-Protect_0.4.5\src\A-Protect\CProcessSearch.cpp

?????文件????????799??2012-06-15?10:39??A-Protect_0.4.5\src\A-Protect\CProcessSearch.h

?????文件???????2124??2012-07-03?17:03??A-Protect_0.4.5\src\A-Protect\DisplayDecvice.cpp

?????文件??????13972??2013-03-06?13:11??A-Protect_0.4.5\src\A-Protect\DLLModule.cpp

?????文件???????2630??2013-03-07?14:50??A-Protect_0.4.5\src\A-Protect\DLLModule.h

?????文件???????7081??2013-03-06?16:47??A-Protect_0.4.5\src\A-Protect\DpcTimer.cpp

?????文件????????523??2013-03-07?14:51??A-Protect_0.4.5\src\A-Protect\DpcTimer.h

?????文件??????15792??2013-03-09?16:51??A-Protect_0.4.5\src\A-Protect\EnumSymbols.cpp

?????文件???????2594??2013-03-09?16:49??A-Protect_0.4.5\src\A-Protect\EnumSymbols.h

?????文件???????6369??2013-03-06?16:59??A-Protect_0.4.5\src\A-Protect\FilterDriver.cpp

?????文件????????501??2013-03-07?14:52??A-Protect_0.4.5\src\A-Protect\FilterDriver.h

?????文件???????9069??2013-03-06?16:53??A-Protect_0.4.5\src\A-Protect\FsdHook.cpp

............此處省略307個文件信息

評論

共有 條評論