customprogressdialog.h
来自「《Visual C++编程技巧典型案例解析:基础与应用篇(下)(含1CD-ROM」· C头文件 代码 · 共 26 行
H
26 行
// CustomProgressDialog.h: interface for the CCustomProgressDialog class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CUSTOMPROGRESSDIALOG_H__1F2F02EA_42BE_4919_B675_350FF7AE250F__INCLUDED_)
#define AFX_CUSTOMPROGRESSDIALOG_H__1F2F02EA_42BE_4919_B675_350FF7AE250F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "memorydialog.h"
class CCustomProgressDialog : public CMemoryDialog
{
public:
CProgressCtrl m_ProCtrl;
CCustomProgressDialog();
virtual ~CCustomProgressDialog();
virtual BOOL OnInitDialog();
};
#endif // !defined(AFX_CUSTOMPROGRESSDIALOG_H__1F2F02EA_42BE_4919_B675_350FF7AE250F__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?