⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.designer.cs

📁 关于CMM语言的解释器
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace CmmInterpretor
{
    partial class MainForm
    {
        /// <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(MainForm));
            this.ResultTextBox = new System.Windows.Forms.TextBox();
            this.SourceCodeTextBox = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
            this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.打开ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.源代码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.保存源文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.分析结果另存为ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.AnalysisResultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.语法树ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.关闭ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.词法分析ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.语法分析ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.解释运行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.帮助ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.CMMHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.toolStrip3 = new System.Windows.Forms.ToolStrip();
            this.toolStrip4 = new System.Windows.Forms.ToolStrip();
            this.menuStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // ResultTextBox
            // 
            this.ResultTextBox.BackColor = System.Drawing.SystemColors.Window;
            this.ResultTextBox.ForeColor = System.Drawing.SystemColors.WindowText;
            this.ResultTextBox.Location = new System.Drawing.Point(325, 98);
            this.ResultTextBox.Multiline = true;
            this.ResultTextBox.Name = "ResultTextBox";
            this.ResultTextBox.ReadOnly = true;
            this.ResultTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.ResultTextBox.Size = new System.Drawing.Size(258, 437);
            this.ResultTextBox.TabIndex = 5;
            this.ResultTextBox.TextChanged += new System.EventHandler(this.ResultTextBox_TextChanged);
            this.ResultTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ResultTextBox_KeyPress);
            // 
            // SourceCodeTextBox
            // 
            this.SourceCodeTextBox.Location = new System.Drawing.Point(29, 98);
            this.SourceCodeTextBox.Multiline = true;
            this.SourceCodeTextBox.Name = "SourceCodeTextBox";
            this.SourceCodeTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.SourceCodeTextBox.Size = new System.Drawing.Size(290, 437);
            this.SourceCodeTextBox.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 9F);
            this.label1.Location = new System.Drawing.Point(40, 83);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 6;
            this.label1.Text = "源程序:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 9F);
            this.label2.Location = new System.Drawing.Point(432, 83);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 7;
            this.label2.Text = "输出结果:";
            // 
            // BottomToolStripPanel
            // 
            this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
            this.BottomToolStripPanel.Name = "BottomToolStripPanel";
            this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
            // 
            // TopToolStripPanel
            // 
            this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
            this.TopToolStripPanel.Name = "TopToolStripPanel";
            this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
            // 
            // RightToolStripPanel
            // 
            this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
            this.RightToolStripPanel.Name = "RightToolStripPanel";
            this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
            // 
            // LeftToolStripPanel
            // 
            this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
            this.LeftToolStripPanel.Name = "LeftToolStripPanel";
            this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
            // 
            // 文件ToolStripMenuItem
            // 
            this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.打开ToolStripMenuItem,
            this.保存源文件ToolStripMenuItem,
            this.分析结果另存为ToolStripMenuItem,
            this.关闭ToolStripMenuItem});
            this.文件ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("文件ToolStripMenuItem.Image")));
            this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
            this.文件ToolStripMenuItem.Size = new System.Drawing.Size(75, 31);
            this.文件ToolStripMenuItem.Text = "文件(&F)";
            // 
            // 打开ToolStripMenuItem
            // 
            this.打开ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.源代码ToolStripMenuItem});
            this.打开ToolStripMenuItem.Name = "打开ToolStripMenuItem";
            this.打开ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.打开ToolStripMenuItem.Text = "打开(&O)";
            // 
            // 源代码ToolStripMenuItem
            // 
            this.源代码ToolStripMenuItem.Name = "源代码ToolStripMenuItem";
            this.源代码ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
            this.源代码ToolStripMenuItem.Text = "源代码(&S)...";
            this.源代码ToolStripMenuItem.Click += new System.EventHandler(this.OpenFileToolStripMenuItem_Click);
            // 
            // 保存源文件ToolStripMenuItem
            // 
            this.保存源文件ToolStripMenuItem.Name = "保存源文件ToolStripMenuItem";
            this.保存源文件ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.保存源文件ToolStripMenuItem.Text = "保存源代码(&S)";
            this.保存源文件ToolStripMenuItem.Click += new System.EventHandler(this.SaveSourceCodeToolStripMenuItem_Click);
            // 
            // 分析结果另存为ToolStripMenuItem
            // 
            this.分析结果另存为ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.AnalysisResultToolStripMenuItem,
            this.语法树ToolStripMenuItem});
            this.分析结果另存为ToolStripMenuItem.Name = "分析结果另存为ToolStripMenuItem";
            this.分析结果另存为ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.分析结果另存为ToolStripMenuItem.Text = "另存为(&A)";
            // 
            // AnalysisResultToolStripMenuItem
            // 
            this.AnalysisResultToolStripMenuItem.Name = "AnalysisResultToolStripMenuItem";
            this.AnalysisResultToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.AnalysisResultToolStripMenuItem.Text = "分析结果(&R)...";
            this.AnalysisResultToolStripMenuItem.Click += new System.EventHandler(this.AnalysisResultToolStripMenuItem_Click);
            // 
            // 语法树ToolStripMenuItem
            // 
            this.语法树ToolStripMenuItem.Name = "语法树ToolStripMenuItem";
            this.语法树ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.语法树ToolStripMenuItem.Text = "语法树(&T)...";
            this.语法树ToolStripMenuItem.Click += new System.EventHandler(this.SaveTreeToFileToolStripMenuItem_Click);
            // 
            // 关闭ToolStripMenuItem
            // 
            this.关闭ToolStripMenuItem.Name = "关闭ToolStripMenuItem";
            this.关闭ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.关闭ToolStripMenuItem.Text = "退出(&X)";
            this.关闭ToolStripMenuItem.Click += new System.EventHandler(this.CloseToolStripMenuItem_Click);
            // 
            // 帮助ToolStripMenuItem
            // 
            this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.词法分析ToolStripMenuItem,
            this.语法分析ToolStripMenuItem,
            this.解释运行ToolStripMenuItem});
            this.帮助ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("帮助ToolStripMenuItem.Image")));
            this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
            this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(75, 31);
            this.帮助ToolStripMenuItem.Text = "运行(&R)";
            // 
            // 词法分析ToolStripMenuItem
            // 
            this.词法分析ToolStripMenuItem.Name = "词法分析ToolStripMenuItem";
            this.词法分析ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.词法分析ToolStripMenuItem.Text = "词法分析(&W)";
            this.词法分析ToolStripMenuItem.Click += new System.EventHandler(this.AnalizeToolStripMenuItem_Click);
            // 
            // 语法分析ToolStripMenuItem

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -