Lines Matching refs:IDC_EDIT_FRAME
61 ON_EN_KILLFOCUS(IDC_EDIT_FRAME, &sprite_edit_dialog::OnEnKillfocusEditFrame) in BEGIN_MESSAGE_MAP()
250 DDX_Control(pDX, IDC_EDIT_FRAME, mEditFrameField); in DoDataExchange()
273 SetDlgItemInt(IDC_EDIT_FRAME, 1); in DoDataExchange()
325 GetDlgItem(IDC_EDIT_FRAME)->EnableWindow(FALSE); in DoDataExchange()
369 SetDlgItemInt(IDC_EDIT_FRAME, newval); in OnDeltaposSpinNumFrames()
409 SetDlgItemInt(IDC_EDIT_FRAME, newval); in OnDeltaposSpinEditFrame()
436 SetDlgItemInt(IDC_EDIT_FRAME, newval); in OnEnKillfocusNumFrames()
468 int newval = GetDlgItemInt(IDC_EDIT_FRAME); in OnEnKillfocusEditFrame()
483 SetDlgItemInt(IDC_EDIT_FRAME, mEditFrame + 1); in OnEnKillfocusEditFrame()
485 GetDlgItem(IDC_EDIT_FRAME)->SetFocus(); in OnEnKillfocusEditFrame()
544 GetDlgItem(IDC_EDIT_FRAME)->EnableWindow(FALSE); in OnClickApplyToAllFrames()
550 GetDlgItem(IDC_EDIT_FRAME)->EnableWindow(TRUE); in OnClickApplyToAllFrames()
580 SetDlgItemInt(IDC_EDIT_FRAME, frame_count); in SetFrameCount()
670 case IDC_EDIT_FRAME: in PreTranslateMessage()
697 pWnd = GetDlgItem(IDC_EDIT_FRAME); in OnTestMessage()
709 … SendMessage(WM_COMMAND, MAKEWPARAM(IDC_EDIT_FRAME, EN_KILLFOCUS), (LPARAM)((CEdit*)pWnd)->m_hWnd); in OnTestMessage()