windows-nt/Source/XPSP1/NT/shell/osshell/accesory/packager/dialogs.h
2020-09-26 16:20:57 +08:00

33 lines
949 B
C

/* 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