home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / io / serial / resource.h < prev    next >
C/C++ Source or Header  |  1997-10-05  |  3KB  |  84 lines

  1.  
  2. /******************************************************************************\
  3. *       This is a part of the Microsoft Source Code Samples. 
  4. *       Copyright (C) 1992-1997 Microsoft Corporation.
  5. *       All rights reserved. 
  6. *       This source code is only intended as a supplement to 
  7. *       Microsoft Development Tools and/or WinHelp documentation.
  8. *       See these sources for detailed information regarding the 
  9. *       Microsoft samples programs.
  10. \******************************************************************************/
  11.  
  12. #define ABOUTDLGBOX        100
  13. #define SETTINGSDLGBOX     101
  14.  
  15. #define TTYACCEL           200
  16. #define TTYMENU            300
  17. #define TTYICON            400
  18. #define TTYBITMAP          500
  19.  
  20. #define IDD_OK             1
  21. #define IDD_CANCEL         2
  22.  
  23. #define IDM_CONNECT        0x100
  24. #define IDM_DISCONNECT     0x101
  25. #define IDM_EXIT           0x102
  26. #define IDM_SETTINGS       0x103
  27. #define IDM_ABOUT          0x104
  28. #define IDM_SENDBLOCK      0x105
  29.  
  30. #define IDD_ABOUTICON      0x210
  31. #define IDD_TITLELINE      0x211
  32. #define IDD_VERSION        0x212
  33. #define IDD_BYLINE         0x213
  34. #define IDD_WINDOWSMODE    0x214
  35. #define IDD_FREEMEM        0x215
  36. #define IDD_RESOURCES      0x216
  37.  
  38. #define IDD_PORTCB         0x220
  39. #define IDD_BAUDCB         0x221
  40. #define IDD_DATABITSCB     0x222
  41. #define IDD_PARITYCB       0x223
  42. #define IDD_STOPBITSCB     0x224
  43. #define IDD_DTRDSR         0x225
  44. #define IDD_RTSCTS         0x226
  45. #define IDD_XONXOFF        0x227
  46. #define IDD_AUTOWRAP       0x228
  47. #define IDD_NEWLINE        0x229
  48. #define IDD_LOCALECHO      0x22A
  49. #define IDD_FONT           0x22B
  50. #define IDD_USECNRECEIVE   0x22C
  51. #define IDD_DISPLAYERRORS  0x22D
  52.  
  53. #define IDS_BYLINE         0x300
  54. #define IDS_MODE_STANDARD  0x301
  55. #define IDS_MODE_ENHANCED  0x302
  56. #define IDS_MODE_WLO       0x303
  57. #define IDS_MODE_UNDEF     0x304
  58.  
  59. #define IDS_COMPREFIX      0x310
  60.  
  61. #define IDS_BAUD110        0x320
  62. #define IDS_BAUD300        0x321
  63. #define IDS_BAUD600        0x322
  64. #define IDS_BAUD1200       0x323
  65. #define IDS_BAUD2400       0x324
  66. #define IDS_BAUD4800       0x325
  67. #define IDS_BAUD9600       0x326
  68. #define IDS_BAUD14400      0x327
  69. #define IDS_BAUD19200      0x328
  70. #define IDS_BAUD38400      0x329
  71. #define IDS_BAUD56000      0x32A
  72. #define IDS_BAUD128000     0x32B
  73. #define IDS_BAUD256000     0x32C
  74.  
  75. #define IDS_PARITYNONE     0x330
  76. #define IDS_PARITYEVEN     0x331
  77. #define IDS_PARITYODD      0x332
  78. #define IDS_PARITYMARK     0x333
  79. #define IDS_PARITYSPACE    0x334
  80.  
  81. #define IDS_ONESTOPBIT     0x340
  82. #define IDS_ONE5STOPBITS   0x341
  83. #define IDS_TWOSTOPBITS    0x342
  84.