📄 form1.designer.cs
字号:
//
this.menuEditDelete.Name = "menuEditDelete";
resources.ApplyResources(this.menuEditDelete, "menuEditDelete");
this.menuEditDelete.Click += new System.EventHandler(this.menuEditDelete_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
//
// menuEditFind
//
this.menuEditFind.Name = "menuEditFind";
resources.ApplyResources(this.menuEditFind, "menuEditFind");
this.menuEditFind.Click += new System.EventHandler(this.menuEditFind_Click);
//
// menuEditReplace
//
this.menuEditReplace.Name = "menuEditReplace";
resources.ApplyResources(this.menuEditReplace, "menuEditReplace");
this.menuEditReplace.Click += new System.EventHandler(this.menuEditReplace_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
resources.ApplyResources(this.toolStripMenuItem3, "toolStripMenuItem3");
//
// menuEditSelectAll
//
this.menuEditSelectAll.Name = "menuEditSelectAll";
resources.ApplyResources(this.menuEditSelectAll, "menuEditSelectAll");
this.menuEditSelectAll.Click += new System.EventHandler(this.menuEditSelectAll_Click);
//
// menuEditDate
//
this.menuEditDate.Name = "menuEditDate";
resources.ApplyResources(this.menuEditDate, "menuEditDate");
this.menuEditDate.Click += new System.EventHandler(this.menuEditDate_Click);
//
// meunFormat
//
this.meunFormat.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuAutoNewLine,
this.toolStripMenuItem8,
this.meunFormatFont,
this.meunFormatColor,
this.toolStripMenuItem5,
this.工具条ToolStripMenuItem});
this.meunFormat.Name = "meunFormat";
resources.ApplyResources(this.meunFormat, "meunFormat");
//
// menuAutoNewLine
//
this.menuAutoNewLine.Name = "menuAutoNewLine";
resources.ApplyResources(this.menuAutoNewLine, "menuAutoNewLine");
this.menuAutoNewLine.Click += new System.EventHandler(this.menuAutoNewLine_Click);
//
// toolStripMenuItem8
//
this.toolStripMenuItem8.Name = "toolStripMenuItem8";
resources.ApplyResources(this.toolStripMenuItem8, "toolStripMenuItem8");
//
// meunFormatFont
//
this.meunFormatFont.Name = "meunFormatFont";
resources.ApplyResources(this.meunFormatFont, "meunFormatFont");
this.meunFormatFont.Click += new System.EventHandler(this.meunFormatFont_Click);
//
// meunFormatColor
//
this.meunFormatColor.Name = "meunFormatColor";
resources.ApplyResources(this.meunFormatColor, "meunFormatColor");
this.meunFormatColor.Click += new System.EventHandler(this.meunFormatColor_Click);
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
resources.ApplyResources(this.toolStripMenuItem5, "toolStripMenuItem5");
//
// 工具条ToolStripMenuItem
//
this.工具条ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuShowToolTxt,
this.menuDontShowToolTxt});
this.工具条ToolStripMenuItem.Name = "工具条ToolStripMenuItem";
resources.ApplyResources(this.工具条ToolStripMenuItem, "工具条ToolStripMenuItem");
//
// menuShowToolTxt
//
this.menuShowToolTxt.Name = "menuShowToolTxt";
resources.ApplyResources(this.menuShowToolTxt, "menuShowToolTxt");
this.menuShowToolTxt.Click += new System.EventHandler(this.menuShowToolTxt_Click);
//
// menuDontShowToolTxt
//
this.menuDontShowToolTxt.Checked = true;
this.menuDontShowToolTxt.CheckState = System.Windows.Forms.CheckState.Checked;
this.menuDontShowToolTxt.Name = "menuDontShowToolTxt";
resources.ApplyResources(this.menuDontShowToolTxt, "menuDontShowToolTxt");
this.menuDontShowToolTxt.Click += new System.EventHandler(this.menuDontShowToolTxt_Click);
//
// menuHelp
//
this.menuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuHelpTheme,
this.关于ToolStripMenuItem,
this.menuHelpAbout});
this.menuHelp.Name = "menuHelp";
resources.ApplyResources(this.menuHelp, "menuHelp");
//
// menuHelpTheme
//
this.menuHelpTheme.Name = "menuHelpTheme";
resources.ApplyResources(this.menuHelpTheme, "menuHelpTheme");
this.menuHelpTheme.Click += new System.EventHandler(this.menuHelpTheme_Click);
//
// 关于ToolStripMenuItem
//
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
resources.ApplyResources(this.关于ToolStripMenuItem, "关于ToolStripMenuItem");
//
// menuHelpAbout
//
this.menuHelpAbout.Name = "menuHelpAbout";
resources.ApplyResources(this.menuHelpAbout, "menuHelpAbout");
this.menuHelpAbout.Click += new System.EventHandler(this.menuHelpAbout_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "about.ico");
this.imageList1.Images.SetKeyName(1, "color.ico");
this.imageList1.Images.SetKeyName(2, "copy.ico");
this.imageList1.Images.SetKeyName(3, "cut.ico");
this.imageList1.Images.SetKeyName(4, "delete.ico");
this.imageList1.Images.SetKeyName(5, "editor.ico");
this.imageList1.Images.SetKeyName(6, "find.ico");
this.imageList1.Images.SetKeyName(7, "font.ico");
this.imageList1.Images.SetKeyName(8, "help.ico");
this.imageList1.Images.SetKeyName(9, "new.ico");
this.imageList1.Images.SetKeyName(10, "open.ico");
this.imageList1.Images.SetKeyName(11, "paste.ico");
this.imageList1.Images.SetKeyName(12, "replace.ico");
this.imageList1.Images.SetKeyName(13, "save.ico");
this.imageList1.Images.SetKeyName(14, "saveas.ico");
this.imageList1.Images.SetKeyName(15, "selectall.ico");
this.imageList1.Images.SetKeyName(16, "undo.ico");
//
// richTextBox1
//
this.richTextBox1.AllowDrop = true;
this.richTextBox1.ContextMenuStrip = this.contextMenuStrip1;
this.richTextBox1.DetectUrls = false;
this.richTextBox1.EnableAutoDragDrop = true;
resources.ApplyResources(this.richTextBox1, "richTextBox1");
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.DragEnter += new System.Windows.Forms.DragEventHandler(this.richTextBox1_DragEnter);
this.richTextBox1.DragDrop += new System.Windows.Forms.DragEventHandler(this.richTextBox1_DragDrop);
this.richTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyDown);
this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
this.richTextBox1.Click += new System.EventHandler(this.richTextBox1_Click);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.rightBtnCut,
this.rightBtnCopy,
this.rightBtnPaste,
this.rightBtnDelete,
this.toolStripMenuItem7,
this.rightBtnSelAll,
this.rightBtnDate});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.ShowImageMargin = false;
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
//
// rightBtnCut
//
this.rightBtnCut.Name = "rightBtnCut";
resources.ApplyResources(this.rightBtnCut, "rightBtnCut");
this.rightBtnCut.Click += new System.EventHandler(this.rightBtnCut_Click);
//
// rightBtnCopy
//
this.rightBtnCopy.Name = "rightBtnCopy";
resources.ApplyResources(this.rightBtnCopy, "rightBtnCopy");
this.rightBtnCopy.Click += new System.EventHandler(this.rightBtnCopy_Click);
//
// rightBtnPaste
//
this.rightBtnPaste.Name = "rightBtnPaste";
resources.ApplyResources(this.rightBtnPaste, "rightBtnPaste");
this.rightBtnPaste.Click += new System.EventHandler(this.rightBtnPaste_Click);
//
// rightBtnDelete
//
this.rightBtnDelete.Name = "rightBtnDelete";
resources.ApplyResources(this.rightBtnDelete, "rightBtnDelete");
this.rightBtnDelete.Click += new System.EventHandler(this.rightBtnDelete_Click);
//
// toolStripMenuItem7
//
this.toolStripMenuItem7.Name = "toolStripMenuItem7";
resources.ApplyResources(this.toolStripMenuItem7, "toolStripMenuItem7");
//
// rightBtnSelAll
//
this.rightBtnSelAll.Name = "rightBtnSelAll";
resources.ApplyResources(this.rightBtnSelAll, "rightBtnSelAll");
this.rightBtnSelAll.Click += new System.EventHandler(this.rightBtnSelAll_Click);
//
// rightBtnDate
//
this.rightBtnDate.Name = "rightBtnDate";
resources.ApplyResources(this.rightBtnDate, "rightBtnDate");
this.rightBtnDate.Click += new System.EventHandler(this.rightBtnDate_Click);
//
// toolBar1
//
this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.toolBarNew,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -