Searched refs:IDC_PROGRESS1 (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialogRes.h | 3 #define IDC_PROGRESS1 100 macro
|
D | ProgressDialog.rc | 11 CONTROL "Progress1", IDC_PROGRESS1, "msctls_progress32", PBS_SMOOTH | WS_BORDER, m, m, xc, 14
|
D | ProgressDialog2Res.h | 24 #define IDC_PROGRESS1 100 macro
|
D | ProgressDialog.cpp | 60 m_ProgressBar.Attach(GetItem(IDC_PROGRESS1)); in OnInit()
|
D | ProgressDialog2a.rc | 75 CONTROL "Progress1", IDC_PROGRESS1, "msctls_progress32", PBS_SMOOTH | WS_BORDER, m, z1, xc, z1s
|
D | ProgressDialog2.cpp | 355 m_ProgressBar.Attach(GetItem(IDC_PROGRESS1)); in OnInit() 466 ChangeSubWindowSizeX(GetItem(IDC_PROGRESS1), xSize - mx * 2); in OnSize()
|