Home
last modified time | relevance | path

Searched refs:mDetachTargetBox (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dtrigger_action_edit_dlg.cpp192mDetachTargetBox.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()
Dtrigger_action_edit_dlg.h94 CButton mDetachTargetBox; variable