// cpacqudg.hpp : header file ///////////////////////////////////////////////////////////////////////////// #ifndef _CPACINFODG_HPP_ #define _CPACINFODG_HPP_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include "EdAcIRes.h" #define C_NUMBER_OF_BITMAPS 5 ///////////////////////////////////////////////////////////////////////////// // EdActors_InformationDialog dialog class EdActors_InformationDialog : public CDialog { // Construction public: // standard constructor EdActors_InformationDialog(CWnd* pParent, CString); ~EdActors_InformationDialog(); // Dialog Data //{{AFX_DATA(EdActors_InformationDialog) enum { IDD = IDD_CAR_D_INFO }; CString m_csMessage; //}}AFX_DATA private: HINSTANCE m_hOldInstance; CBitmap m_a_cbBitmaps[C_NUMBER_OF_BITMAPS]; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(EdActors_InformationDialog) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation public: protected: // Generated message map functions //{{AFX_MSG(EdActors_InformationDialog) virtual BOOL OnInitDialog(); afx_msg void OnTimer(UINT nIDEvent); //}}AFX_MSG void OnOK(); DECLARE_MESSAGE_MAP() }; #endif //_CPACINFODG_HPP_