mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:43:04 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			150 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			150 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
unit uw8372;
 | 
						|
 | 
						|
{$mode delphi}
 | 
						|
 | 
						|
interface
 | 
						|
 | 
						|
resourcestring
 | 
						|
  sChromatogram='Chromatogram';
 | 
						|
 | 
						|
var
 | 
						|
  ps:PResStringRec=@sChromatogram;
 | 
						|
 | 
						|
 | 
						|
implementation
 | 
						|
end.
 |