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.
57 lines
1.7 KiB
57 lines
1.7 KiB
/* Driver type strings(Jonah or Eclipse)
|
|
*/
|
|
#define IDS_CUI_NOTINSTALLED 0x1002
|
|
#define IDS_CUI_ENVELOPEFEEDER 0x1003
|
|
#define IDS_CUI_HCI 0x1004
|
|
#define IDS_CUI_DUPLEX 0x1005
|
|
#define IDS_CUI_MAILBOX 0x1006
|
|
#define IDS_CUI_MAILBOXMODE 0x1007
|
|
#define IDS_CUI_MODEMAIL 0x1008
|
|
#define IDS_CUI_MODESTACK 0x1009
|
|
#define IDS_CUI_MODEJOBSEP 0x100A
|
|
#define IDS_CUI_DISK 0x102D
|
|
#define IDS_CUI_OUTPUTDEST 0x1022
|
|
#define IDS_CUI_PRINTERDEFAULT 0x1023
|
|
#define IDS_CUI_TOPBIN 0x1024
|
|
#define IDS_CUI_LEFTBIN 0x1025
|
|
#define IDS_CUI_STACKER 0x1026
|
|
#define IDS_CUI_JOBSEP 0x1027
|
|
#define IDS_CUI_MBOX 0x1028
|
|
#define IDS_CUI_STAPLING 0x1029
|
|
#define IDS_CUI_WATERMARK 0x102A
|
|
#define IDS_CUI_COLLATION 0x102F
|
|
|
|
/* Common UI && GPC Mirror Strings.
|
|
*/
|
|
#define IDS_CUIMIRROR_ENVFEED 0x2001
|
|
#define IDS_CUIMIRROR_LARGECAP 0x2002
|
|
|
|
#define IDS_CUI_JONAH_VER 0x3000
|
|
#define IDS_CUI_ECLIPSE_VER 0x3001
|
|
#define IDS_CUI_SI_VER 0x3002
|
|
|
|
/* Default Mailbox Names. */
|
|
#define IDS_MAILBOX1 0x5000
|
|
#define IDS_MAILBOX2 0x5001
|
|
#define IDS_MAILBOX3 0x5002
|
|
#define IDS_MAILBOX4 0x5003
|
|
#define IDS_MAILBOX5 0x5004
|
|
#define IDS_MAILBOX6 0x5005
|
|
#define IDS_MAILBOX7 0x5006
|
|
#define IDS_MAILBOX8 0x5007
|
|
#define IDS_DEFAULTMAILBOX 0x5008
|
|
|
|
/* Devmode error codes. */
|
|
#define DM_APPROVE_OK 0
|
|
#define DM_BAD_OUTPUTDEST 0x6001
|
|
#define DM_BAD_COLLATION 0x6002
|
|
|
|
/* Mirror Strings.
|
|
* These strings must exactly match
|
|
* Microsoft's CommonUI strings.
|
|
*/
|
|
#define ENVFEEDMIRROR L"Envelope Feeder"
|
|
#define LARGECAPMIRROR L"Large Capacity"
|
|
|
|
|
|
|