home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / programr / wedl20 / demo.h < prev    next >
Text File  |  1992-07-22  |  2KB  |  65 lines

  1.  
  2. /*---------------------------------------------------------------------------*/
  3. /*                                                                           */
  4. /*          WEDL(tm) - Windows Enhanced Dialog Library                       */
  5. /*          Copyright (c) 1991-1992, Nemisoft, Inc.                          */
  6. /*          All Rights Reserved                                              */
  7. /*          Module:  DEMO.H                                                  */
  8. /*                                                                           */
  9. /*---------------------------------------------------------------------------*/
  10.  
  11. #define IDM_EMPLOYEE    100
  12. #define IDM_ALBUM       101
  13. #define IDM_UPLOAD      102
  14. #define IDM_NUMERIC     103
  15. #define IDM_EXIT        104
  16. #define IDM_ABOUT       105
  17.  
  18. #define IDD_INSERT      200
  19. #define IDD_CAPSLOCK    201
  20. #define IDD_NUMLOCK     202
  21.  
  22. #define IDD_SSN         300
  23. #define IDD_FNAME       301
  24. #define IDD_MIDINIT     302
  25. #define IDD_LNAME       303
  26. #define IDD_ADDRESS     304
  27. #define IDD_CITY        305
  28. #define IDD_STATE       306
  29. #define IDD_ZIP         307
  30. #define IDD_PHONE       308
  31. #define IDD_HIREDATE    309
  32. #define IDD_WAGE        310
  33.  
  34. #define IDD_RECNO       400
  35. #define IDD_ARTIST      401
  36. #define IDD_TITLE       402
  37. #define IDD_LABEL       403
  38. #define IDD_COPYRIGHT   404
  39. #define IDD_MEDIA       405
  40. #define IDD_PREVIOUS    406
  41. #define IDD_NEXT        407
  42.  
  43. #define IDD_FILENAME    500
  44. #define IDD_PATHSPEC    501
  45. #define IDD_FILEBOX     502
  46. #define IDD_DIRBOX      503
  47. #define IDD_XMODEM      504
  48. #define IDD_YMODEM      505
  49. #define IDD_ZMODEM      506
  50. #define IDD_HANGUP      507
  51.  
  52. #define IDD_STD         600
  53. #define IDD_STDDEC      601
  54. #define IDD_ZEROFILL    602
  55. #define IDD_CALC        603
  56. #define IDD_CALCDEC     604
  57. #define IDD_REAL        605
  58.  
  59. #define BAD_DATE        900
  60. #define BAD_STATE       901
  61. #define BAD_ZIP         902
  62. #define GOTO_ARTIST     903
  63. #define BAD_FILENAME    904
  64.  
  65.