Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dfolder_name_dlg.cpp25 ON_BN_CLICKED(IDC_CUSTOM_FOLDER_OUTPUT, &folder_name_dlg::OnBnClickedCustomOutput) in BEGIN_MESSAGE_MAP()
82 ((CButton *)GetDlgItem(IDC_CUSTOM_FOLDER_OUTPUT))->SetCheck(FALSE); in OnInitDialog()
87 ((CButton *)GetDlgItem(IDC_CUSTOM_FOLDER_OUTPUT))->SetCheck(TRUE); in OnInitDialog()
95 GetDlgItem(IDC_CUSTOM_FOLDER_OUTPUT)->ShowWindow(FALSE); in OnInitDialog()
131 CButton *pb = (CButton *)GetDlgItem(IDC_CUSTOM_FOLDER_OUTPUT); in OnBnClickedCustomOutput()
179 pWnd = GetDlgItem(IDC_CUSTOM_FOLDER_OUTPUT); in OnTestMessage()
181 … SendMessage(WM_COMMAND, MAKEWPARAM(IDC_CUSTOM_FOLDER_OUTPUT, BN_CLICKED), (LPARAM)pWnd->m_hWnd); in OnTestMessage()
Dresource.h391 #define IDC_CUSTOM_FOLDER_OUTPUT 1206 macro
Dstudiox.rc843 …CONTROL "Specify Output File",IDC_CUSTOM_FOLDER_OUTPUT,"Button",BS_AUTOCHECKBOX | WS_TABST…