📄 form1.designer.cs
字号:
this.工具TToolStripMenuItem.Text = "工具(&T)";
//
// 字体CToolStripMenuItem
//
this.字体CToolStripMenuItem.Name = "字体CToolStripMenuItem";
this.字体CToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.字体CToolStripMenuItem.Text = "字体(&F)...";
this.字体CToolStripMenuItem.Click += new System.EventHandler(this.字体CToolStripMenuItem_Click);
//
// 选项OToolStripMenuItem
//
this.选项OToolStripMenuItem.Name = "选项OToolStripMenuItem";
this.选项OToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.选项OToolStripMenuItem.Text = "选项(&O)";
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(157, 6);
//
// 清空输出窗口CToolStripMenuItem
//
this.清空输出窗口CToolStripMenuItem.Name = "清空输出窗口CToolStripMenuItem";
this.清空输出窗口CToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.清空输出窗口CToolStripMenuItem.Text = "清空输出窗口(&C)";
this.清空输出窗口CToolStripMenuItem.Click += new System.EventHandler(this.清空输出窗口CToolStripMenuItem_Click);
//
// 窗口WToolStripMenuItem
//
this.窗口WToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.项目信息ToolStripMenuItem,
this.toolStripMenuItem3,
this.输出信息ToolStripMenuItem,
this.菜单栏ToolStripMenuItem,
this.状态栏ToolStripMenuItem});
this.窗口WToolStripMenuItem.Name = "窗口WToolStripMenuItem";
this.窗口WToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.窗口WToolStripMenuItem.Text = "窗口(&W)";
//
// 项目信息ToolStripMenuItem
//
this.项目信息ToolStripMenuItem.Checked = true;
this.项目信息ToolStripMenuItem.CheckOnClick = true;
this.项目信息ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.项目信息ToolStripMenuItem.Enabled = false;
this.项目信息ToolStripMenuItem.Name = "项目信息ToolStripMenuItem";
this.项目信息ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.项目信息ToolStripMenuItem.Text = "项目信息";
this.项目信息ToolStripMenuItem.Click += new System.EventHandler(this.项目信息ToolStripMenuItem_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(115, 6);
//
// 输出信息ToolStripMenuItem
//
this.输出信息ToolStripMenuItem.Checked = true;
this.输出信息ToolStripMenuItem.CheckOnClick = true;
this.输出信息ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.输出信息ToolStripMenuItem.Name = "输出信息ToolStripMenuItem";
this.输出信息ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.输出信息ToolStripMenuItem.Text = "输出信息";
this.输出信息ToolStripMenuItem.Click += new System.EventHandler(this.输出信息ToolStripMenuItem_Click);
//
// 菜单栏ToolStripMenuItem
//
this.菜单栏ToolStripMenuItem.Checked = true;
this.菜单栏ToolStripMenuItem.CheckOnClick = true;
this.菜单栏ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.菜单栏ToolStripMenuItem.Name = "菜单栏ToolStripMenuItem";
this.菜单栏ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.菜单栏ToolStripMenuItem.Text = "菜单栏";
this.菜单栏ToolStripMenuItem.Click += new System.EventHandler(this.菜单栏ToolStripMenuItem_Click);
//
// 状态栏ToolStripMenuItem
//
this.状态栏ToolStripMenuItem.Checked = true;
this.状态栏ToolStripMenuItem.CheckOnClick = true;
this.状态栏ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.状态栏ToolStripMenuItem.Name = "状态栏ToolStripMenuItem";
this.状态栏ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.状态栏ToolStripMenuItem.Text = "状态栏";
this.状态栏ToolStripMenuItem.Click += new System.EventHandler(this.状态栏ToolStripMenuItem_Click);
//
// 帮助HToolStripMenuItem
//
this.帮助HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripSeparator5,
this.关于AToolStripMenuItem});
this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.帮助HToolStripMenuItem.Text = "帮助(&H)";
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(127, 6);
//
// 关于AToolStripMenuItem
//
this.关于AToolStripMenuItem.Name = "关于AToolStripMenuItem";
this.关于AToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.关于AToolStripMenuItem.Text = "关于(&A)...";
this.关于AToolStripMenuItem.Click += new System.EventHandler(this.关于AToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(12, 20);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Total,
this.Row,
this.Colum});
this.statusStrip1.Location = new System.Drawing.Point(0, 388);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.statusStrip1.Size = new System.Drawing.Size(653, 22);
this.statusStrip1.TabIndex = 1;
this.statusStrip1.Text = "statusStrip1";
this.statusStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.statusStrip1_ItemClicked);
//
// Total
//
this.Total.Name = "Total";
this.Total.Size = new System.Drawing.Size(0, 17);
//
// Row
//
this.Row.AutoSize = false;
this.Row.Name = "Row";
this.Row.Size = new System.Drawing.Size(50, 17);
//
// Colum
//
this.Colum.Name = "Colum";
this.Colum.Size = new System.Drawing.Size(0, 17);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.新建NToolStripButton,
this.打开OToolStripButton,
this.保存SToolStripButton,
this.toolStripSeparator6,
this.剪切UToolStripButton,
this.复制CToolStripButton,
this.粘贴PToolStripButton,
this.toolStripSeparator7,
this.projectName,
this.toolStripSeparator8,
this.toolStripButton1,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripSeparator9,
this.帮助LToolStripButton});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(653, 25);
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
//
// 新建NToolStripButton
//
this.新建NToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.新建NToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("新建NToolStripButton.Image")));
this.新建NToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.新建NToolStripButton.Name = "新建NToolStripButton";
this.新建NToolStripButton.Size = new System.Drawing.Size(23, 22);
this.新建NToolStripButton.Text = "新建(&N)";
this.新建NToolStripButton.DoubleClick += new System.EventHandler(this.源文件FToolStripMenuItem_Click);
this.新建NToolStripButton.Click += new System.EventHandler(this.源文件FToolStripMenuItem_Click);
//
// 打开OToolStripButton
//
this.打开OToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.打开OToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripButton.Image")));
this.打开OToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.打开OToolStripButton.Name = "打开OToolStripButton";
this.打开OToolStripButton.Size = new System.Drawing.Size(23, 22);
this.打开OToolStripButton.Text = "打开(&O)";
this.打开OToolStripButton.Click += new System.EventHandler(this.打开文件ToolStripMenuItem_Click);
//
// 保存SToolStripButton
//
this.保存SToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.保存SToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("保存SToolStripButton.Image")));
this.保存SToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.保存SToolStripButton.Name = "保存SToolStripButton";
this.保存SToolStripButton.Size = new System.Drawing.Size(23, 22);
this.保存SToolStripButton.Text = "保存(&S)";
this.保存SToolStripButton.Click += new System.EventHandler(this.保存SToolStripMenuItem_Click);
//
// toolStripSeparator6
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -