Курсовая работа: Алгоритм раскраски графа (точный)
m_nach.EnableWindow(false);
k();
m_r1.EnableWindow(true);
}
void CKursovojDlg::OnRadio1()
{
// TODO: Add your control notification handler code here
radio=1;
}
void CKursovojDlg::OnRadio2()
{
// TODO: Add your control notification handler code here
radio=2;
}
void CKursovojDlg::OnStatic1()
{
}
void CKursovojDlg::OnLButtonDown(UINT nFlags, CPoint point)
{
// TODO: Add your message handler code here and/or call default
CDialog::OnLButtonDown(nFlags, point);
const int rad=15;
CClientDCdc(this);
//Создать новое перо
CPen MyNewPen;
MyNewPen.CreatePen(PS_SOLID, 1, RGB(0,0,0));
CBrush br;
br.CreateSolidBrush(RGB(200,200,200));
//Выбрать перо