Searched refs:mPushTargetBox (Results 1 – 2 of 2) sorted by relevance
197 …mPushTargetBox.Create(_T("Push Target to Screen Stack"), WS_CHILD | WS_TABSTOP | BS_AUTOCHECKBOX, … in OnInitDialog()198 mPushTargetBox.SetFont(font); in OnInitDialog()858 mPushTargetBox.SetCheck(TRUE); in ShowHideAnimationParams()862 mPushTargetBox.SetCheck(FALSE); in ShowHideAnimationParams()1005 mPushTargetBox.ShowWindow(show); in ShowHideAnimationParams()1189 if (mPushTargetBox.GetCheck()) in SaveAnimationInfo()
95 CButton mPushTargetBox; variable