Searched refs:IDC_COMPRESS (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | edit_pixelmap_dlg.cpp | 285 SetCheck(IDC_COMPRESS, mPixelmapInfo.compress); in InitPixelmapDlgConfig() 395 GetCheck(IDC_COMPRESS, mPixelmapInfo.compress); in SavePixelmapDlgConfig() 857 GetDlgItem(IDC_COMPRESS)->EnableWindow(FALSE); in EnableDisableRawFields() 870 GetDlgItem(IDC_COMPRESS)->EnableWindow(TRUE); in EnableDisableRawFields() 1069 pWnd = GetDlgItem(IDC_COMPRESS); in OnTestMessage() 1071 SendMessage(WM_COMMAND, MAKEWPARAM(IDC_COMPRESS, BN_CLICKED), (LPARAM)pWnd->m_hWnd); in OnTestMessage()
|
| D | font_path_dialog.cpp | 762 DDX_Check(pDX, IDC_COMPRESS, m_info->compress); in DoDataExchange() 1167 GetDlgItem(IDC_COMPRESS)->ShowWindow(GX_FALSE); in OnInitDialog() 1261 pWnd = GetDlgItem(IDC_COMPRESS); in OnTestMessage() 1263 SendMessage(WM_COMMAND, MAKEWPARAM(IDC_COMPRESS, BN_CLICKED), (LPARAM)pWnd->m_hWnd); in OnTestMessage()
|
| D | resource.h | 242 #define IDC_COMPRESS 1059 macro
|
| D | studiox.rc | 790 … CONTROL "Compress Output",IDC_COMPRESS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,215,84,72,10 826 … CONTROL "Compress Output",IDC_COMPRESS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,126,76,10
|