如何更改按钮,标签等的默认字体大小
问题描述:
我用VB教高中计算机编程。 我使用大型显示器来演示该过程。
I use VB to teach high school computer programming. I use a large display to demonstrate the process.
按钮,标签和其他对象默认为字体大小8.25,很难从学生的办公桌上看到。
The buttons, labels and other objects default to a font size of 8.25 which is very difficult to see from the students' desks.
当按钮被拖动到设计器窗口时,有没有办法更改默认字体大小? 我知道我可以在属性窗口中更改它,但如果每次拖出对象时自动发生它都会很好。
Is there a way to change the default font size when the button is dragged to the designer window? I know I can change it in the properties window, but it would be nice if it were to happen automatically each time I drag out an object.
答
你好ABinHRNC,
我不知道如何更改按钮,标签等的默认字体大小。
但是如果您创建Windows窗体,则可以通过更改Windows窗体的字体来实现。即按钮的字体大小,标签将根据Windows窗体的字体进行更改。
$
问候,
Hi ABinHRNC,
I don't know how to change the default font size in Button, Label, etc.
But if you create a Windows Form, you can do that by changing Font of the Windows Form. i.e. font size of Buttons, Labels will be changed according to Font of the Windows Form.
Regards,