// CPAMDgNC.hpp : header file ///////////////////////////////////////////////////////////////////////////// #ifndef _CPA_NEW_CARD_DIALOG_ #define _CPA_NEW_CARD_DIALOG_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include "Meca_Res.h" ///////////////////////////////////////////////////////////////////////////// // CPA_Meca_NewCardDialog dialog class CPA_Meca_NewCardDialog : public CDialog { // Construction public: // standard constructor CPA_Meca_NewCardDialog( CString csCardName, CWnd* pParent = NULL); // Dialog Data //{{AFX_DATA(CPA_Meca_NewCardDialog) enum { IDD = IDD_MECA_DIALOG_NEW_CARD }; CString m_csName; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPA_Meca_NewCardDialog) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPA_Meca_NewCardDialog) afx_msg void OnDestroy(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #endif //_CPA_NEW_CARD_DIALOG_