Home
last modified time | relevance | path

Searched refs:IDC_PROGRESS1 (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialogRes.h3 #define IDC_PROGRESS1 100 macro
DProgressDialog.rc11 CONTROL "Progress1", IDC_PROGRESS1, "msctls_progress32", PBS_SMOOTH | WS_BORDER, m, m, xc, 14
DProgressDialog2Res.h24 #define IDC_PROGRESS1 100 macro
DProgressDialog.cpp60 m_ProgressBar.Attach(GetItem(IDC_PROGRESS1)); in OnInit()
DProgressDialog2a.rc75 CONTROL "Progress1", IDC_PROGRESS1, "msctls_progress32", PBS_SMOOTH | WS_BORDER, m, z1, xc, z1s
DProgressDialog2.cpp355 m_ProgressBar.Attach(GetItem(IDC_PROGRESS1)); in OnInit()
466 ChangeSubWindowSizeX(GetItem(IDC_PROGRESS1), xSize - mx * 2); in OnSize()