/* trsimres.h */ #include #ifndef _TRSIMRES_H #define _TRSIMRES_H #define IDM_NEW 100 #define IDM_LOAD 101 #define IDM_SAVE 102 #define IDM_QUIT 103 #define IDM_RUN 110 #define IDM_RESTART 111 #define IDM_GRID 112 #define IDM_TIMETABLE 113 #define IDC_STATIC -1 #define IDC_EDIT1 301 #define IDC_EDIT2 302 #define IDC_EDIT3 303 #define ABOUTBOX 200 #endif /* _TRSIMRES_H */