• 大小: 2MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: C/C++
  • 标签: MFC  

资源简介

MFC编写的自绘TabCtrl类,能够编译成功,可以直接运用。

资源截图

代码片段和文件信息

// DlgLog.cpp : implementation file
//

#include “stdafx.h“
#include “testMyOwerTab.h“
#include “DlgLog.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDlgLog dialog


CDlgLog::CDlgLog(CWnd* pParent /*=NULL*/)
: CDialog(CDlgLog::IDD pParent)
{
//{{AFX_DATA_INIT(CDlgLog)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}


void CDlgLog::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDlgLog)
DDX_Control(pDX IDC_LIST_Log m_listLog);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CDlgLog CDialog)
//{{AFX_MSG_MAP(CDlgLog)
ON_WM_SIZE()
//}}AFX_MSG_MAP

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

     文件      16530  2015-11-08 11:17  testMyOwerTab\Debug\DlgLog.obj

     文件      20165  2015-11-08 11:17  testMyOwerTab\Debug\HeaderCtrlCl.obj

     文件      37158  2015-11-08 11:17  testMyOwerTab\Debug\ListCtrlCl.obj

     文件      13625  2015-11-08 11:17  testMyOwerTab\Debug\MyTabCtrl.obj

     文件     105650  2015-11-08 11:17  testMyOwerTab\Debug\StdAfx.obj

     文件     262222  2015-11-08 11:27  testMyOwerTab\Debug\testMyOwerTab.exe

     文件     345732  2015-11-08 11:27  testMyOwerTab\Debug\testMyOwerTab.ilk

     文件      15751  2015-11-08 11:17  testMyOwerTab\Debug\testMyOwerTab.obj

     文件    5498412  2015-11-08 11:17  testMyOwerTab\Debug\testMyOwerTab.pch

     文件     459776  2015-11-08 11:27  testMyOwerTab\Debug\testMyOwerTab.pdb

     文件     109972  2015-11-08 11:17  testMyOwerTab\Debug\testMyOwerTab.res

     文件      49103  2015-11-08 11:21  testMyOwerTab\Debug\testMyOwerTabDlg.obj

     文件     246784  2015-11-08 11:21  testMyOwerTab\Debug\vc60.idb

     文件     438272  2015-11-08 11:17  testMyOwerTab\Debug\vc60.pdb

     文件       3535  2015-11-02 21:04  testMyOwerTab\DlgLog.cpp

     文件       1240  2015-11-02 20:58  testMyOwerTab\DlgLog.h

     文件       3284  2015-11-02 20:59  testMyOwerTab\HeaderCtrlCl.cpp

     文件        623  2009-01-15 22:06  testMyOwerTab\HeaderCtrlCl.h

     文件       8141  2015-11-02 20:59  testMyOwerTab\ListCtrlCl.cpp

     文件       1880  2009-01-16 09:53  testMyOwerTab\ListCtrlCl.h

     文件       1832  2015-11-02 20:10  testMyOwerTab\MyTabCtrl.cpp

     文件       1180  2015-11-02 19:58  testMyOwerTab\MyTabCtrl.h

     文件       3705  2015-11-02 19:41  testMyOwerTab\ReadMe.txt

     文件       2102  2015-11-04 16:39  testMyOwerTab\res\Green.bmp

     文件      51262  2015-11-04 19:33  testMyOwerTab\res\Green.ico

     文件       2102  2015-11-04 16:39  testMyOwerTab\res\Red.bmp

     文件      51262  2015-11-04 19:33  testMyOwerTab\res\Red.ico

     文件       1078  2015-11-02 19:41  testMyOwerTab\res\testMyOwerTab.ico

     文件        405  2015-11-02 19:41  testMyOwerTab\res\testMyOwerTab.rc2

     文件       1284  2015-11-08 11:11  testMyOwerTab\resource.h

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

评论

共有 条评论