home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / winnt / netwatch / rcids.h < prev    next >
C/C++ Source or Header  |  1995-06-13  |  2KB  |  98 lines

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