15 lines
740 B
C
15 lines
740 B
C
#ifndef HELPIDS_USR_H
|
|
#define HELPIDS_USR_H
|
|
|
|
#define IDH_USER_LIST 1210 // User list box
|
|
#define IDH_ADDUSER_BUTTON 1211 // Add User button
|
|
#define IDH_REMOVEUSER_BUTTON 1212 // Remove User button
|
|
#define IDH_USERPROPERTIES_BUTTON 1213 // Properties button
|
|
#define IDH_PASSWORD_BUTTON 1216 // Set Password button
|
|
#define IDH_ADVANCED_BUTTON 1220 // Advanced button
|
|
#define IDH_SECUREBOOT_CHECK 1225 // Require c-a-d checkbox
|
|
#define IDH_AUTOLOGON_CHECK 1226 // Require user name and pw to log on
|
|
#define IDH_MANAGEPWD_BUTTON 1218 // Keyring button
|
|
#define IDH_PASSPORTWIZARD 1223 // Passport wizard button
|
|
|
|
#endif // !HELPIDS_USR_H
|