home *** CD-ROM | disk | FTP | other *** search
- /*
- * COMPONENT_NAME: somx
- *
- * ORIGINS: 27
- *
- *
- * 10H9767, 10H9769 (C) COPYRIGHT International Business Machines Corp. 1992,1994
- * All Rights Reserved
- * Licensed Materials - Property of IBM
- * US Government Users Restricted Rights - Use, duplication or
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
-
- /* %Z% %I% %W% %G% %U% [%H% %T%] */
- /*
- *
- * DISCLAIMER OF WARRANTIES.
- * The following [enclosed] code is sample code created by IBM
- * Corporation. This sample code is not part of any standard or IBM
- * product and is provided to you solely for the purpose of assisting
- * you in the development of your applications. The code is provided
- * "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
- * NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
- * THIS CODE. IBM shall not be liable for any damages arising out of
- * your use of the sample code, even if they have been advised of the
- * possibility of such damages.
- *
- * DISTRIBUTION.
- * This sample code can be freely distributed, copied, altered, and
- * incorporated into other software, provided that it bears the above
- * Copyright notice and DISCLAIMER intact.
- */
-
- #define IDS_APPNAME 100
- #define IDS_CAPTION 101
-
- #define IDM_EXIT 200
- #define IDM_PUSH 201
- #define IDM_POP 202
- #define IDM_ABOUT 203
-
- #define ID_OK 300
- #define ID_PROMPT 301
- #define ID_EDIT 302
- #define ID_TEXT 303
- #define ID_SCROLL 304
- #define ID_CANCEL 305
-
- /* For NLS messages */
- #define STARTNLSID 1000
- #define EmptyStackId 1000
- #define StackTopId 1001
- #define StackAboutId 1002
- #define PushId 1003
- #define ValueId 1004
- #define ErrorId 1005
- #define ErrorMinorCodeId 1006
- #define ErrorCompletionId 1007
- #define YesId 1008
- #define NoId 1009
- #define MaybeId 1010
- #define ExceptionId 1011
- #define PushAcceptedId 1012
- #define ENDNLSID 1012
-