#ifndef RESOURCEMS_H #define RESOURCEMS_H #include "resource.h" #define IDC_SPLITTER3 2000 #define IDC_SWTAB 2001 #define IDC_SWLIST 2002 #define IDC_SWDEVVIEW 2003 #define IDC_FILTER_COMPUTER 2004 #define IDC_FILTER_CONSOLE 2005 #define IDC_FILTER_MODIFIED 2006 #define IDC_USE_NEW_UI 2007 #define IDC_RAM_COMBOBOX 2008 #define IDC_RAM_CAPTION 2009 #define IDC_SKIP_WARNINGS 2013 #define IDI_WIN_NOROMSNEEDED 2100 #define IDI_WIN_MISSINGOPTROM 2101 #define IDI_WIN_FLOP 2102 #define IDI_WIN_CASS 2103 #define IDI_WIN_SERL 2104 #define IDI_WIN_SNAP 2105 #define IDI_WIN_PRIN 2106 #define IDI_WIN_HARD 2107 #define IDI_WIN_CYLN 2110 #define IDI_WIN_PTAP 2111 #define IDI_WIN_PCRD 2112 #define ID_MESS_OPEN_SOFTWARE 2200 #define ID_MESS_CREATE_SOFTWARE 2201 #define ID_MESS_RUN_TESTS 2299 #define IDD_PROP_SOFTWARE 2202 #define IDD_PROP_CONFIGURATION 2203 #endif /* RESOURCEMS_H */