From: <br...@us...> - 2009-01-17 10:53:19
|
Revision: 458 http://acmcontester.svn.sourceforge.net/acmcontester/?rev=458&view=rev Author: brus07 Date: 2009-01-17 10:53:07 +0000 (Sat, 17 Jan 2009) Log Message: ----------- Added icon to projects. Modified Paths: -------------- smallprojects/sps/brus07/LogDataGridView/trunk/src/LogDataGridView/LogDataGridView.cs smallprojects/sps/brus07/LogDataGridView/trunk/src/LogDataGridView/LogDataGridView.csproj Added Paths: ----------- smallprojects/sps/brus07/LogDataGridView/trunk/resources/ smallprojects/sps/brus07/LogDataGridView/trunk/resources/notas1.ico Added: smallprojects/sps/brus07/LogDataGridView/trunk/resources/notas1.ico =================================================================== (Binary files differ) Property changes on: smallprojects/sps/brus07/LogDataGridView/trunk/resources/notas1.ico ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: smallprojects/sps/brus07/LogDataGridView/trunk/src/LogDataGridView/LogDataGridView.cs =================================================================== --- smallprojects/sps/brus07/LogDataGridView/trunk/src/LogDataGridView/LogDataGridView.cs 2009-01-17 10:52:35 UTC (rev 457) +++ smallprojects/sps/brus07/LogDataGridView/trunk/src/LogDataGridView/LogDataGridView.cs 2009-01-17 10:53:07 UTC (rev 458) @@ -2,10 +2,12 @@ using System.Data; using System.Windows.Forms; using System.Collections.Generic; +using System.Drawing; namespace sps.brus07.LogDataGridView { + [ToolboxBitmap(typeof(LogDataGridView), "notas1.ico")] public partial class LogDataGridView : UserControl { Type systemMessageType = null; Modified: smallprojects/sps/brus07/LogDataGridView/trunk/src/LogDataGridView/LogDataGridView.csproj =================================================================== --- smallprojects/sps/brus07/LogDataGridView/trunk/src/LogDataGridView/LogDataGridView.csproj 2009-01-17 10:52:35 UTC (rev 457) +++ smallprojects/sps/brus07/LogDataGridView/trunk/src/LogDataGridView/LogDataGridView.csproj 2009-01-17 10:53:07 UTC (rev 458) @@ -51,6 +51,11 @@ <SubType>Designer</SubType> </EmbeddedResource> </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="..\..\resources\notas1.ico"> + <Link>notas1.ico</Link> + </EmbeddedResource> + </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |