Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstring_table_edit_dlg.cpp115 ID_EXPORT, enumerator
994 pWnd = mpButtonFrame->GetDlgItem(ID_EXPORT); in OnTestMessage()
995 …mpButtonFrame->SendMessage(WM_COMMAND, MAKEWPARAM(ID_EXPORT, BN_CLICKED), (LPARAM)pWnd->GetSafeHwn… in OnTestMessage()
1065 ON_BN_CLICKED(ID_EXPORT, button_frame::OnExportString) in BEGIN_MESSAGE_MAP()
1109 …| BS_CENTER | BS_VCENTER | WS_CHILD | WS_VISIBLE | WS_TABSTOP, CRect(0, 0, 0, 0), this, ID_EXPORT); in OnCreate()
1228 case ID_EXPORT: in PreTranslateMessage()