如何在没有太多更改的情况下找到 windows 表单上缺少的按钮?
How to find a missing button on windows form without too many changes?
如果所有内容相互重叠等,我可以使用什么来查看表单上的所有控件。还不想触摸它,只是查看,确保它们在那里。
您可以使用 "Document Outline" window(查看 ==> 其他 windows ==> 文档大纲)查看表单内的所有控件和 select 它们从那里开始。
尝试使用 visual studio 中的文档大纲。
View - Other Windows - Document outline
或 ctrl + alt + t
。它应该会显示您赢得表单控件结构。
如果所有内容相互重叠等,我可以使用什么来查看表单上的所有控件。还不想触摸它,只是查看,确保它们在那里。
您可以使用 "Document Outline" window(查看 ==> 其他 windows ==> 文档大纲)查看表单内的所有控件和 select 它们从那里开始。
尝试使用 visual studio 中的文档大纲。
View - Other Windows - Document outline
或 ctrl + alt + t
。它应该会显示您赢得表单控件结构。