Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstring_table_edit_dlg.cpp113 ID_DELETE_STRING, enumerator
985 pWnd = mpButtonFrame->GetDlgItem(ID_DELETE_STRING); in OnTestMessage()
986 …mpButtonFrame->SendMessage(WM_COMMAND, MAKEWPARAM(ID_DELETE_STRING, BN_CLICKED), (LPARAM)pWnd->Get… in OnTestMessage()
1061 ON_BN_CLICKED(ID_DELETE_STRING, button_frame::OnDeleteClicked) in BEGIN_MESSAGE_MAP()
1104 …NTER | BS_VCENTER | WS_CHILD | WS_VISIBLE | WS_TABSTOP, CRect(0, 0, 0, 0), this, ID_DELETE_STRING); in OnCreate()
1220 case ID_DELETE_STRING: in PreTranslateMessage()