home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / zfamily.zip / zfamily / ZDTFUNCS / SAMPLE / DTEINF.RCH < prev    next >
Text File  |  1993-09-02  |  3KB  |  50 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  : DTEINF.RCH
  18. **  Author  : Dario de Judicibus (DEJUDICI at ROMEPPC)
  19. **  Created : 15 Jul 1992
  20. **  Updated : 02 Sep 1993
  21. **  Version : 4.12
  22. **  Content : Resource compiler header of the sample program for FMZDTFUN.DLL
  23. **
  24. */
  25.  #include <tstall.h>
  26.  
  27.  #include <chkdte.h>
  28.  #include <tmezon.h>
  29.  
  30.  #define ID_DTEINF                                1
  31.  #define IDM_DATE                                 1000
  32.  #define IDM_D_CHECK                                   1050
  33.  #define IDM_D_TIMEZONES                               1100
  34.  #define IDM_D_ABOUT                                   1150
  35.  #define IDM_D_EXIT                                    1200
  36.  #define IDLG_CHKDTE                              30000
  37.  #define IDLG_TMEZON                              30022
  38.  #define IDS_ERR_WINDOW_CREATE                    1
  39.  #define IDS_ERR_WINDOW_POS                       2
  40.  #define IDS_REQUIRED_FIELD                       3
  41.  #define IDS_VALIDATE_FIELD                       4
  42.  #define IDS_NO_HELP                              5
  43.  #define IDS_HELP_TERM                            6
  44.  #define IDS_HELP_OCCRD                           7
  45.  #define IDS_HELP_TERM_TITLE                      8
  46.  #define IDS_APP_EXE_NAME                         9
  47.  #define IDS_APP_NAME                             11
  48.  #define IDS_TITLE                                12
  49.  
  50.