Курсовая работа: Проект текстового редактора
((CMenuDlg *)m_pParentz)->m_zamenitDlg = NULL;
//((CMenuDlg *)AfxGetMainWnd())->m_ppereutiDlg = NULL;
// Уничтожаемдочернееокно
DestroyWindow();}
Код модуля pereuty.cpp
// pereuti.cpp : implementation file
//
#include "stdafx.h"
#include "Menu.h"
#include "pereuti.h"
// pereuti dialog
IMPLEMENT_DYNAMIC(pereuti, CDialog)
pereuti::pereuti(CWnd* pParent /*=NULL*/)
: CDialog(pereuti::IDD, pParent)
, m_position(0)
{
}
pereuti::~pereuti()
{
}
void pereuti::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
DDX_Text(pDX, IDC_EDIT1, m_position);
DDX_Control(pDX, IDC_EDIT1, m_edit_pereuti);
}
BEGIN_MESSAGE_MAP(pereuti, CDialog)
END_MESSAGE_MAP()
// pereuti message handlers