如何在 Visual Studio 中返回表单设计器

How to go back to forms designer in Visual Studio

我是视觉基础的完全新手。我进入了这个屏幕,但不知道如何返回设计我的表单。我怎样才能回到我的表格?

您似乎删除了文件 Form1.Designer.vbForm1.resx 或执行了其他操作,因此 Form1.vb 不再被识别为 Form,而是“正常”class.

因此,通过右键单击 Solution Explorer 中的项目然后 Add > Form....

来创建新的 Form 可能是最简单的方法