www.pudn.com > PG20101.zip > AboutDlg.h
//
// About-關於對話方塊
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __AboutDlg_h__
#define __AboutDlg_h__
#include "Dialog.h"
//
// Dialog類別的繼承,訊息處理的執行
//
// 對話方塊的支援現在已OK
//
class CAboutDlg: public CDialog {
protected:
virtual BOOL DlgProc(UINT uMsg, WPARAM wParam, LPARAM lParam);
} ;
#endif