Курсовая работа: Сапер
bombsCount = field. GetBombsCount();
SetPosition();
field. Draw(dc);
CRect rect;
GetWindowRect(&rect);
InvalidateRect(rect, TRUE);
isInitAll = true;
begin = true;
isFirstClick = true;
UpdateData(FALSE);
}
void CsaperDlg:: SetPosition()
{
CRect rect;
GetWindowRect(&rect);
// движение окна
MoveWindow(rect. left, rect. top, field. GetRows() * (SIZE + 2) + 230,
field. GetCols() * (SIZE + 2) + 80, TRU