📄 form1.designer.cs
字号:
namespace caidan
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tuichuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.视图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hongseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.huangseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lanseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.guanyuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.视图ToolStripMenuItem,
this.帮助ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(292, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tuichuToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.fileToolStripMenuItem.Text = "文件";
//
// tuichuToolStripMenuItem
//
this.tuichuToolStripMenuItem.Name = "tuichuToolStripMenuItem";
this.tuichuToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.tuichuToolStripMenuItem.Text = "退出";
this.tuichuToolStripMenuItem.Click += new System.EventHandler(this.tuichuToolStripMenuItem_Click);
//
// 视图ToolStripMenuItem
//
this.视图ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.hongseToolStripMenuItem,
this.huangseToolStripMenuItem,
this.lanseToolStripMenuItem});
this.视图ToolStripMenuItem.Name = "视图ToolStripMenuItem";
this.视图ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.视图ToolStripMenuItem.Text = "视图";
//
// hongseToolStripMenuItem
//
this.hongseToolStripMenuItem.Name = "hongseToolStripMenuItem";
this.hongseToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
this.hongseToolStripMenuItem.Text = "红色";
this.hongseToolStripMenuItem.Click += new System.EventHandler(this.hongseToolStripMenuItem_Click);
//
// huangseToolStripMenuItem
//
this.huangseToolStripMenuItem.Name = "huangseToolStripMenuItem";
this.huangseToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
this.huangseToolStripMenuItem.Text = "黄色";
this.huangseToolStripMenuItem.Click += new System.EventHandler(this.huangseToolStripMenuItem_Click);
//
// lanseToolStripMenuItem
//
this.lanseToolStripMenuItem.Name = "lanseToolStripMenuItem";
this.lanseToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
this.lanseToolStripMenuItem.Text = "蓝色";
this.lanseToolStripMenuItem.Click += new System.EventHandler(this.lanseToolStripMenuItem_Click);
//
// 帮助ToolStripMenuItem
//
this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.guanyuToolStripMenuItem});
this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.帮助ToolStripMenuItem.Text = "帮助";
//
// guanyuToolStripMenuItem
//
this.guanyuToolStripMenuItem.Name = "guanyuToolStripMenuItem";
this.guanyuToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
this.guanyuToolStripMenuItem.Text = "关于...";
this.guanyuToolStripMenuItem.Click += new System.EventHandler(this.guanyuToolStripMenuItem_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 246);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "Form1";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tuichuToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 视图ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem hongseToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem huangseToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem lanseToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem guanyuToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -