.NET 1.1 SP1升级后的丑陋的groupbox字幕字体 [英] Ugly groupbox caption font after .NET 1.1 SP1 upgrade

查看:67
本文介绍了.NET 1.1 SP1升级后的丑陋的groupbox字幕字体的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!


我有这个中等大小的解决方案,有几个项目和东西。

生成的应用程序有< appname> .exe .manifest文件启用

XP主题。在应用程序的主窗口中,我有几个组

框,甚至是其他组框中的一些组框。

FlatStyle =这些组框上的系统一直工作正常很好。

边框上的圆角和蓝色标题文字(标准

Luna / Silver主题)。


刚才,我安装了.NET Framework 1.1 SP1,其他组框中的所有组框



标题中都有这些大字体,这些字体甚至不适合指定空间。直接放在表单上的组框

工作得很好。它只是其他组合框中的




我已在多台计算机上验证了这一点。 SP1之前的工作,SP1之后

不行。我还创建了一个包含单个表单的空白项目。另一个组框中的一个

组框。相同的结果。


Visual Studio.NET 2003 7.1.3088(Visual Basic.NET 2003)

Windows XP Professional SP2英语

..NET Framework 1.1.4322 SP1


还有其他人遇到过这个吗?关于如何解决的任何建议

吧?


祝你好运,


DennisDempa Sjogren

瑞典达拉纳大学

Hi!

I have this medium sized solution with a couple of projects and stuff.
The generated application has an <appname>.exe.manifest file to enable
XP themes. In the main window of the application I have several group
boxes, and even some group boxes within other group boxes.
FlatStyle=System on these group boxes has always worked just fine.
Round corners on the borders and blue caption text (standard
Luna/Silver theme).

Just now, I installed .NET Framework 1.1 SP1 and all the group boxes
that were inside other group boxes has these large ugly fonts in the
caption which doesn''t even fit the designated space. The group boxes
that are placed directly on the form works just fine. It''s only the
ones inside other group boxes.

I''ve verified this on several computers. pre-SP1 works, post-SP1
doesn''t. I''ve also created a blank project with a single form. One
group box within another group box. Same result.

Visual Studio.NET 2003 7.1.3088 (Visual Basic.NET 2003)
Windows XP Professional SP2 English
..NET Framework 1.1.4322 SP1

Has anyone else encountered this? Any recommendations on how to solve
it?

Best regards,

Dennis "Dempa" Sjogren
Dalarna University, Sweden

推荐答案

这在我们的任何开发系统中都没有发生过一次已经升级了



" Dennis Sjogren" < LA ******** @ gmail.com>在消息中写道

news:ch ******** @ odbk17.prod.google.com ...
This has not happened here once on any of our development systems that have
been upgraded.
"Dennis Sjogren" <la********@gmail.com> wrote in message
news:ch********@odbk17.prod.google.com...
嗨!
我有这个中等大小的解决方案,有几个项目和东西。
生成的应用程序有一个< appname> .exe.manifest文件来启用
XP主题。在应用程序的主窗口中,我有几个组
框,甚至是其他组框中的一些组框。
FlatStyle =这些组框上的系统一直工作得很好。
圆角在边框和蓝色标题文本(标准
Luna / Silver主题)。

刚才,我安装了.NET Framework 1.1 SP1以及其他内部的所有组框
组合框在
标题中有这些大的丑陋字体,甚至不适合指定的空间。直接放在表单上的组框
工作得很好。它只是其他组合框中的内容。

我已在多台计算机上验证了这一点。 SP1之前的工作,SP1之后
不行。我还创建了一个包含单个表单的空白项目。另一个组框中的一个
组框。相同的结果。

Visual Studio.NET 2003 7.1.3088(Visual Basic.NET 2003)
Windows XP Professional SP2英语
.NET Framework 1.1.4322 SP1

还有其他人遇到过这个吗?关于如何解决的任何建议

最好的问候,

丹尼斯Dempa Sjogren
瑞典达拉纳大学
Hi!

I have this medium sized solution with a couple of projects and stuff.
The generated application has an <appname>.exe.manifest file to enable
XP themes. In the main window of the application I have several group
boxes, and even some group boxes within other group boxes.
FlatStyle=System on these group boxes has always worked just fine.
Round corners on the borders and blue caption text (standard
Luna/Silver theme).

Just now, I installed .NET Framework 1.1 SP1 and all the group boxes
that were inside other group boxes has these large ugly fonts in the
caption which doesn''t even fit the designated space. The group boxes
that are placed directly on the form works just fine. It''s only the
ones inside other group boxes.

I''ve verified this on several computers. pre-SP1 works, post-SP1
doesn''t. I''ve also created a blank project with a single form. One
group box within another group box. Same result.

Visual Studio.NET 2003 7.1.3088 (Visual Basic.NET 2003)
Windows XP Professional SP2 English
.NET Framework 1.1.4322 SP1

Has anyone else encountered this? Any recommendations on how to solve
it?

Best regards,

Dennis "Dempa" Sjogren
Dalarna University, Sweden



我可以确认我也看到了这一点。 VB Classic曾经遭受过这个问题,我专门为了解决这个问题而创建了一个Groupbox Control。

看起来我可能需要为.net重现它。


视觉样式似乎是MS遵守的主要问题。也许他们

应该从头开始创建所有新控件而不是包装

旧控件然后克服他们遇到的问题。当然它会b / b
意味着更多的测试,但是他们显然没有足够的测试来支持b $ b防止这些错误被复制。

-

Mick Doherty
http://dotnetrix.co.uk/nothing.html

" Brian Henry" <峰; br ********** @ newsgroups.nospam>在留言中写道

新闻:O4 ************** @ TK2MSFTNGP10.phx.gbl ...
I can confirm that I see this too. VB Classic used to suffer from this
problem and I created a Groupbox Control specifically to overcome this.
Looks like I might have to reproduce it for .net.

Visual Styles seem to be a major problem for MS to comply with. Maybe they
should have created all new controls from scratch instead of wrapping the
old ones and then overcoming problems that they encounter. Sure it would
have meant more testing, but then they obviously don''t test enough to
prevent these bugs from being reproduced anyway.

--
Mick Doherty
http://dotnetrix.co.uk/nothing.html
"Brian Henry" <br**********@newsgroups.nospam> wrote in message
news:O4**************@TK2MSFTNGP10.phx.gbl...
这里没有发生过曾经在我们任何已升级的开发系统中使用过。

Dennis Sjogren < LA ******** @ gmail.com>在消息中写道
新闻:ch ******** @ odbk17.prod.google.com ...
This has not happened here once on any of our development systems that
have been upgraded.
"Dennis Sjogren" <la********@gmail.com> wrote in message
news:ch********@odbk17.prod.google.com...
嗨!

我有这个中型解决方案,包含几个项目和内容。
生成的应用程序有一个< appname> .exe.manifest文件,用于启用XP主题。在应用程序的主窗口中,我有几个组
框,甚至是其他组框中的一些组框。
FlatStyle =这些组框上的系统一直工作得很好。
圆角在边框和蓝色标题文本(标准
Luna / Silver主题)。

刚才,我安装了.NET Framework 1.1 SP1以及其他内部的所有组框
组合框在
标题中有这些大的丑陋字体,甚至不适合指定的空间。直接放在表单上的组框
工作得很好。它只是其他组合框中的内容。

我已在多台计算机上验证了这一点。 SP1之前的工作,SP1之后
不行。我还创建了一个包含单个表单的空白项目。另一个组框中的一个
组框。相同的结果。

Visual Studio.NET 2003 7.1.3088(Visual Basic.NET 2003)
Windows XP Professional SP2英语
.NET Framework 1.1.4322 SP1

还有其他人遇到过这个吗?关于如何解决的任何建议

最好的问候,

丹尼斯Dempa Sjogren
瑞典达拉纳大学
Hi!

I have this medium sized solution with a couple of projects and stuff.
The generated application has an <appname>.exe.manifest file to enable
XP themes. In the main window of the application I have several group
boxes, and even some group boxes within other group boxes.
FlatStyle=System on these group boxes has always worked just fine.
Round corners on the borders and blue caption text (standard
Luna/Silver theme).

Just now, I installed .NET Framework 1.1 SP1 and all the group boxes
that were inside other group boxes has these large ugly fonts in the
caption which doesn''t even fit the designated space. The group boxes
that are placed directly on the form works just fine. It''s only the
ones inside other group boxes.

I''ve verified this on several computers. pre-SP1 works, post-SP1
doesn''t. I''ve also created a blank project with a single form. One
group box within another group box. Same result.

Visual Studio.NET 2003 7.1.3088 (Visual Basic.NET 2003)
Windows XP Professional SP2 English
.NET Framework 1.1.4322 SP1

Has anyone else encountered this? Any recommendations on how to solve
it?

Best regards,

Dennis "Dempa" Sjogren
Dalarna University, Sweden




---

外发邮件已通过无病毒验证。

由AVG反病毒系统检查( http://www.grisoft.com)

版本:6.0.742 /病毒数据库:495 - 发布日期:19/08/2004


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.742 / Virus Database: 495 - Release Date: 19/08/2004


*" Mick Doherty < EX *********** @ AND.REMOVE.SQUAREBRACKETS [mdaudi100#ntlworld.com] GT。 scripsit:
* "Mick Doherty" <EX***********@AND.REMOVE.SQUAREBRACKETS.[mdaudi100#ntlworld.com]> scripsit:
视觉样式似乎是MS遵守的主要问题。也许他们应该从头开始创建所有新控件,而不是包装旧的控件,然后克服他们遇到的问题。当然它会意味着更多的测试,但是他们显然没有足够的测试来防止这些错误被复制。
Visual Styles seem to be a major problem for MS to comply with. Maybe they
should have created all new controls from scratch instead of wrapping the
old ones and then overcoming problems that they encounter. Sure it would
have meant more testing, but then they obviously don''t test enough to
prevent these bugs from being reproduced anyway.




.NET 2.0中对Visual Styles的支持将非常出色,因为在.NET 2.0的beta版本中可以看到
。大多数视觉样式的错误

是固定的,而目前不支持视觉样式的控件将在.NET 2.0中支持它们。


-

MS Herfried K. Wagner

MVP< URL:http://dotnet.mvps.org/>

VB< URL:http://dotnet.mvps.org/dotnet/faqs/>



The support for Visual Styles in .NET 2.0 will be excellent from what
can be seen in the beta version of .NET 2.0. Most Visual Styles bugs
are fixed, and controls that currently don''t support visual styles will
support them in .NET 2.0.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>


这篇关于.NET 1.1 SP1升级后的丑陋的groupbox字幕字体的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆