You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
527 B
14 lines
527 B
#ifndef __COMMON_RESOURCE_DEFS_H
|
|
#define __COMMON_RESOURCE_DEFS_H
|
|
|
|
#define IDS_ORDERBYTES 80008
|
|
#define IDS_ORDERKB 80009
|
|
#define IDS_ORDERMB 80010
|
|
#define IDS_ORDERGB 80011
|
|
#define IDS_ORDERTB 80012
|
|
#define IDS_ORDERPB 80013
|
|
#define IDS_ORDEREB 80014
|
|
#define IDS_NO_LIMIT 80015
|
|
#define IDC_STATIC -1
|
|
|
|
#endif //__COMMON_RESOURCE_DEFS_H
|