home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / rwl025.zip / RWLX.H < prev    next >
Text File  |  2000-06-10  |  910b  |  30 lines

  1. /**********************************************************************/
  2. /*                                                                    */
  3. /*  RWL - A demonstration program placed in the Public Domain         */
  4. /*        by it author, R L Walsh, June 10, 2000                      */
  5. /*                                                                    */
  6. /**********************************************************************/
  7.  
  8. //  RWLX.H
  9.  
  10. /**********************************************************************/
  11.  
  12. // dialog IDs
  13.  
  14. #define IDD_MAIN    101
  15. #define IDD_ERRBOX  109
  16.  
  17. #define IDC_SET     201
  18. #define IDC_UNDO    202
  19. #define IDC_BEG     203
  20. #define IDC_END     204
  21.  
  22. #define IDC_MLE     211
  23. #define IDC_CAP     212
  24. #define IDC_PIDLB   213
  25. #define IDC_PIDSET  214
  26. #define IDC_PIDUPDT 215
  27.  
  28. /**********************************************************************/
  29.  
  30.