RESOURCE.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:3k
源码类别:

Windows编程

开发平台:

Visual C++

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