📄 mainform.designer.cs
字号:
//
this.语法分析ToolStripMenuItem.Name = "语法分析ToolStripMenuItem";
this.语法分析ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.语法分析ToolStripMenuItem.Text = "语法分析(&G)";
this.语法分析ToolStripMenuItem.Click += new System.EventHandler(this.GrammerToolStripMenuItem_Click);
//
// 解释运行ToolStripMenuItem
//
this.解释运行ToolStripMenuItem.Name = "解释运行ToolStripMenuItem";
this.解释运行ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.解释运行ToolStripMenuItem.Text = "解释运行(&I)";
this.解释运行ToolStripMenuItem.Click += new System.EventHandler(this.RunToolStripMenuItem_Click);
//
// 帮助ToolStripMenuItem1
//
this.帮助ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.CMMHelpToolStripMenuItem});
this.帮助ToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("帮助ToolStripMenuItem1.Image")));
this.帮助ToolStripMenuItem1.Name = "帮助ToolStripMenuItem1";
this.帮助ToolStripMenuItem1.Size = new System.Drawing.Size(75, 31);
this.帮助ToolStripMenuItem1.Text = "帮助(&H)";
//
// CMMHelpToolStripMenuItem
//
this.CMMHelpToolStripMenuItem.Name = "CMMHelpToolStripMenuItem";
this.CMMHelpToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.CMMHelpToolStripMenuItem.Text = "CMM语言说明(&I)";
this.CMMHelpToolStripMenuItem.Click += new System.EventHandler(this.CMMHelpToolStripMenuItem_Click);
//
// menuStrip1
//
this.menuStrip1.AutoSize = false;
this.menuStrip1.BackColor = System.Drawing.SystemColors.ButtonFace;
this.menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件ToolStripMenuItem,
this.帮助ToolStripMenuItem,
this.帮助ToolStripMenuItem1});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.ShowItemToolTips = true;
this.menuStrip1.Size = new System.Drawing.Size(610, 35);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// toolStripButton1
//
this.toolStripButton1.AutoSize = false;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(40, 40);
this.toolStripButton1.Text = "清空";
this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1);
//
// toolStripButton2
//
this.toolStripButton2.AutoSize = false;
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(40, 40);
this.toolStripButton2.Text = "词法";
this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripButton3
//
this.toolStripButton3.AutoSize = false;
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(40, 40);
this.toolStripButton3.Text = "语法";
this.toolStripButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// toolStripButton4
//
this.toolStripButton4.AutoSize = false;
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(40, 40);
this.toolStripButton4.Text = "解释";
this.toolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// toolStrip1
//
this.toolStrip1.AutoSize = false;
this.toolStrip1.BackColor = System.Drawing.SystemColors.ButtonFace;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel2,
this.toolStripButton1,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripButton4,
this.toolStripLabel1,
this.toolStripButton5});
this.toolStrip1.Location = new System.Drawing.Point(0, 35);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(610, 40);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(0, 37);
//
// toolStripLabel1
//
this.toolStripLabel1.AutoSize = false;
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(250, 37);
this.toolStripLabel1.Tag = "";
//
// toolStripButton5
//
this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(57, 37);
this.toolStripButton5.Text = "清空结果";
this.toolStripButton5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
//
// toolStrip2
//
this.toolStrip2.Dock = System.Windows.Forms.DockStyle.Left;
this.toolStrip2.Location = new System.Drawing.Point(0, 75);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.Size = new System.Drawing.Size(26, 487);
this.toolStrip2.TabIndex = 8;
this.toolStrip2.Text = "toolStrip2";
//
// toolStrip3
//
this.toolStrip3.Dock = System.Windows.Forms.DockStyle.Right;
this.toolStrip3.Location = new System.Drawing.Point(584, 75);
this.toolStrip3.Name = "toolStrip3";
this.toolStrip3.Size = new System.Drawing.Size(26, 487);
this.toolStrip3.TabIndex = 9;
this.toolStrip3.Text = "toolStrip3";
//
// toolStrip4
//
this.toolStrip4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.toolStrip4.Location = new System.Drawing.Point(26, 537);
this.toolStrip4.Name = "toolStrip4";
this.toolStrip4.Size = new System.Drawing.Size(558, 25);
this.toolStrip4.TabIndex = 10;
this.toolStrip4.Text = "toolStrip4";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ButtonFace;
this.ClientSize = new System.Drawing.Size(610, 562);
this.Controls.Add(this.toolStrip4);
this.Controls.Add(this.toolStrip3);
this.Controls.Add(this.toolStrip2);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.SourceCodeTextBox);
this.Controls.Add(this.ResultTextBox);
this.Controls.Add(this.menuStrip1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ForeColor = System.Drawing.Color.Black;
this.MainMenuStrip = this.menuStrip1;
this.MaximizeBox = false;
this.Name = "MainForm";
this.Text = "CMM语言解释分析器";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox ResultTextBox;
private System.Windows.Forms.TextBox SourceCodeTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ToolStripPanel BottomToolStripPanel;
private System.Windows.Forms.ToolStripPanel TopToolStripPanel;
private System.Windows.Forms.ToolStripPanel RightToolStripPanel;
private System.Windows.Forms.ToolStripPanel LeftToolStripPanel;
private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 打开ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 源代码ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 保存源文件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 分析结果另存为ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem AnalysisResultToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 语法树ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 关闭ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 词法分析ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 语法分析ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 解释运行ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem CMMHelpToolStripMenuItem;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStrip toolStrip2;
private System.Windows.Forms.ToolStrip toolStrip3;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStrip toolStrip4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -