Реферат: Создание приложений с использованием различных элементов
DDX_Text(pDX, IDC_EDIT4, m_p);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CD, CDialog)
//{{AFX_MSG_MAP(CD)
ON_BN_CLICKED(IDC_BUTTON1, OnButton1)
ON_BN_CLICKED(IDC_BUTTON2, OnButton2)
ON_BN_CLICKED(IDC_BUTTON3, OnButton3)
ON_BN_CLICKED(IDC_BUTTON4, OnButton4)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
int s,p=1;
/////////////////////////////////////////////////////////////////////////////
// CD message handlers
void CD::OnButton1()
{
UpdateData();
int c=m_1;
UpdateData(FALSE);
ofstream f("dat.txt",ios::app);
f<<c<<endl;
int sl=m_sl;
if (c>sl)
{
s+=c;