Home > Software engineering >  What's the use of this code? In the
What's the use of this code? In the

Time:09-17

The class CDlgArea: public CDialog
{
//Construction
Public:
PParent CDlgArea (CWnd *=NULL);//standard constructor

//Dialog Data
//{{AFX_DATA (CDlgArea)
Enum {IDD=IDD_DIALOG_Area};
//NOTE: the ClassWizard will add data members here
//}} AFX_DATA


//Overrides
//ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL (CDlgArea)
Protected:
Virtual void DoDataExchange (CDataExchange * symbol;//(DDX/DDV support
//}} AFX_VIRTUAL

//Implementation
Protected:

//Generated message map functions provides
//{{AFX_MSG (CDlgArea)
//NOTE: the ClassWizard will add member functions provides here
//}} AFX_MSG
DECLARE_MESSAGE_MAP ()
};

//{{AFX_INSERT_LOCATION}}
//Microsoft Visual c + + will insert additional declarations immediately before the previous line.

# endif//! Defined (AFX_DLGAREA_H__4B91E483_3A49_4DBA_A589_1202DFB5ED48__INCLUDED_)

CodePudding user response:

//{{AFX_ and//{{AFX_ is VC6 class wizard
  • Related