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

資源簡介

本程序是一款基于VS2008開發的MFC垃圾文件清理器,可以清理垃圾文件和臨時文件。供VC++或MFC學習的人員參考學習,希望對大家有所幫助! V2.0更新: 1.修復了多處bug,提高運行效率。 2.美化了程序界面,更換了程序logo以及圖標。 3.增加掃描圖標的顯示。

資源截圖

代碼片段和文件信息

//?ClearTmpFile.cpp?:?定義應用程序的類行為。
//

#include?“stdafx.h“
#include?“ClearTmpFile.h“
#include?“ClearTmpFileDlg.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif


//?CClearTmpFileApp

BEGIN_MESSAGE_MAP(CClearTmpFileApp?CWinApp)
ON_COMMAND(ID_HELP?&CWinApp::onhelp)
END_MESSAGE_MAP()


//?CClearTmpFileApp?構造

CClearTmpFileApp::CClearTmpFileApp()
{
//?TODO:?在此處添加構造代碼,
//?將所有重要的初始化放置在?InitInstance?中
}


//?唯一的一個?CClearTmpFileApp?對象

CClearTmpFileApp?theApp;


//?CClearTmpFileApp?初始化

BOOL?CClearTmpFileApp::InitInstance()
{
//?如果一個運行在?Windows?XP?上的應用程序清單指定要
//?使用?ComCtl32.dll?版本?6?或更高版本來啟用可視化方式,
//則需要?InitCommonControlsEx()。否則,將無法創建窗口。
INITCOMMONCONTROLSEX?InitCtrls;
InitCtrls.dwSize?=?sizeof(InitCtrls);
//?將它設置為包括所有要在應用程序中使用的
//?公共控件類。
InitCtrls.dwICC?=?ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);

CWinApp::InitInstance();

AfxEnableControlContainer();

//?標準初始化
//?如果未使用這些功能并希望減小
//?最終可執行文件的大小,則應移除下列
//?不需要的特定初始化例程
//?更改用于存儲設置的注冊表項
//?TODO:?應適當修改該字符串,
//?例如修改為公司或組織名
SetRegistryKey(_T(“應用程序向導生成的本地應用程序“));

CClearTmpFileDlg?dlg;
m_pMainWnd?=?&dlg;
INT_PTR?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?在此放置處理何時用
//??“確定”來關閉對話框的代碼
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?在此放置處理何時用
//??“取消”來關閉對話框的代碼
}

//?由于對話框已關閉,所以將返回?FALSE?以便退出應用程序,
//??而不是啟動應用程序的消息泵。
return?FALSE;
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-01-15?21:54??ClearTmpFile\
?????目錄???????????0??2013-01-15?21:54??ClearTmpFile\ClearTmpFile\
?????文件????23890944??2013-01-15?20:50??ClearTmpFile\ClearTmpFile.ncb
?????文件????????1355??2013-01-15?13:27??ClearTmpFile\ClearTmpFile.sln
?????文件???????73728??2013-01-15?20:50??ClearTmpFile\ClearTmpFile.suo
?????文件???????67700??2013-01-15?20:42??ClearTmpFile\ClearTmpFile\ClearTmpFile.aps
?????文件????????1725??2013-01-14?12:54??ClearTmpFile\ClearTmpFile\ClearTmpFile.cpp
?????文件?????????477??2013-01-11?14:44??ClearTmpFile\ClearTmpFile\ClearTmpFile.h
?????文件????????6736??2013-01-15?20:42??ClearTmpFile\ClearTmpFile\ClearTmpFile.rc
?????文件????????6062??2013-01-15?20:48??ClearTmpFile\ClearTmpFile\ClearTmpFile.vcproj
?????文件????????1423??2013-01-15?20:50??ClearTmpFile\ClearTmpFile\ClearTmpFile.vcproj.caizhiming-PC.caizhiming.user
?????文件???????36006??2013-01-15?20:07??ClearTmpFile\ClearTmpFile\ClearTmpFileDlg.cpp
?????文件????????2301??2013-01-15?16:36??ClearTmpFile\ClearTmpFile\ClearTmpFileDlg.h
?????文件????????1161??2013-01-14?11:02??ClearTmpFile\ClearTmpFile\HSListBox.cpp
?????文件?????????674??2013-01-13?22:30??ClearTmpFile\ClearTmpFile\HSListBox.h
?????目錄???????????0??2013-01-15?21:54??ClearTmpFile\ClearTmpFile\images\
?????文件????????1784??2013-01-15?20:42??ClearTmpFile\ClearTmpFile\images\bmp1.bmp
?????文件????????1784??2013-01-15?20:42??ClearTmpFile\ClearTmpFile\images\bmp2.bmp
?????文件????????1784??2013-01-15?20:42??ClearTmpFile\ClearTmpFile\images\bmp3.bmp
?????文件????????1784??2013-01-15?20:42??ClearTmpFile\ClearTmpFile\images\bmp4.bmp
?????文件????????1784??2013-01-15?20:42??ClearTmpFile\ClearTmpFile\images\bmp5.bmp
?????文件????????1782??2013-01-15?20:42??ClearTmpFile\ClearTmpFile\images\bmp6.bmp
?????文件????????2981??2013-01-11?14:44??ClearTmpFile\ClearTmpFile\ReadMe.txt
?????目錄???????????0??2013-01-15?21:54??ClearTmpFile\ClearTmpFile\res\
?????文件????????1552??2013-01-15?20:42??ClearTmpFile\ClearTmpFile\resource.h
?????文件???????16958??2013-01-15?20:02??ClearTmpFile\ClearTmpFile\res\ClearTmpFile.ico
?????文件?????????368??2013-01-11?14:44??ClearTmpFile\ClearTmpFile\res\ClearTmpFile.rc2
?????文件???????21630??2013-01-15?20:08??ClearTmpFile\ClearTmpFile\res\ClearTmpFile2.ico
?????文件????????1078??2006-07-22?10:17??ClearTmpFile\ClearTmpFile\res\icon1.ico
?????文件?????????143??2013-01-11?14:44??ClearTmpFile\ClearTmpFile\stdafx.cpp
?????文件????????1800??2013-01-12?14:49??ClearTmpFile\ClearTmpFile\stdafx.h
............此處省略1個文件信息

評論

共有 條評論