6db #ifndef RESOURCE_H #define RESOURCE_H #define IDM_OPEN_WDB 100 #define IDM_EXIT 101 #define IDM_RESET 102 #define IDM_PLATE_CARREE 30000 #define IDM_MERCATOR 30005 #define IDM_ORTHO 30014 #define IDM_ROBINSON 30021 #define IDM_HAMMER 30027 #define IDM_SHW_COAST 200 #define IDM_SHW_COUNTRY 201 #define IDM_SHW_STATE 202 #define IDM_SHW_ISLAND 203 #define IDM_SHW_LAKE 204 #define IDM_SHW_RIVER 205 #define IDM_SHW_GRID 206 #define IDM_SHW_DEGREES 207 #define IDM_SHW_GRID_SIZE 210 #define IDM_SHW_MINMAX 211 #define IDM_SHW_WDB_BDY1 301 #define IDM_SHW_WDB_BDY2 302 #define IDM_SHW_WDB_BDY3 304 #define IDM_SHW_WDB_CIL1 401 #define IDM_SHW_WDB_CIL2 402 #define IDM_SHW_WDB_CIL3 403 #define IDM_SHW_WDB_CIL4 404 #define IDM_SHW_WDB_CIL6 406 #define IDM_SHW_WDB_CIL7 407 #define IDM_SHW_WDB_CIL8 408 #define IDM_SHW_WDB_CIL9 409 #define IDM_SHW_WDB_CIL10 410 #define IDM_SHW_WDB_CIL13 413 #define IDM_SHW_WDB_CIL14 414 #define IDM_SHW_WDB_CIL15 415 #define IDM_SHW_WDB_RIV1 501 #define IDM_SHW_WDB_RIV2 502 #define IDM_SHW_WDB_RIV3 503 #define IDM_SHW_WDB_RIV4 504 #define IDM_SHW_WDB_RIV5 505 #define IDM_SHW_WDB_RIV6 506 #define IDM_SHW_WDB_RIV7 507 #define IDM_SHW_WDB_RIV8 508 #define IDM_SHW_WDB_RIV10 510 #define IDM_SHW_WDB_RIV11 511 #define IDM_SHW_WDB_RIV12 512 #define IDM_CLR_COAST 600 #define IDM_CLR_COUNTRY 601 #define IDM_CLR_STATE 602 #define IDM_CLR_ISLAND 603 #define IDM_CLR_LAKE 604 #define IDM_CLR_RIVER 605 #define IDM_CLR_BKGRND 606 #define IDM_CLR_GRID 607 #define IDM_CLR_RESET 608 #define IDM_ABOUT 700 #define IDC_MINLON 100 #define IDC_MAXLON 101 #define IDC_MINLAT 102 #define IDC_MAXLAT 103 #endif . 0