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.
|
|
/* Dialog box ids */ #define DTPROP 100
#define IDD_EDIT 101
#define IDD_LISTBOX 102
#define IDD_AUTO 103
#define IDD_MANUAL 104
#define IDD_UPDATE 105
#define IDD_FREEZE 106
#define IDD_CHANGE 107
#define IDD_PLAY 108
#define DTINVALIDLINK 200
#define DTCHANGETEXT 300
#define IDD_LABEL 301
#define IDD_ICONTEXT 302
#define DTCHANGECMDTEXT 400
#define IDD_COMMAND 401
#define DTFAILEDUPDATE 502
#define IDD_CONTINUEEDIT 503
#define IDD_UPDATEEXIT 504
#define IDD_TEXT 505
#define ICONDLG 600
#define IDD_NAME 601
#define IDD_ICON 602
#define IDD_BROWSE 603
|