Imported Upstream version 9.20
[platform/upstream/7zip.git] / CPP / 7zip / UI / FileManager / ProgressDialog.rc
1 #include "ProgressDialogRes.h"\r
2 #include "../../GuiCommon.rc"\r
3 \r
4 #define xc 172\r
5 #define yc 44\r
6 \r
7 IDD_DIALOG_PROGRESS  MY_DIALOG\r
8 CAPTION "Progress"\r
9 BEGIN\r
10   PUSHBUTTON  "Cancel", IDCANCEL, bx, by, bxs, bys\r
11   CONTROL     "Progress1", IDC_PROGRESS1, "msctls_progress32", PBS_SMOOTH | WS_BORDER, m, m, xc, 14\r
12 END\r