gpt4 book ai didi

c# - MenuStrip 不允许创建菜单

转载 作者:行者123 更新时间:2023-12-04 17:25:47 27 4
gpt4 key购买 nike

我正在使用 Visual Studio 2019 并创建了一个 windows 窗体应用程序项目。在我放下 MenuStrip 时的表单中,它没有向我显示用于创建菜单的 Type 框。我搜索了互联网,但没有得到任何解决方案。谁能帮我这个?提前致谢。
See image here

// Form1.Designer.cs

namespace asg_gui_F
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;

/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}

#region Windows Form Designer generated code

/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(800, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.menuStrip1);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
this.PerformLayout();

}

#endregion

private System.Windows.Forms.MenuStrip menuStrip1;
}
}

最佳答案

确保在创建项目时选择“Windows Forms App (.Net Framework)”,您将看到“Type here”。

关于c# - MenuStrip 不允许创建菜单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63492390/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com