home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / SLIDCO.ZIP / SLIDDLG.H < prev    next >
Text File  |  1993-02-01  |  3KB  |  88 lines

  1.  
  2.  
  3.  
  4. //Dialog Box indentification IDs
  5.  
  6.  
  7. #define DID_EXIT    3
  8. #define DID_SET    4
  9.  
  10. /****************************************************************************
  11. ****************************************************************************/
  12. #define IDD_PORT_SELECT               500
  13.  
  14. #define IDC_COMM1_SELECT             510
  15. #define IDC_COMM2_SELECT             511
  16. #define IDC_COMM3_SELECT             512
  17. #define IDC_COMM4_SELECT             513
  18.  
  19. /****************************************************************************
  20. ****************************************************************************/
  21. #define IDD_PORT_INIT               600
  22.  
  23. #define IDC_PARITY_NO                620
  24. #define IDC_PARITY_ODD               621
  25. #define IDC_PARITY_EVEN              622
  26. #define IDC_PARITY_MARK              623
  27. #define IDC_PARITY_SPACE             624
  28.  
  29. #define IDC_STOP_BIT1                630
  30. #define IDC_STOP_BIT1_5              631
  31. #define IDC_STOP_BIT2                632
  32.  
  33. #define IDC_DATA_BIT5                640
  34. #define IDC_DATA_BIT6                641
  35. #define IDC_DATA_BIT7                642
  36. #define IDC_DATA_BIT8                643
  37.  
  38. #define IDC_SET_BIT_RATE             650
  39.  
  40.  
  41. /****************************************************************************
  42. ****************************************************************************/
  43. #define IDD_SLIDER_CONTROL               700
  44.  
  45.  
  46. #define IDC_SLIDER_CONTROL                710
  47. #define IDC_MID_POINT                     711
  48. #define IDC_SLIDER_DATA                   712
  49.  
  50.  
  51.  
  52. /****************************************************************************
  53.                       S T R I N G    T A B L E   I D S
  54. ****************************************************************************/
  55.  
  56.  
  57. #define IDS_CLIENT1CLASS            1
  58.  
  59. /****************************************************************************
  60.                       M E S S A G E   T A B L E   I D S
  61. ****************************************************************************/
  62.  
  63.  
  64. #define IDMSG_INITFAILED                1
  65. #define IDMSG_TEST                     2
  66. #define IDMSG_CANNOTLOADEXITLIST       3
  67. #define IDMSG_WINDLGFLAGS1             4
  68. #define IDMSG_NOCOMMPORTSELECTED       5
  69.  
  70.                                             
  71.  
  72. #define IDR_WIN1_ICON  1
  73.  
  74. /****************************************************************************
  75.                   Menu item IDs
  76. ****************************************************************************/
  77. #define IDR_MAIN_MENU_WIN1       1
  78. #define IDM_PORT_SELECTION       1000
  79. #define IDM_PORT_INIT            1001
  80. #define IDM_SLIDER_CONTROL       1002
  81. #define IDM_DCB                  1500 
  82. #define WM_TERMINAL_MSG          WM_USER+100
  83. #define TMID_QUERY_TIMER         WM_USER+101
  84. #define MESSAGELEN               50    /* maximum length for messages */
  85. #define IDD_MSGBOX               10
  86.  
  87.  
  88.