Searched refs:ID_ENABLE_BOX (Results 1 – 1 of 1) sorted by relevance
14 #define ID_ENABLE_BOX 4098 macro46 ON_BN_CLICKED(ID_ENABLE_BOX, OnChangeEnabled)418 …edBox.Create(NULL, WS_CHILD|WS_TABSTOP|BS_AUTOCHECKBOX|WS_VISIBLE, fieldsize, this, ID_ENABLE_BOX); in OnCreate()1293 pWnd = row->GetDlgItem(ID_ENABLE_BOX); in OnTestMessage()1295 … row->SendMessage(WM_COMMAND, MAKEWPARAM(ID_ENABLE_BOX, BN_CLICKED), (LPARAM)pWnd->m_hWnd); in OnTestMessage()