mirror of https://github.com/lianthony/NT4.0
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.
58 lines
2.4 KiB
58 lines
2.4 KiB
/****************************** Module Header ******************************\
|
|
* Module Name: dialogs.h
|
|
*
|
|
* Copyright (c) 1991, Microsoft Corporation
|
|
*
|
|
* Define contants used by dialog edit when editting dialog.dlg
|
|
*
|
|
* NOTE - this file is maintained by dlgedit. Do not edit directly
|
|
*
|
|
* History:
|
|
* 12-09-91 Davidc Created.
|
|
\***************************************************************************/
|
|
|
|
|
|
#define IDD_WELCOME 100
|
|
#define IDHELP_GINA 208
|
|
#define IDHELP2 210
|
|
#define IDOK2 211
|
|
#define IDCANCEL2 212
|
|
#define ID_NEXT 204
|
|
#define IDD_LOGON_DATE 304
|
|
#define IDD_LOGON_ADMIN_TEXT 201
|
|
#define IDD_LOGON_NORMAL_TEXT 209
|
|
#define IDD_LOGON 200
|
|
#define IDD_LOG_FILE_FULL 400
|
|
#define IDD_EXTEND_LOG_FILE 403
|
|
#define IDD_DISABLE_AUDITING 404
|
|
#define IDD_CHANGE_PASSWORD 501
|
|
#define IDD_CHANGE_PASSWORD_MPR 503
|
|
#define IDD_NEW_PASSWORD 510
|
|
#define IDD_CONFIRM_NEW_PASSWORD 511
|
|
#define IDD_WORKSTATION_LOCKED 500
|
|
#define IDD_UNLOCK_WORKSTATION 700
|
|
#define IDD_LOG_FILE_ALMOST_FULL 900
|
|
#define IDD_SECURITY_OPTIONS 1000
|
|
#define IDD_LOGON_COUNT 1002
|
|
#define IDD_LOCK_WORKSTATION 1007
|
|
#define IDD_CHANGE_PASSWORD_BUTTON 1009
|
|
#define IDD_TASKLIST 1010
|
|
#define IDD_PASSWORD_LABEL 506
|
|
#define IDD_CHANGE_PASSWORD_LOGON 1100
|
|
#define IDD_LOCKED_MESSAGE 502
|
|
#define IDD_CONTROL 1350
|
|
#define IDD_ICON 102
|
|
#define IDD_LOGOFF 1004
|
|
#define IDD_SHUTDOWN 300
|
|
#define IDD_FORCED_LOGOFF_WAIT 153
|
|
#define IDD_SHUTDOWN_BUTTON 1011
|
|
#define IDD_TEXT 1351
|
|
#define IDD_SHUTDOWN_WAIT 600
|
|
#define IDD_WAIT_DOMAIN_CACHE_VALID 800
|
|
#define IDD_WAIT_NET_DRIVES_DISCONNECT 1600
|
|
|
|
#include "shutdown.h"
|
|
//#define IDD_LOGON_HELP 515
|
|
#define IDD_LOGON_LOG_FULL 507
|
|
#define IDD_CHANGE_PASSWORD_HELP 508
|
|
#define IDD_CHANGE_PASSWORD_EXPIRED_HELP 509
|