26 lines
705 B
C
26 lines
705 B
C
/****************************** Module Header ******************************\
|
|
* Module Name: resource.h
|
|
*
|
|
* Copyright (c) 1985 - 1999, Microsoft Corporation
|
|
*
|
|
* FEMGRATE, resource header file
|
|
*
|
|
\***************************************************************************/
|
|
#define IDS_CHT_TABLE1 1000
|
|
#define IDS_CHT_TABLE2 1001
|
|
#define IDS_CHT_TABLE3 1002
|
|
#define IDS_CHT_TABLE4 1003
|
|
#define IDS_CHT_TABLE5 1004
|
|
#define NUM_OF_CHT_TABLE 5
|
|
#define IDS_CHS_TABLE1 2001
|
|
#define IDS_CHS_TABLE2 2002
|
|
#define IDS_CHS_TABLE3 2003
|
|
#define IDS_CHS_TABLE4 2004
|
|
#define IDS_ENG_TABLE1 3001
|
|
#define IDS_ENG_TABLE2 3002
|
|
#define IDS_ENG_TABLE3 3003
|
|
#define IDS_ENG_TABLE4 3004
|
|
#define NUM_OF_CHS_TABLE 6
|
|
|
|
|