/* * resource.h * * * */ #ifndef RESOURCE_H_ #define RESOURCE_H_ #define IDM_END 200 #define IDM_HELP 201 #define IDM_ABOUT 202 #define IDM_OPT1 203 #define IDM_OPT2 204 #define IDM_DLG 205 #define IDC_STATIC 207 #define IDM_CLOSEDLG 208 #define IDC_EDIT1 209 #define IDM_SQRT 210 #define IDM_CIRCUL 211 #define IDC_EDITSX 212 #define IDC_EDITSY 213 #define IDC_EDITEX 214 #define IDC_EDITEY 215 #define IDC_STATICSX 216 #define IDC_STATICSY 217 #define IDC_STATICEX 218 #define IDC_STATICEY 219 #define IDC_DIAGONAL 220 #define IDC_STATICDR 221 #define IDC_CLOSE_CHAR 206 #define IDC_CLOSE_SQRT 222 #define IDC_CLOSE_CIRCUL 223 #define IDC_RED 224 #define IDC_GREEN 225 #define IDC_BLUE 226 #define IDC_CLOSE_PEN 227 #define IDC_STATIC_RED 228 #define IDC_STATIC_GREEN 229 #define IDC_STATIC_BLUE 230 #define IDC_STATIC_COLOR 231 #define IDC_STATIC_PEN 232 #define IDC_SCROLLBAR_PEN 233 #define IDM_PEN 234 #endif /* RESOURCE_H_ */