//---------------------------------------------------------------------------
// RC stuff.
//---------------------------------------------------------------------------

//---------------------------------------------------------------------------
// Icons...
#define IDI_GRPCONV             100
#define IDI_PROGMAN             101

//---------------------------------------------------------------------------
// Bitmaps
#define IDB_CHECKSTATES         100
#define IDB_REDCARPET           101

//---------------------------------------------------------------------------
// Strings...
#define IDS_FILTER              200
#define IDS_COMMDLGTITLE        201
#define IDS_APPTITLE            202
#define IDS_OKTOCONVERT         203
#define IDS_CONVERTERROR        204
#define IDS_NOTGROUPFILE        205
#define IDS_MISSINGFILE         206
#define IDS_BADOLDGROUP         207
#define IDS_PROGRAMS            208
#define IDS_GROUPTYPENAME       209
#define IDS_ANOTHER             210
#define IDS_SENDTO              211
#define IDS_WASTEBASKET         212
#define IDS_WASTEBIN            213
#define IDS_CREATINGNEWSCS      214
#define IDS_STARTUP             215
#define IDS_DESKTOP             216
#define IDS_DEFLANGCHARSET      217
#define IDS_DDEMLTEST           218
#define IDS_LOTSAGROUPS1        219
#define IDS_LOTSAGROUPS2        220
#define IDS_RECENT              221
#define IDS_GROUP               222

//---------------------------------------------------------------------------
// Dialogs...
#define DLG_PROGRESS            300
#define IDC_GROUPNAME           301
#define IDC_STATIC              302
#define IDC_PROGRESS            303
#define IDD_REDCARPET           304
