📄 form1.designer.cs
字号:
this.toolBarOpen,
this.toolBarSave,
this.toolBarUndo,
this.toolBarSelectAll,
this.toolBarCut,
this.toolBarCopy,
this.toolBarPaste,
this.toolBarDelete,
this.toolBarFind,
this.toolBarReplace,
this.toolBarFont,
this.toolBarColor,
this.toolBarHelp,
this.toolBarAbout});
resources.ApplyResources(this.toolBar1, "toolBar1");
this.toolBar1.ImageList = this.imageList1;
this.toolBar1.Name = "toolBar1";
this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
//
// toolBarNew
//
resources.ApplyResources(this.toolBarNew, "toolBarNew");
//
// toolBarOpen
//
resources.ApplyResources(this.toolBarOpen, "toolBarOpen");
//
// toolBarSave
//
resources.ApplyResources(this.toolBarSave, "toolBarSave");
//
// toolBarUndo
//
resources.ApplyResources(this.toolBarUndo, "toolBarUndo");
//
// toolBarSelectAll
//
resources.ApplyResources(this.toolBarSelectAll, "toolBarSelectAll");
//
// toolBarCut
//
resources.ApplyResources(this.toolBarCut, "toolBarCut");
//
// toolBarCopy
//
resources.ApplyResources(this.toolBarCopy, "toolBarCopy");
//
// toolBarPaste
//
resources.ApplyResources(this.toolBarPaste, "toolBarPaste");
//
// toolBarDelete
//
resources.ApplyResources(this.toolBarDelete, "toolBarDelete");
//
// toolBarFind
//
resources.ApplyResources(this.toolBarFind, "toolBarFind");
//
// toolBarReplace
//
resources.ApplyResources(this.toolBarReplace, "toolBarReplace");
//
// toolBarFont
//
resources.ApplyResources(this.toolBarFont, "toolBarFont");
//
// toolBarColor
//
resources.ApplyResources(this.toolBarColor, "toolBarColor");
//
// toolBarHelp
//
resources.ApplyResources(this.toolBarHelp, "toolBarHelp");
//
// toolBarAbout
//
resources.ApplyResources(this.toolBarAbout, "toolBarAbout");
//
// statusBar1
//
resources.ApplyResources(this.statusBar1, "statusBar1");
this.statusBar1.Name = "statusBar1";
this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
this.statusBarLocation,
this.statusBarLines,
this.statusBarTime});
this.statusBar1.ShowPanels = true;
//
// statusBarLocation
//
resources.ApplyResources(this.statusBarLocation, "statusBarLocation");
//
// statusBarLines
//
resources.ApplyResources(this.statusBarLines, "statusBarLines");
//
// statusBarTime
//
resources.ApplyResources(this.statusBarTime, "statusBarTime");
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// openFileDialog1
//
resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
this.openFileDialog1.InitialDirectory = "C:/";
//
// 复制ToolStripMenuItem
//
this.复制ToolStripMenuItem.Name = "复制ToolStripMenuItem";
resources.ApplyResources(this.复制ToolStripMenuItem, "复制ToolStripMenuItem");
//
// Form1
//
this.AllowDrop = true;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.statusBar1);
this.Controls.Add(this.toolBar1);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.ClientSizeChanged += new System.EventHandler(this.Form1_ClientSizeChanged);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
this.Closing += new System.ComponentModel.CancelEventHandler(this.menuFileExit_Click);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form1_DragEnter);
this.Load += new System.EventHandler(this.Form1_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.statusBarLocation)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.statusBarLines)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.statusBarTime)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem menuFile;
private System.Windows.Forms.ToolStripMenuItem menuFileNew;
private System.Windows.Forms.ToolStripMenuItem menuFileOpen;
private System.Windows.Forms.ToolStripMenuItem menuFileSave;
private System.Windows.Forms.ToolStripMenuItem menuFileSaveAs;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem menuEdit;
private System.Windows.Forms.ToolStripMenuItem meunFormat;
private System.Windows.Forms.ToolStripMenuItem menuHelp;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolStripMenuItem menuFileExit;
private System.Windows.Forms.ToolStripMenuItem menuEditCut;
private System.Windows.Forms.ToolStripMenuItem menuEditCopy;
private System.Windows.Forms.ToolStripMenuItem menuEditPaste;
private System.Windows.Forms.ToolStripMenuItem menuEditDelete;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem menuEditFind;
private System.Windows.Forms.ToolStripMenuItem menuEditReplace;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem menuEditSelectAll;
private System.Windows.Forms.ToolStripMenuItem menuEditDate;
private System.Windows.Forms.ToolStripMenuItem meunFormatFont;
private System.Windows.Forms.ToolStripMenuItem menuHelpTheme;
private System.Windows.Forms.ToolStripSeparator 关于ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem menuHelpAbout;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.ToolStripMenuItem meunFormatColor;
private System.Windows.Forms.ToolBar toolBar1;
private System.Windows.Forms.ToolBarButton toolBarNew;
private System.Windows.Forms.ToolBarButton toolBarOpen;
private System.Windows.Forms.ToolBarButton toolBarSave;
private System.Windows.Forms.ToolBarButton toolBarCut;
private System.Windows.Forms.ToolBarButton toolBarCopy;
private System.Windows.Forms.ToolBarButton toolBarPaste;
private System.Windows.Forms.ToolBarButton toolBarDelete;
private System.Windows.Forms.ToolBarButton toolBarFind;
private System.Windows.Forms.ToolBarButton toolBarReplace;
private System.Windows.Forms.ToolBarButton toolBarFont;
private System.Windows.Forms.ToolBarButton toolBarColor;
private System.Windows.Forms.ToolBarButton toolBarHelp;
private System.Windows.Forms.ToolBarButton toolBarAbout;
private System.Windows.Forms.StatusBar statusBar1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.StatusBarPanel statusBarLocation;
private System.Windows.Forms.StatusBarPanel statusBarTime;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.FontDialog fontDialog1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.ToolStripMenuItem menuEditUndo;
private System.Windows.Forms.ToolStripMenuItem menuEditRedo;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
private System.Windows.Forms.StatusBarPanel statusBarLines;
private System.Windows.Forms.ToolBarButton toolBarUndo;
private System.Windows.Forms.ToolBarButton toolBarSelectAll;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
private System.Windows.Forms.ToolStripMenuItem 工具条ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem menuShowToolTxt;
private System.Windows.Forms.ToolStripMenuItem menuDontShowToolTxt;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem rightBtnCut;
private System.Windows.Forms.ToolStripMenuItem rightBtnCopy;
private System.Windows.Forms.ToolStripMenuItem rightBtnPaste;
private System.Windows.Forms.ToolStripMenuItem rightBtnDelete;
private System.Windows.Forms.ToolStripMenuItem rightBtnSelAll;
private System.Windows.Forms.ToolStripMenuItem rightBtnDate;
private System.Windows.Forms.ToolStripMenuItem 复制ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem7;
private System.Windows.Forms.ToolStripMenuItem menuAutoNewLine;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -