home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pmdbterm.zip / res.h < prev    next >
Text File  |  2000-05-06  |  1KB  |  37 lines

  1. #define WIN_APPFRAME                     0x0100
  2.  
  3. #define DLG_TERMINAL_SETTINGS            0x0101
  4. #define DLG_LOG                          0x0102
  5. #define DLG_ABOUT                        0x0103
  6.  
  7. #define IDS_APPTITLE                     0x1000
  8. #define IDS_TERMCLASSNAME                0x1001
  9.  
  10. #define IDS_DEFAULT_PORTNAME             0x1002
  11.  
  12. #define IDS_PROFILENAME                  0x1010
  13. #define IDS_PRFAPP                       0x1011
  14. #define IDS_PRFKEY_COMSETTINGS           0x1012
  15.  
  16. #define IDM_TERMINAL                     0x3000
  17. #define IDM_TERMINAL_ABOUT               0x3001
  18. #define IDM_TERMINAL_CLEAR               0x3002
  19. #define IDM_TERMINAL_EXIT                0x3004
  20.  
  21. #define IDM_OPTIONS                      0x3030
  22. #define IDM_OPTIONS_LOG                  0x3031
  23. #define IDM_OPTIONS_TERMINAL             0x3032
  24. #define IDM_OPTIONS_SAVEWINPOS           0x3033
  25.  
  26.  
  27.  
  28. #define SB_WIDTH                         0x5001
  29. #define SB_HEIGHT                        0x5002
  30. #define CB_FORCE_BAUDRATE                0x5003
  31. #define CB_XONXOFF                       0x5004
  32. #define CBB_BITRATE                      0x5005
  33.  
  34. #define CB_USE_LOG                       0x6000
  35. #define EF_LOGFILE                       0x6001
  36.  
  37.