[JEDI.NET-commits] main/run Jedi.Windows.Forms.Graphics.ShapeControl.pas,1.1,1.2
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2005-03-14 17:07:42
|
Update of /cvsroot/jedidotnet/main/run In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9119/main/run Modified Files: Jedi.Windows.Forms.Graphics.ShapeControl.pas Log Message: Published the properties Index: Jedi.Windows.Forms.Graphics.ShapeControl.pas =================================================================== RCS file: /cvsroot/jedidotnet/main/run/Jedi.Windows.Forms.Graphics.ShapeControl.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Jedi.Windows.Forms.Graphics.ShapeControl.pas 7 Mar 2005 18:04:00 -0000 1.1 --- Jedi.Windows.Forms.Graphics.ShapeControl.pas 14 Mar 2005 17:07:30 -0000 1.2 *************** *** 83,87 **** {$ENDREGION} {$REGION 'Properties'} ! public [Category('Appearance'), Description(SShapeBrush)] property Brush: System.Drawing.Brush read FBrush write set_Brush; --- 83,87 ---- {$ENDREGION} {$REGION 'Properties'} ! published [Category('Appearance'), Description(SShapeBrush)] property Brush: System.Drawing.Brush read FBrush write set_Brush; |