xref: /aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ProgressDialog.rc (revision f6dc9357d832569d4d1f5d24eacdb3935a1ae8e6)
1#include "ProgressDialogRes.h"
2#include "../../GuiCommon.rc"
3
4#define xc 172
5#define yc 44
6
7IDD_PROGRESS  DIALOG  0, 0, xs, ys  MY_MODAL_DIALOG_STYLE  MY_FONT
8CAPTION "Progress"
9BEGIN
10  PUSHBUTTON  "Cancel", IDCANCEL, bx, by, bxs, bys
11  CONTROL     "Progress1", IDC_PROGRESS1, "msctls_progress32", PBS_SMOOTH | WS_BORDER, m, m, xc, 14
12END
13