MODULE NetLibs; (* ========================================================================= A list of commonly used .NET Modules Open this file in the Component Pascal IDE (CPIde) then double-click on the name of one of the Modules in the CPI 'Imports' Window to view the definition of the Module's interface. Author : Chris Burrows Created: Jun 2007 (c) 2007-2008 CFB Software http://www.cfbsoftware.com/cpide ========================================================================= *) IMPORT Cfg := "[System]System.Configuration", Col := "[mscorlib]System.Collections", ColSpc := "[System]System.Collections.Specialized", Cpm := "[System]System.ComponentModel", Data := "[System.Data]System.Data", Dia := "[System]System.Diagnostics", Drw := "[System.Drawing]System.Drawing", Glb := "[mscorlib]System.Globalization", IO := "[mscorlib]System.IO", Prt := "[System.Drawing]System.Drawing.Printing", Ref := "[mscorlib]System.Reflection", Res := "[mscorlib]System.Resources", SMTP := "[System]System.Net.Mail", Sys := "[mscorlib]System", Txt := "[mscorlib]System.Text", Wfm := "[System.Windows.Forms]System.Windows.Forms", Win32 := "[mscorlib]Microsoft.Win32"; END NetLibs.