Lines Matching refs:pWnd
691 CWnd* pWnd; in OnTestMessage() local
697 pWnd = GetDlgItem(IDC_EDIT_FRAME); in OnTestMessage()
698 if (pWnd) in OnTestMessage()
708 pWnd->SetWindowText(id); in OnTestMessage()
709 … SendMessage(WM_COMMAND, MAKEWPARAM(IDC_EDIT_FRAME, EN_KILLFOCUS), (LPARAM)((CEdit*)pWnd)->m_hWnd); in OnTestMessage()
712 pWnd = GetDlgItem(IDC_PIXELMAP_COMBO); in OnTestMessage()
713 ((CComboBox*)pWnd)->SelectString(-1, string); in OnTestMessage()
714 …age(WM_COMMAND, MAKEWPARAM(IDC_PIXELMAP_COMBO, CBN_SELCHANGE), (LPARAM)((CComboBox*)pWnd)->m_hWnd); in OnTestMessage()
719 pWnd = GetDlgItem(IDC_NUM_FRAMES); in OnTestMessage()
721 pWnd->SetWindowText(string); in OnTestMessage()
722 …SendMessage(WM_COMMAND, MAKEWPARAM(IDC_NUM_FRAMES, EN_KILLFOCUS), (LPARAM)((CComboBox*)pWnd)->m_hW… in OnTestMessage()
726 pWnd = GetDlgItem(IDC_ALPHA_VALUE); in OnTestMessage()
728 pWnd->SetWindowText(string); in OnTestMessage()
729 …Message(WM_COMMAND, MAKEWPARAM(IDC_ALPHA_VALUE, EN_KILLFOCUS), (LPARAM)((CComboBox*)pWnd)->m_hWnd); in OnTestMessage()
733 pWnd = GetDlgItem(IDC_X_OFFSET); in OnTestMessage()
735 pWnd->SetWindowText(string); in OnTestMessage()
736 …SendMessage(WM_COMMAND, MAKEWPARAM(IDC_X_OFFSET, EN_KILLFOCUS), (LPARAM)((CComboBox*)pWnd)->m_hWnd… in OnTestMessage()
740 pWnd = GetDlgItem(IDC_Y_OFFSET); in OnTestMessage()
742 pWnd->SetWindowText(string); in OnTestMessage()
743 …SendMessage(WM_COMMAND, MAKEWPARAM(IDC_Y_OFFSET, EN_KILLFOCUS), (LPARAM)((CComboBox*)pWnd)->m_hWnd… in OnTestMessage()
747 pWnd = GetDlgItem(IDC_DELAY); in OnTestMessage()
749 pWnd->SetWindowText(string); in OnTestMessage()
750 … SendMessage(WM_COMMAND, MAKEWPARAM(IDC_DELAY, EN_KILLFOCUS), (LPARAM)((CComboBox*)pWnd)->m_hWnd); in OnTestMessage()