From 911470c6654eee8956cc6b08e1f43c23d5ca20a8 Mon Sep 17 00:00:00 2001 From: anis774 Date: Tue, 14 Sep 2010 01:45:10 +0000 Subject: [PATCH] =?utf8?q?=E3=83=BB=E3=83=AA=E3=82=B9=E3=83=88=E4=B8=8A?= =?utf8?q?=E3=81=AE&=E3=81=AB=E7=B6=9A=E3=81=8F=E6=96=87=E5=AD=97=E3=81=8C?= =?utf8?q?&=E3=82=92=E5=90=AB=E3=82=81=E3=81=A6=E4=B8=8B=E7=B7=9A=E4=BB=98?= =?utf8?q?=E3=81=8D=E3=81=A7=E8=A1=A8=E7=A4=BA=E3=81=95=E3=82=8C=E3=82=8B?= =?utf8?q?=E4=B8=8D=E5=85=B7=E5=90=88=E3=82=92=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@862 e39ad16e-3079-482e-bb30-4b4d378143b6 --- Tween/Tween.vb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tween/Tween.vb b/Tween/Tween.vb index 05df7622..04ded8bc 100644 --- a/Tween/Tween.vb +++ b/Tween/Tween.vb @@ -3793,7 +3793,7 @@ Public Class TweenMain e.Graphics.DrawString(e.Item.SubItems(4).Text + " / " + e.Item.SubItems(1).Text + " (" + e.Item.SubItems(3).Text + ") " + e.Item.SubItems(5).Text + e.Item.SubItems(6).Text + " [" + e.Item.SubItems(7).Text + "]", fnt, brs, rctB, sf) fnt.Dispose() ElseIf e.Bounds.Height < e.Item.Font.Height * 2 Then - TextRenderer.DrawText(e.Graphics, e.SubItem.Text, e.Item.Font, Rectangle.Round(rct), brs.Color, TextFormatFlags.SingleLine Or TextFormatFlags.EndEllipsis Or TextFormatFlags.LeftAndRightPadding) + TextRenderer.DrawText(e.Graphics, e.SubItem.Text, e.Item.Font, Rectangle.Round(rct), brs.Color, TextFormatFlags.SingleLine Or TextFormatFlags.EndEllipsis Or TextFormatFlags.LeftAndRightPadding Or TextFormatFlags.NoPrefix) Else e.Graphics.DrawString(e.SubItem.Text, e.Item.Font, brs, rct, sf) End If @@ -3808,7 +3808,7 @@ Public Class TweenMain e.Graphics.DrawString(System.Environment.NewLine + e.Item.SubItems(2).Text, e.Item.Font, _brsHighLightText, rct, sf) e.Graphics.DrawString(e.Item.SubItems(4).Text + " / " + e.Item.SubItems(1).Text + " (" + e.Item.SubItems(3).Text + ") " + e.Item.SubItems(5).Text + e.Item.SubItems(6).Text + " [" + e.Item.SubItems(7).Text + "]", fnt, _brsHighLightText, rctB, sf) ElseIf e.Bounds.Height < e.Item.Font.Height * 2 Then - TextRenderer.DrawText(e.Graphics, e.SubItem.Text, e.Item.Font, Rectangle.Round(rct), _brsHighLightText.Color, TextFormatFlags.SingleLine Or TextFormatFlags.EndEllipsis Or TextFormatFlags.LeftAndRightPadding) + TextRenderer.DrawText(e.Graphics, e.SubItem.Text, e.Item.Font, Rectangle.Round(rct), _brsHighLightText.Color, TextFormatFlags.SingleLine Or TextFormatFlags.EndEllipsis Or TextFormatFlags.LeftAndRightPadding Or TextFormatFlags.NoPrefix) Else e.Graphics.DrawString(e.SubItem.Text, e.Item.Font, _brsHighLightText, rct, sf) End If @@ -3817,7 +3817,7 @@ Public Class TweenMain e.Graphics.DrawString(System.Environment.NewLine + e.Item.SubItems(2).Text, e.Item.Font, _brsForeColorUnread, rct, sf) e.Graphics.DrawString(e.Item.SubItems(4).Text + " / " + e.Item.SubItems(1).Text + " (" + e.Item.SubItems(3).Text + ") " + e.Item.SubItems(5).Text + e.Item.SubItems(6).Text + " [" + e.Item.SubItems(7).Text + "]", fnt, _brsForeColorUnread, rctB, sf) ElseIf e.Bounds.Height < e.Item.Font.Height * 2 Then - TextRenderer.DrawText(e.Graphics, e.SubItem.Text, e.Item.Font, Rectangle.Round(rct), _brsForeColorUnread.Color, TextFormatFlags.SingleLine Or TextFormatFlags.EndEllipsis Or TextFormatFlags.LeftAndRightPadding) + TextRenderer.DrawText(e.Graphics, e.SubItem.Text, e.Item.Font, Rectangle.Round(rct), _brsForeColorUnread.Color, TextFormatFlags.SingleLine Or TextFormatFlags.EndEllipsis Or TextFormatFlags.LeftAndRightPadding Or TextFormatFlags.NoPrefix) Else e.Graphics.DrawString(e.SubItem.Text, e.Item.Font, _brsForeColorUnread, rct, sf) End If -- 2.11.0