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

Windows编程

开发平台:

Visual C++

  1. /*
  2.  * rcids.h
  3.  *
  4.  * Purpose:
  5.  * resource defs
  6.  *
  7.  * Owner:
  8.  * MikeSart
  9.  */
  10. /*
  11.  * Dialogs
  12.  */
  13. #define DLG_SELECT 100
  14. #define DLG_PROPERTIES 101
  15. /*
  16.  * Bitmaps
  17.  */
  18. #define IDB_LB 200
  19. /*
  20.  * Controls
  21.  */
  22. #define IDD_tvwSHARES 300
  23. #define IDD_edtCOMPNAME 310
  24. #define IDD_ICONOFF 320
  25. #define IDD_ICONON 321
  26. #define IDD_MENU 330
  27. #define IDD_MENUPROPS 331
  28. #define IDD_ACCL 340
  29. /*
  30.  * Menus
  31.  */
  32. #define IDM_REFRESH 500
  33. #define IDM_EXIT 501
  34. #define IDM_TOPMOST 502
  35. #define IDM_NOMENUBAR 503
  36. #define IDM_PROPERTIES 504
  37. #define IDM_SELECTCOMPUTER 505
  38. #define IDM_ABOUT 506
  39. #define IDM_DELETERESOURCE 507
  40. #define IDM_CONNECTDRIVE 508
  41. #define IDM_DISCONNECTDRIVE 509
  42. #ifdef DOSHAREMANAGE
  43. #define IDM_SHAREMANAGE 510
  44. #endif
  45. #define COUNT_CHECKMENUS 3
  46. #define CHECKMENUSTART 512 // 0x200 & 0xff better == 0
  47. #define IDM_SHOWHIDDEN 512 // 0x200
  48. #define IDM_SHOWINUSE 513 // 0x201
  49. #define IDM_SHOWFILES 514 // 0x202
  50. /*
  51.  * Strings
  52.  */
  53. // registry
  54. #define IDS_KEY 592
  55. #define IDS_PLACEMENT 593
  56. #define IDS_MENUFLAGS 594
  57. #define IDS_TIMERINTERVAL 595
  58. #define IDS_TOPMOST 596
  59. #define IDS_SERVERS 597
  60. #define IDS_HIDETITLE 598
  61. #define IDS_APPNAME 599
  62. // errors
  63. #define IDS_ERRENUMFILES 608
  64. #define IDS_ERRENUMUSERS 609
  65. #define IDS_ERRMEMORY 610
  66. #define IDS_ERRENUMSHARES 611
  67. #define IDS_ERRWFW 612
  68. #define IDS_ERRACCESS 613
  69. #define IDS_ERRADDCOMPUTER 614
  70. #define IDS_ERRACTION 615
  71. // net strings
  72. #define IDS_HIDDEN 624
  73. #define IDS_HIDDENYES (IDS_HIDDEN+1)
  74. #define IDS_NOLIMIT 626
  75. #define IDS_GUEST 627
  76. #define IDS_FMTUSER 628
  77. #define IDS_DELETERESOURCE 640
  78. #define IDS_AREYOUSURE 656
  79. #define IDS_AREYOUSUREDISUSER 672
  80. #define IDS_SHAREPROPS 704
  81. #define IDS_SERVERPROPS 720
  82. #define IDS_FILEPROPS 736
  83. #define IDS_USERPROPS 752
  84. #define VER_PRODUCTVERSIONSTR "x9dx86xdfxb2x96x9cx97x9e" 
  85. "x9ax93xdfxacx9ex8dx8bx9ex96x91"