Source code of Windows XP (NT5)
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.
|
|
//Copyright (c) 1998 - 1999 Microsoft Corporation
/*******************************************************************************
* * resource.h * * WINUTILS commmon resource file defines * * Note: resource.h and common.rc are not intended to be RC compiled by this * tree but will be included by the WINUTILS apps which will use * COMMON.LIB. * * copyright notice: Copyright 1996, Citrix Systems Inc. * * $Author: butchd $ Butch Davis * * $Log: N:\NT\PRIVATE\UTILS\CITRIX\WINUTILS\COMMON\VCS\RESOURCE.H $ * * Rev 1.10 20 Sep 1996 20:35:42 butchd * update * *******************************************************************************/
//#define IDS_TOO_MANY_ROWS 0x4000
#ifndef IDS_BASEWIZ_BACK
#define IDS_BASEWIZ_BACK 0x4001
#define IDS_BASEWIZ_NEXT 0x4002
#define IDS_BASEWIZ_FINISH 0x4003
#define IDS_BASEPROP_OK 0x4004
#define IDS_BASEPROP_CANCEL 0x4005
#define IDS_BASEPROP_APPLY 0x4006
#define IDS_BASEPROP_HELP 0x4007
#define IDS_BASEPROP_CLOSE 0x4008
#endif
#ifndef IDP_CONFIRM_SHEET_CLOSE
#define IDP_CONFIRM_SHEET_CLOSE 0x4100
#endif
|