Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
754 B

  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_ADVANCED_BUTTON 1220 // Advanced button
  9. #define IDH_SECUREBOOT_CHECK 1225 // Require c-a-d checkbox
  10. #define IDH_AUTOLOGON_CHECK 1226 // Require user name and pw to log on
  11. #define IDH_MANAGEPWD_BUTTON 1218 // Keyring button
  12. #define IDH_PASSPORTWIZARD 1223 // Passport wizard button
  13. #endif // !HELPIDS_USR_H