无法在设计视图中打开 Visual Studio 2013 项目
Can't open a Visual Studio 2013 project, in design view
我正在尝试打开 "Form1.cs" 的设计视图,但看不到设计视图。我收到该消息:
该消息是西班牙语的,所以我正在尝试翻译成英语(因为我无法安装英语版本...):
"To add components to the class, drag them from the toolbox and use the Properties window to set its properties. To create methods and events for the class, click here to switch to the code view."
项目完美,但我不明白为什么Visual Studio不让我看设计视图。很快,我的项目显示了一个在执行时创建的个性化按钮矩阵。
感谢您的宝贵时间。
看起来您的表单控件(即按钮等)是在 运行 时间生成的(正如您在问题中提到的)。 Visual Studio 仅在设计视图中显示静态设计 运行 时生成的任何控件都不会在设计视图中显示。
我正在尝试打开 "Form1.cs" 的设计视图,但看不到设计视图。我收到该消息:
该消息是西班牙语的,所以我正在尝试翻译成英语(因为我无法安装英语版本...):
"To add components to the class, drag them from the toolbox and use the Properties window to set its properties. To create methods and events for the class, click here to switch to the code view."
项目完美,但我不明白为什么Visual Studio不让我看设计视图。很快,我的项目显示了一个在执行时创建的个性化按钮矩阵。
感谢您的宝贵时间。
看起来您的表单控件(即按钮等)是在 运行 时间生成的(正如您在问题中提到的)。 Visual Studio 仅在设计视图中显示静态设计 运行 时生成的任何控件都不会在设计视图中显示。