Home
last modified time | relevance | path

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

/external/python/cpython2/PC/bdist_wininst/
Dresource.h24 #define IDC_PROGRESS 1003 macro
Dinstall.rc136 CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
Dinstall.c264 SendDlgItemMessage(hDialog, IDC_PROGRESS, PBM_SETRANGE, 0, in do_compile_files()
266 SendDlgItemMessage(hDialog, IDC_PROGRESS, PBM_SETPOS, 0, 0); in do_compile_files()
285 SendDlgItemMessage(hDialog, IDC_PROGRESS, PBM_SETPOS, n, 0); in do_compile_files()
1861 SendDlgItemMessage(hwnd, IDC_PROGRESS, PBM_SETRANGE, 0, lParam); in InstallFilesDlgProc()
1866 SendDlgItemMessage(hwnd, IDC_PROGRESS, PBM_SETPOS, wParam, in InstallFilesDlgProc()