[JEDI.NET-commits] main/assemblies Jedi.Windows.Forms.Graphics.bdsproj,NONE,1.1 Jedi.Windows.Forms.G
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2005-03-07 18:04:14
|
Update of /cvsroot/jedidotnet/main/assemblies In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv924/main/assemblies Added Files: Jedi.Windows.Forms.Graphics.bdsproj Jedi.Windows.Forms.Graphics.dpk Log Message: * Renamed unit Jedi.Windows.Forms.Visual to Jedi.Windows.Forms.Graphics.ShapeControl * Provided toolbox bitmap for the Shape control * Created a new assembly for all WinForms graphical controls (contains the Shape control only at the moment) --- NEW FILE: Jedi.Windows.Forms.Graphics.bdsproj --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Jedi.Windows.Forms.Graphics.dpk --- package Jedi.Windows.Forms.Graphics; {$ALIGN 0} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$IMPLICITBUILD OFF} requires Borland.Delphi, Jedi.System, System.Windows.Forms; contains Jedi.Windows.Forms.Graphics.ShapeControl in '..\run\Jedi.Windows.Forms.Graphics.ShapeControl.pas' {Jedi.Windows.Forms.Graphics.ShapeControl.Shape: System.Windows.Forms.Control}; [assembly: AssemblyTitle('Jedi.Windows.Forms.Graphics')] [assembly: AssemblyDescription('.NET WinForms graphical controls.')] [assembly: AssemblyCompany('Project JEDI')] [assembly: AssemblyProduct('JEDI.NET Framework Class Library')] [assembly: AssemblyCopyright('Copyright © 2004 Project JEDI.')] [assembly: AssemblyCulture('')] [assembly: AssemblyVersion('1.0.0.0')] [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile('')] [assembly: AssemblyKeyName('')] [assembly: ComVisible(False)] end. |