📄 form1.designer.cs
字号:
namespace PlxCompiler
{
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.新建NToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.工程PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.源文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.打开OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.工程ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
this.保存SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.另存为AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.保存中间代码MToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.打印PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.打印预览VToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.退出XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.编辑EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.撤消UToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.重复RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.剪切TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.复制CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.粘贴PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.全选AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.项目PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.编译CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.构建BToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.运行RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.工具TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.字体CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.选项OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.清空输出窗口CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.窗口WToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.项目信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.输出信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.菜单栏ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.状态栏ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.关于AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.Total = new System.Windows.Forms.ToolStripStatusLabel();
this.Row = new System.Windows.Forms.ToolStripStatusLabel();
this.Colum = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.新建NToolStripButton = new System.Windows.Forms.ToolStripButton();
this.打开OToolStripButton = new System.Windows.Forms.ToolStripButton();
this.保存SToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.剪切UToolStripButton = new System.Windows.Forms.ToolStripButton();
this.复制CToolStripButton = new System.Windows.Forms.ToolStripButton();
this.粘贴PToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.projectName = new System.Windows.Forms.ToolStripComboBox();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.帮助LToolStripButton = new System.Windows.Forms.ToolStripButton();
this.fontDialog1 = new System.Windows.Forms.FontDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件FToolStripMenuItem,
this.编辑EToolStripMenuItem,
this.项目PToolStripMenuItem,
this.工具TToolStripMenuItem,
this.窗口WToolStripMenuItem,
this.帮助HToolStripMenuItem,
this.toolStripMenuItem1});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(653, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 文件FToolStripMenuItem
//
this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.新建NToolStripMenuItem,
this.打开OToolStripMenuItem,
this.toolStripSeparator,
this.保存SToolStripMenuItem,
this.另存为AToolStripMenuItem,
this.保存中间代码MToolStripMenuItem,
this.toolStripSeparator1,
this.打印PToolStripMenuItem,
this.打印预览VToolStripMenuItem,
this.toolStripSeparator2,
this.退出XToolStripMenuItem});
this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
this.文件FToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.文件FToolStripMenuItem.Text = "文件(&F)";
//
// 新建NToolStripMenuItem
//
this.新建NToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.工程PToolStripMenuItem,
this.源文件FToolStripMenuItem});
this.新建NToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("新建NToolStripMenuItem.Image")));
this.新建NToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.新建NToolStripMenuItem.Name = "新建NToolStripMenuItem";
this.新建NToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.新建NToolStripMenuItem.Text = "新建(&N)";
//
// 工程PToolStripMenuItem
//
this.工程PToolStripMenuItem.Name = "工程PToolStripMenuItem";
this.工程PToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.N)));
this.工程PToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
this.工程PToolStripMenuItem.Text = "工程(&P)...";
this.工程PToolStripMenuItem.Click += new System.EventHandler(this.工程PToolStripMenuItem_Click);
//
// 源文件FToolStripMenuItem
//
this.源文件FToolStripMenuItem.Name = "源文件FToolStripMenuItem";
this.源文件FToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.源文件FToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
this.源文件FToolStripMenuItem.Text = "源文件(&F)";
this.源文件FToolStripMenuItem.Click += new System.EventHandler(this.源文件FToolStripMenuItem_Click);
//
// 打开OToolStripMenuItem
//
this.打开OToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.工程ToolStripMenuItem,
this.文件ToolStripMenuItem});
this.打开OToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripMenuItem.Image")));
this.打开OToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
this.打开OToolStripMenuItem.Name = "打开OToolStripMenuItem";
this.打开OToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.打开OToolStripMenuItem.Text = "打开(&O)";
//
// 工程ToolStripMenuItem
//
this.工程ToolStripMenuItem.Name = "工程ToolStripMenuItem";
this.工程ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.O)));
this.工程ToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
this.工程ToolStripMenuItem.Text = "工程(&P)";
//
// 文件ToolStripMenuItem
//
this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
this.文件ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.文件ToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
this.文件ToolStripMenuItem.Text = "文件(&F)";
this.文件ToolStripMenuItem.Click += new System.EventHandler(this.打开文件ToolStripMenuItem_Click);
//
// toolStripSeparator
//
this.toolStripSeparator.Name = "toolStripSeparator";
this.toolStripSeparator.Size = new System.Drawing.Size(157, 6);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -