Searched refs:IDC_PROGRESS (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/PC/bdist_wininst/ |
D | resource.h | 19 #define IDC_PROGRESS 1003 macro
|
D | install.rc | 59 CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
|
D | install.c | 271 SendDlgItemMessage(hDialog, IDC_PROGRESS, PBM_SETRANGE, 0, in do_compile_files() 273 SendDlgItemMessage(hDialog, IDC_PROGRESS, PBM_SETPOS, 0, 0); in do_compile_files() 292 SendDlgItemMessage(hDialog, IDC_PROGRESS, PBM_SETPOS, n, 0); in do_compile_files() 1905 SendDlgItemMessage(hwnd, IDC_PROGRESS, PBM_SETRANGE, 0, lParam); in InstallFilesDlgProc() 1910 SendDlgItemMessage(hwnd, IDC_PROGRESS, PBM_SETPOS, wParam, in InstallFilesDlgProc()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | resource.h | 24 #define IDC_PROGRESS 1003 macro
|
D | install.rc | 136 CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
|
D | install.c | 264 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()
|