home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / IOC / CNR / ACNR.H < prev    next >
Text File  |  1994-10-14  |  3KB  |  60 lines

  1. #ifndef ACNREXWINDOW_H
  2. #define ACNREXWINDOW_H
  3. /******************************************************************************/
  4. /* Container Sample Program - H File (ACNR.H)                                 */
  5. /*                                                                            */
  6. /* COPYRIGHT: Copyright (C) International Business Machines Corp., 1992,1993. */
  7. /*                                                                            */
  8. /* DISCLAIMER OF WARRANTIES:                                                  */
  9. /*   The following [enclosed] code is sample code created by IBM              */
  10. /*   Corporation.  This sample code is not part of any standard IBM product   */
  11. /*   and is provided to you solely for the purpose of assisting you in the    */
  12. /*   development of your applications.  The code is provided "AS IS",         */
  13. /*   without warranty of any kind.  IBM shall not be liable for any damages   */
  14. /*   arising out of your use of the sample code, even if they have been       */
  15. /*   advised of the possibility of such damages.                              */
  16. /******************************************************************************/
  17. /* NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE          */
  18. /******************************************************************************/
  19.  
  20. #define WND_MAIN         0x1000         //Main Window ID
  21. #define WND_DEPT         0x1001         //Department Window ID
  22.  
  23. #define WND_CNREX        0x1010         //CNREX Window ID
  24. #define CNR_RESID        0x1011
  25.  
  26. #define IBMLOGO          0x1110
  27. #define CLOGO            0x1111
  28. #define WLOGO            0x1114
  29. #define OSLOGO           0x1115
  30.  
  31. #define ID_POPMENU       0x1200
  32. #define MI_EDRECORD      0x1210
  33. #define MI_EDNAME        0x1220
  34. #define MI_EDCODE        0x1230
  35. #define MI_EDADDRESS     0x1240
  36.  
  37. #define MI_FILE          0x1520         //File Menu ID
  38. #define MI_HELP          0x1504         //Help Menu ID
  39. #define MI_EDIT          0x1511
  40. #define MI_OPTION        0x1512
  41.  
  42. #define ID_VIEWS           3000
  43. #define ID_VTEXT           3001
  44. #define ID_VFTEXT          3002
  45. #define ID_VNAME           3003
  46. #define ID_VFNAME          3004
  47. #define ID_VDETAILS        3005
  48. #define ID_VTICON          3006
  49. #define ID_VTTEXT          3007
  50. #define ID_VTNAME          3008
  51. #define ID_VICON           3009
  52. #define ID_VARRANGE        3010
  53. #define ID_FILTERS         3011
  54. #define ID_FILTER1         3012
  55. #define ID_FILTER2         3013
  56. #define ID_MARKALL         3015
  57. #define ID_UNMARKALL       3016
  58.  
  59. #endif
  60.