home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / zfamily.zip / zfamily / ZNLFUNCS / SAMPLE / CTYINF.RCH < prev    next >
Text File  |  1993-09-21  |  3KB  |  67 lines

  1. /*
  2. ** /----------------------------------------------------------------------\
  3. ** |             IBM Z Family Reusable Libraries/2 (5641-504)             |
  4. ** |----------------------------------------------------------------------|
  5. ** | (C) Copyright International Business Machines Corporation 1993, 1994 |
  6. ** |----------------------------------------------------------------------|
  7. ** |                       DISCLAIMER OF WARRANTIES                       |
  8. ** |                       ------------------------                       |
  9. ** | The following code is sample code created by IBM Corporation.        |
  10. ** | Such a code is provided to you solely for the purpose of assisting   |
  11. ** | you in the development of your applications. The code is provided    |
  12. ** | "AS IS", without warranty of any kind.  IBM shall not be liable for  |
  13. ** | any damages arising out of your use of the following code, even if   |
  14. ** | they have been advised of the possibility of such damages.           |                                                                         *
  15. ** \----------------------------------------------------------------------/
  16. **
  17. **  Header   : CTYINF.RCH
  18. **  Author   : Valerio Tavazzi (TAVAZZI at ROMEPPC)
  19. **  Reviewer : Dario de Judicibus (DEJUDICI at ROMEPPC)
  20. **  Created  : 13 Jul 1992 
  21. **  Updated  : 21 Sep 1993
  22. **  Version  : 3.22
  23. **  Content  : Resource compiler header of the sample program for FMZNLFUN.DLL
  24. */
  25.  
  26. /* 
  27. **  This file contains all of the ID values necessary to the resource script.                                                    
  28. */
  29.  #ifndef CTYINF
  30.  #define CTYINF                                   0
  31.  
  32.  #include <tstall.h>
  33.  
  34.  #include <ntlinf.h>
  35.  #include <dtefmt.h>
  36.  #include <tmefmt.h>
  37.  #include <numfmt.h>
  38.  #include <curfmt.h>
  39.  
  40.  #define ID_CTYINF                  1
  41.  #define IDM_SHOW                   1000
  42.  #define IDM_S_GENERAL              1050
  43.  #define IDM_S_DATE                 1100
  44.  #define IDM_S_TIME                 1150
  45.  #define IDM_S_NUMBERS              1200
  46.  #define IDM_S_CURRENCY             1250
  47.  #define IDM_S_ABOUT                1350
  48.  #define IDM_S_EXIT                 1450
  49.  #define IDLG_NTLINF                30000
  50.  #define IDLG_DTEFMT                30008
  51.  #define IDLG_TMEFMT                30018
  52.  #define IDLG_NUMFMT                30026
  53.  #define IDLG_CURFMT                30034
  54.  #define IDS_ERR_WINDOW_CREATE      1
  55.  #define IDS_ERR_WINDOW_POS         2
  56.  #define IDS_REQUIRED_FIELD         3
  57.  #define IDS_VALIDATE_FIELD         4
  58.  #define IDS_NO_HELP                5
  59.  #define IDS_HELP_TERM              6
  60.  #define IDS_HELP_OCCRD             7
  61.  #define IDS_HELP_TERM_TITLE        8
  62.  #define IDS_APP_EXE_NAME           9
  63.  #define IDS_APP_NAME               11
  64.  #define IDS_TITLE                  12
  65.  
  66.  #endif
  67.