1 #include "ProgressDialogRes.h" 2 #include "../../GuiCommon.rc" 3 4 #define xc 172 5 #define yc 44 6 7 IDD_PROGRESS DIALOG 0, 0, xs, ys MY_MODAL_DIALOG_STYLE MY_FONT 8 CAPTION "Progress" 9 BEGIN 10 PUSHBUTTON "Cancel", IDCANCEL, bx, by, bxs, bys 11 CONTROL "Progress1", IDC_PROGRESS1, "msctls_progress32", PBS_SMOOTH | WS_BORDER, m, m, xc, 14 12 END 13