資源簡介
win32/MFC編程入門級項目,磁盤扇區查看器,由于磁盤數據如果展示到界面上來,數據量是非常大的,所以做了分頁處理 這是是畢業之前做的
代碼片段和文件信息
//?AssignSectorDlg.cpp?:?實現文件
//
#include?“stdafx.h“
#include?“DiskSectorExplorer02.h“
#include?“AssignSectorDlg.h“
//?CAssignSectorDlg?對話框
IMPLEMENT_DYNAMIC(CAssignSectorDlg?CDialog)
CAssignSectorDlg::CAssignSectorDlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAssignSectorDlg::IDD?pParent)
?m_dwAssignedSector(0)
{
}
CAssignSectorDlg::~CAssignSectorDlg()
{
}
void?CAssignSectorDlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
DDX_Text(pDX?EDIT_SECTOR_ASSIGN?m_dwAssignedSector);
}
BEGIN_MESSAGE_MAP(CAssignSectorDlg?CDialog)
END_MESSAGE_MAP()
//?CAssignSectorDlg?消息處理程序
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-06-17?13:40??DiskSectorExplorer02\
?????文件?????????658??2018-06-17?13:40??DiskSectorExplorer02\AssignSectorDlg.cpp
?????文件?????????455??2018-06-17?13:40??DiskSectorExplorer02\AssignSectorDlg.h
?????文件????????7251??2018-06-17?13:40??DiskSectorExplorer02\DiskPartitionView.cpp
?????文件????????1504??2018-06-17?13:40??DiskSectorExplorer02\DiskPartitionView.h
?????文件????????3427??2018-06-17?13:40??DiskSectorExplorer02\DiskSectorExplorer02.cpp
?????文件?????????564??2018-06-17?13:40??DiskSectorExplorer02\DiskSectorExplorer02.h
?????文件???????14389??2018-06-17?13:40??DiskSectorExplorer02\DiskSectorExplorer02.rc
?????文件????????6578??2018-06-17?13:40??DiskSectorExplorer02\DiskSectorExplorer02.vcproj
?????文件????????3580??2018-06-17?13:40??DiskSectorExplorer02\DiskSectorExplorer02Doc.cpp
?????文件????????1267??2018-06-17?13:40??DiskSectorExplorer02\DiskSectorExplorer02Doc.h
?????文件????????3091??2018-06-17?13:40??DiskSectorExplorer02\DiskSectorExplorer02View.cpp
?????文件????????1252??2018-06-17?13:40??DiskSectorExplorer02\DiskSectorExplorer02View.h
?????文件???????25989??2018-06-17?13:40??DiskSectorExplorer02\HexEditView.cpp
?????文件????????3248??2018-06-17?13:40??DiskSectorExplorer02\HexEditView.h
?????文件?????????297??2018-06-17?13:40??DiskSectorExplorer02\Macros.h
?????文件????????6636??2018-06-17?13:40??DiskSectorExplorer02\MainFrm.cpp
?????文件????????1515??2018-06-17?13:40??DiskSectorExplorer02\MainFrm.h
?????文件?????????856??2018-06-17?13:40??DiskSectorExplorer02\OFN.cpp
?????文件?????????912??2018-06-17?13:40??DiskSectorExplorer02\OFN.h
?????文件????????3614??2018-06-17?13:40??DiskSectorExplorer02\ReadMe.txt
?????目錄???????????0??2018-06-17?13:40??DiskSectorExplorer02\res\
?????文件???????21630??2018-06-17?13:40??DiskSectorExplorer02\res\DiskSectorExplorer02.ico
?????文件?????????376??2018-06-17?13:40??DiskSectorExplorer02\res\DiskSectorExplorer02.rc2
?????文件????????1078??2018-06-17?13:40??DiskSectorExplorer02\res\DiskSectorExplorer02Doc.ico
?????文件????????1678??2018-06-17?13:40??DiskSectorExplorer02\res\Toolbar.bmp
?????文件????????2270??2018-06-17?13:40??DiskSectorExplorer02\resource.h
?????文件?????????151??2018-06-17?13:40??DiskSectorExplorer02\stdafx.cpp
?????文件????????2599??2018-06-17?13:40??DiskSectorExplorer02\stdafx.h
?????文件?????????926??2018-06-17?13:40??DiskSectorExplorer02.sln
?????文件?????????362??2018-06-17?13:40??README.md
............此處省略0個文件信息
- 上一篇:c語言模擬網上購物系統
- 下一篇:QT5開發及+(pdf+源碼)
評論
共有 條評論