helpids.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. #ifndef HELPIDS_USR_H
  2. #define HELPIDS_USR_H
  3. #define IDH_USER_LIST               1210    // User list box
  4. #define IDH_ADDUSER_BUTTON          1211    // Add User button
  5. #define IDH_REMOVEUSER_BUTTON       1212    // Remove User button
  6. #define IDH_USERPROPERTIES_BUTTON   1213    // Properties button
  7. #define IDH_PASSWORD_BUTTON         1216    // Set Password button
  8. #define IDH_CERTIFICATES_BUTTON     1218    // Certificates button
  9. #define IDH_ADVANCED_BUTTON         1220    // Advanced button
  10. #define IDH_NEW_CERTIFICATE_BUTTON  1223    // New Certificate button
  11. #define IDH_SECUREBOOT_CHECK        1225    // Require c-a-d checkbox
  12. #define IDH_AUTOLOGON_CHECK         1226    // Require user name and pw to log on
  13.  
  14. #endif // !HELPIDS_USR_H