Searched refs:mDetachTargetBox (Results 1 – 2 of 2) sorted by relevance
192 …mDetachTargetBox.Create(_T("Detach Target"), WS_CHILD | WS_TABSTOP | BS_AUTOCHECKBOX, size, this, … in OnInitDialog()193 mDetachTargetBox.SetFont(font); in OnInitDialog()849 mDetachTargetBox.SetCheck(TRUE); in ShowHideAnimationParams()853 mDetachTargetBox.SetCheck(FALSE); in ShowHideAnimationParams()1004 mDetachTargetBox.ShowWindow(show); in ShowHideAnimationParams()1180 if (mDetachTargetBox.GetCheck()) in SaveAnimationInfo()1262 mDetachTargetBox.SetCheck(lParam); in OnTestMessage()
94 CButton mDetachTargetBox; variable