DragonNest/Client/EtFileSystemTool/NewFolderDlg.cpp

36 lines
603 B
C++
Raw Permalink Normal View History

// NewFolderDlg.cpp : <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>.
//
#include "stdafx.h"
#include "NxFileSystemTool.h"
#include "NewFolderDlg.h"
// CNewFolderDlg <20><>ȭ <20><><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>.
IMPLEMENT_DYNAMIC(CNewFolderDlg, CDialog)
CNewFolderDlg::CNewFolderDlg(CWnd* pParent /*=NULL*/)
: CDialog(CNewFolderDlg::IDD, pParent)
, m_strFolderName(_T(""))
{
}
CNewFolderDlg::~CNewFolderDlg()
{
}
void
CNewFolderDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
DDX_Text(pDX, IDC_FOLDERNAME, m_strFolderName);
}
BEGIN_MESSAGE_MAP(CNewFolderDlg, CDialog)
END_MESSAGE_MAP()
// CNewFolderDlg <20>޽<EFBFBD><DEBD><EFBFBD> ó<><C3B3><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>.