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.
 
 
 
 
 
 

77 lines
1.5 KiB

// STRINGS.H
//
// IDs for string contants used within the minidriver. Start these nice
// and high, so avoid conflicts with strings from within the minidriver
#define IDS_OLD_5E_DRIVERNAME 4800
#define IDS_OLD_5A_DRIVERNAME 4801
#define IDS_OLDMEMORY 4802
#define IDS_OLDPAPERSIZE 4803
#define IDS_OLDPAPERSOURCE 4804
#define IDS_OLD_5A_RESOLUTION 4805
#define IDS_OLD_5E_RESOLUTION 4806
#define IDS_OLDORIENTATION 4807
#define IDS_OLDPAGEPROTECT 4808
#define IDS_OLDGRAYSCALE 4809
#define IDS_OLDBRIGHTNESS 4810
#define IDS_OLDTRUETYPE 4811
#define IDS_OLDOUTPUT 4812
#define IDS_OLDSEPARATION 4813
#define IDS_NEWMEMORY 4814
#define IDS_NEWPAPERSIZE 4815
#define IDS_NEWPAPERSOURCE 4816
#define IDS_NEWRESOLUTION 4817
#define IDS_NEWYRESOLUTION 4818
#define IDS_NEWORIENTATION 4819
#define IDS_NEWPAGEPROTECT 4820
#define IDS_NEWBRUSH 4821
#define IDS_NEWINTENSITY 4822
#define IDS_NEWTRUETYPE 4823
#define IDS_NEWOUTPUT 4824
#define IDS_NEWSEPARATION 4825
#define IDS_CARTRIDGES 4826
#define IDS_OLDVECTORMODE 4827
#define IDS_NEWVECTORMODE 4828
#define IDS_CARTINDEX 4829
#define IDS_CARTRIDGE 4830
#define IDS_CARTRIDGECOUNT 4831
#define IDS_FONTSUMMARY 4832
#define IDS_SOFTFONTS 4833
#define IDS_SOFTFONTFORMAT 4834
#define IDS_SOFTFONTTEST 4835
#define IDS_SOFTFONTWARNING 4836