home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / me100.zip / sample.zip / NOTEBOOK.H < prev    next >
Text File  |  1996-05-27  |  3KB  |  85 lines

  1. #ifndef __NOTEBOOK_H_INCLUDED__
  2. #define __NOTEBOOK_H_INCLUDED__
  3.  
  4. #define WND_MAIN        1000
  5. #define WND_NB          1010
  6. #define TAB_1           1020
  7. #define TAB_1_STAT      1030
  8. #define TAB_2           1040
  9. #define TAB_2_STAT      1050
  10. #define TAB_3           1060
  11. #define TAB_3_STAT      1070
  12. #define TAB_4           1080
  13. #define TAB_4_STAT      1090
  14.  
  15. #define WND_TAB1        2000   // COM PORT TAB
  16. #define DID_TESTOUTPUT  2010
  17. #define DID_COMPORT     2020
  18. #define DID_TESTBTN     2030
  19. #define DID_CLEARBTN    2040
  20. #define DID_SAVEBTN     2050
  21.  
  22. #define WND_TAB2             3000   // MODEM TAB
  23. #define DID_SILENCEVAL       3010
  24. #define DID_ENABLESILENCEDET 3040
  25. #define DID_ENABLESILENCEDEL 3050
  26. #define DID_MONITOR          3020
  27. #define DID_QUALITY          3030
  28. #define DID_RINGS            3060
  29.  
  30. #define WND_TAB3             4000   // PROGRAM SETTINGS
  31. #define DID_STARTMIN         4010
  32. #define DID_STARTON          4020
  33. #define DID_SINGLEMBX        4030
  34. #define DID_MULTIPLEMBX      4040
  35. #define DID_POWERON          4050
  36. #define DID_POWEROFF         4060
  37. #define DID_CLEARSTAT        4070
  38. #define DID_SAVESTAT         4080
  39. #define DID_STATOUTPUT       4090
  40.  
  41.  
  42. #define WND_TAB4              5000
  43. #define DID_GREETING          5010
  44. #define DID_SELECTGREETING    5020
  45. #define DID_MESSAGES          5030
  46.  
  47.  
  48. #define MSG_PREMODEMTEST 1100
  49. #define MSG_SENTTOMODEM  1110
  50. #define MSG_GOTFROMMODEM 1120
  51. #define MSG_MODEMTESTINIT 1130
  52. #define MSG_MODEMTESTQDEV 1140
  53. #define MSG_MODEMTESTQMOD 1150
  54. #define MSG_MODEMTESTQMAN 1160
  55. #define MSG_MODEMTESTQREV 1170
  56. #define MSG_MODEMTESTSDEV 1180
  57. #define MSG_MODEMTESTQCOMP 1190
  58. #define MSG_MODEMTESTQDEV2 1200
  59. #define MSG_MODEMTESTSTART 1210
  60. #define MSG_MODEMTESTEND   1220
  61. #define MSG_ERR_COMOPEN    1230
  62. #define MSG_ERR_GOTERROR   1240
  63. #define MSG_ERR_GOTNOTHING 1250
  64. #define MSG_TESTPASSED     1260
  65. #define MSG_ERR_TESTABORT  1270
  66. #define MSG_ERR_FILEOPEN   1280
  67. #define MSG_WAITINGFORCALL 1290
  68. #define MSG_MODEMANSWERSTART 1300
  69. #define MSG_MODEMANSWEREND   1310
  70. #define MSG_MODEMSETDEV          1320
  71. #define MSG_MODEMSETSPEED        1330
  72. #define MSG_MODEMSETSILENCEDET   1340
  73. #define MSG_MODEMSETSILENCEDEL   1350
  74. #define MSG_MODEMSETSILENCEVAL   1360
  75. #define MSG_MODEMSETQUALITY      1370
  76. #define MSG_MODEMSETLINE         1380
  77. #define MSG_MODEMANSWER          1390
  78. #define MSG_ERR_NOGREETING       1400
  79. #define MSG_MODEMPLAYGREETING    1410
  80. #define MSG_MODEMGREETINGEND     1420
  81. #define MSG_MODEMBEEP            1430
  82. #define MSG_MODEMRECMSG          1440
  83. #define MSG_MODEMSTOPRECMSG      1450
  84. #endif //__NOTEBOOK_H_INCLUDED__
  85.