Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstring_export_dlg.cpp304 int ctrl_id; in OnTestMessage() local
333 ctrl_id = IDC_CSV_FORMAT; in OnTestMessage()
338 ctrl_id = IDC_XLIFF_FORMAT; in OnTestMessage()
341 CheckRadioButton(IDC_XLIFF_FORMAT, IDC_CSV_FORMAT, ctrl_id); in OnTestMessage()
342 SendMessage(WM_COMMAND, MAKEWPARAM(ctrl_id, BN_CLICKED), 0); in OnTestMessage()
Dtrigger_action_edit_dlg.cpp263 int ctrl_id = -1; in PreTranslateMessage() local
267 ctrl_id = focus_owner->GetDlgCtrlID(); in PreTranslateMessage()
270 (ctrl_id == IDC_ACTION_NAME)) in PreTranslateMessage()
1210 int ctrl_id; in OnTestMessage() local
1241 ctrl_id = IDC_ACTION_NAME; in OnTestMessage()
1242 pWnd = GetDlgItem(ctrl_id); in OnTestMessage()
1246 SendMessage(WM_COMMAND, MAKEWPARAM(ctrl_id, EN_KILLFOCUS), (LPARAM)pWnd->m_hWnd); in OnTestMessage()
1254 ctrl_id = _tstoi(param_list.GetAt(0)) - ID_ANIMATION_ID; in OnTestMessage()
1257 mAnimationParamEdits[ctrl_id].SetWindowText(str); in OnTestMessage()
Dtrigger_edit_dlg.cpp584 int ctrl_id; in OnTestMessage() local
595 ctrl_id = IDC_SYSTEM_EVENT_RADIO; in OnTestMessage()
599 ctrl_id = IDC_CHILD_SIGNAL_RADIO; in OnTestMessage()
603 ctrl_id = IDC_USER_EVENT_RADIO; in OnTestMessage()
606 CheckRadioButton(IDC_SYSTEM_EVENT_RADIO, IDC_USER_EVENT_RADIO, ctrl_id); in OnTestMessage()
Dgrid_setting_dlg.cpp105 int ctrl_id = focus_owner->GetDlgCtrlID(); in PreTranslateMessage() local
107 switch (ctrl_id) in PreTranslateMessage()
DProjectConfigDlg.cpp1475 int ctrl_id = focus_owner->GetDlgCtrlID(); in PreTranslateMessage() local
1477 switch (ctrl_id) in PreTranslateMessage()
1508 INT ctrl_id; in OnTestMessage() local
1571 ctrl_id = IDC_RADIO_1BPP; in OnTestMessage()
1575 ctrl_id = IDC_RADIO_4BPP; in OnTestMessage()
1579 ctrl_id = IDC_RADIO_8BPP; in OnTestMessage()
1584 ctrl_id = IDC_RADIO_16BPP; in OnTestMessage()
1588 ctrl_id = IDC_RADIO_24BPP; in OnTestMessage()
1592 ctrl_id = IDC_RADIO_32BPP; in OnTestMessage()
1595 CheckRadioButton(IDC_RADIO_1BPP, IDC_RADIO_32BPP, ctrl_id); in OnTestMessage()
Dfont_path_dialog.cpp1199 int ctrl_id; in OnTestMessage() local
1241 ctrl_id = IDC_1BIT_MONO; in OnTestMessage()
1245 ctrl_id = IDC_4BIT_ALIASED; in OnTestMessage()
1249 ctrl_id = IDC_8BIT_ALIASED; in OnTestMessage()
1256 CheckRadioButton(IDC_1BIT_MONO, IDC_8BIT_ALIASED, ctrl_id); in OnTestMessage()
Dcolor_edit_dialog.cpp1135 int ctrl_id = bar->GetDlgCtrlID(); in OnHScroll() local
1136 int curpos = ((CSliderCtrl *)GetDlgItem(ctrl_id))->GetPos(); in OnHScroll()
1140 switch (ctrl_id) in OnHScroll()
1461 int ctrl_id = focus_owner->GetDlgCtrlID(); in PreTranslateMessage() local
1463 switch (ctrl_id) in PreTranslateMessage()
Dsprite_edit_dialog.cpp665 int ctrl_id = focus_owner->GetDlgCtrlID(); in PreTranslateMessage() local
667 switch (ctrl_id) in PreTranslateMessage()
DPaletteLayoutDlg.cpp171 int ctrl_id = pctrl->GetDlgCtrlID(); in OnReturnKey() local
173 switch(ctrl_id) in OnReturnKey()
Dproperties_win.cpp780 int ctrl_id = pctrl->GetDlgCtrlID(); in OnSysChar() local
782 switch(ctrl_id) in OnSysChar()
4669 int ctrl_id; in OnTestMessage() local
4687 ctrl_id = _tstoi(param_list.GetAt(0)); in OnTestMessage()
4690 CWnd *pWnd = GetDlgItem(ctrl_id); in OnTestMessage()
4708 … SendMessage(WM_COMMAND, MAKEWPARAM(ctrl_id, EN_KILLFOCUS), (LPARAM)((CEdit *)pWnd)->m_hWnd); in OnTestMessage()
4713 … SendMessage(WM_COMMAND, MAKEWPARAM(ctrl_id, CBN_SELCHANGE), (LPARAM)((CComboBox *)pWnd)->m_hWnd); in OnTestMessage()
4718 … SendMessage(WM_COMMAND, MAKEWPARAM(ctrl_id, BN_CLICKED), (LPARAM)((CButton *)pWnd)->m_hWnd); in OnTestMessage()
Drich_text_edit_dlg.cpp1224 INT ctrl_id = GetFocus()->GetDlgCtrlID(); in PreTranslateMessage() local
1225 if (ctrl_id == ID_RICH_EDIT) in PreTranslateMessage()
Dstring_table_edit_dlg.cpp1212 int ctrl_id = focus_owner->GetDlgCtrlID(); in PreTranslateMessage() local
1214 switch(ctrl_id) in PreTranslateMessage()