www.pudn.com > warsrc.rar > FileDescriptionDlg.h
// FileDescriptionDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFileDescriptionDlg dialog
class DLL_WAR_CLIENT_ CFileDescriptionDlg : public CDialog
{
// Construction
public:
CFileDescriptionDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFileDescriptionDlg)
enum { IDD = IDD_FILECOMMENT };
CString m_Path;
CString m_Comment;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFileDescriptionDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFileDescriptionDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};