1 #include "ProgressDialog2Res.h" 2 #include "../../GuiCommon.rc" 3 4 #undef DIALOG_ID 5 #define DIALOG_ID IDD_PROGRESS 6 #define xc 360 7 #define k 11 8 #define z1s 16 9 10 #include "ProgressDialog2a.rc" 11 12 #ifdef UNDER_CE 13 14 #include "../../GuiCommon.rc" 15 16 17 #undef DIALOG_ID 18 #undef m 19 #undef k 20 #undef z1s 21 22 #define DIALOG_ID IDD_PROGRESS_2 23 #define m 4 24 #define k 8 25 #define z1s 12 26 27 #define xc 280 28 29 #include "ProgressDialog2a.rc" 30 31 #endif 32 33 STRINGTABLE DISCARDABLE 34 { 35 IDS_PROGRESS_PAUSED "Paused" 36 IDS_PROGRESS_FOREGROUND "&Foreground" 37 IDS_CONTINUE "&Continue" 38 IDS_PROGRESS_ASK_CANCEL "Are you sure you want to cancel?" 39 IDS_CLOSE "&Close" 40 } 41