• 大小: 15.11MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-06-13
  • 语言: C/C++
  • 标签: MFC  Process  

资源简介

MFC实现的美化进度条控件,采用PNG图片作为背景和滑块的GDI画图模式,本程序通过两张png透明图的贴图方式构建出进图条的样式!

资源截图

代码片段和文件信息

// Deamon.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “Deamon.h“
#include “DeamonDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDeamonApp

BEGIN_MESSAGE_MAP(CDeamonApp CWinApp)
//{{AFX_MSG_MAP(CDeamonApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CDeamonApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CDeamonApp object

CDeamonApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CDeamonApp initialization

BOOL CDeamonApp::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
    
    GdiplusStartup(&m_hGdiplusToken&m_gdiplusStartupInput&m_gdiplusStartupOutput);
    
    CDeamonDlg 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;
}
int CDeamonApp::ExitInstance()
{
GdiplusShutdown(m_hGdiplusToken);
return 0;
}

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

    ..A..H.     45568  2018-12-05 18:04  MFC_PNGPROCESSBAG\Deamon\.vs\Deamon\v14\.suo

     文件       1322  2011-03-21 10:51  MFC_PNGPROCESSBAG\Deamon\Deamon.clw

     文件       2246  2010-08-10 16:08  MFC_PNGPROCESSBAG\Deamon\Deamon.cpp

     文件       7126  2010-08-10 17:08  MFC_PNGPROCESSBAG\Deamon\Deamon.dsp

     文件        537  2010-08-10 14:50  MFC_PNGPROCESSBAG\Deamon\Deamon.dsw

     文件       1487  2010-08-10 16:08  MFC_PNGPROCESSBAG\Deamon\Deamon.h

     文件     336896  2011-03-21 10:51  MFC_PNGPROCESSBAG\Deamon\Deamon.ncb

     文件      50688  2011-03-21 10:51  MFC_PNGPROCESSBAG\Deamon\Deamon.opt

     文件       1843  2011-03-18 17:31  MFC_PNGPROCESSBAG\Deamon\Deamon.plg

     文件       5782  2018-12-05 14:55  MFC_PNGPROCESSBAG\Deamon\Deamon.rc

     文件        939  2018-12-05 14:42  MFC_PNGPROCESSBAG\Deamon\Deamon.sln

     文件       9944  2018-12-05 14:42  MFC_PNGPROCESSBAG\Deamon\Deamon.vcxproj

     文件       5713  2018-12-05 14:42  MFC_PNGPROCESSBAG\Deamon\Deamon.vcxproj.filters

     文件       5481  2018-12-05 13:33  MFC_PNGPROCESSBAG\Deamon\DeamonDlg.cpp

     文件       1527  2010-08-10 17:45  MFC_PNGPROCESSBAG\Deamon\DeamonDlg.h

     文件       1524  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.Build.CppClean.log

     文件     159744  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.exe

     文件    1373168  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.ilk

     文件       1763  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.log

     文件      16795  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.obj

     文件      19652  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.res

     文件       3302  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.tlog\CL.command.1.tlog

     文件      50356  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.tlog\CL.read.1.tlog

     文件       1276  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.tlog\CL.write.1.tlog

     文件        219  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.tlog\Deamon.lastbuildstate

     文件       1664  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.tlog\link.command.1.tlog

     文件       6254  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.tlog\link.read.1.tlog

     文件       1154  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.tlog\link.write.1.tlog

     文件        440  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.tlog\rc.command.1.tlog

     文件       3838  2018-12-05 11:01  MFC_PNGPROCESSBAG\Deamon\Debug\Deamon.tlog\rc.read.1.tlog

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

评论

共有 条评论