caboutdlg.h

来自「一个windows 文件系统驱动源码」· C头文件 代码 · 共 56 行

H
56
字号
 
 /*
  *		Copyright (C) Satish Kumar Janarthanan (vsat_in@yahoo.com) 2001-2005
  *
  *		Project:		
  *
  *		Module Name:    CAboutDlg.h
  *
  *     Abstract:		Header for the About dialog class.
  *
  *     Author:		    Satish Kumar J
  *
  *		Date:			23-APR-2002
  *
  *		Notes:			None.
  *
  *		Revision History:
  *
  *		Date		Version	Author				Changes
  *		------------------------------------------------------------------------
  *
  *		23-APR-02	1.00	Satish Kumar J		Initial	Version.
  *
  */

 #ifndef	__CABOUTDLG_H
 #define	__CABOUTDLG_H

 //////////////////////////////////////////////////////////////////////////////

 // Includes.

 #include "StdAfx.h"
 #include "..\..\Other\CHyperLink.h"

 //////////////////////////////////////////////////////////////////////////////

 // Global declarations.

 class CAboutDlg : public CDialog
 {
	public:

		CAboutDlg();

		afx_msg BOOL OnInitDialog();

	protected:

		CHyperLink	m_Copyright;
 };

 //////////////////////////////////////////////////////////////////////////////

 #endif		//	__CABOUTDLG_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?