📄 diary2.designer.cs
字号:
namespace MyDiary
{
partial class Diary2
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Diary2));
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.复制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.粘贴ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.剪切ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
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.颜色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.复制CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.粘贴PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.查看ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fontDialog1 = new System.Windows.Forms.FontDialog();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.toolStripStatusLabel7 = new System.Windows.Forms.ToolStripStatusLabel();
this.contextMenuStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// richTextBox1
//
this.richTextBox1.ContextMenuStrip = this.contextMenuStrip1;
this.richTextBox1.Location = new System.Drawing.Point(4, 27);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(456, 181);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
this.richTextBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.richTextBox1_MouseDown);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.复制ToolStripMenuItem,
this.粘贴ToolStripMenuItem,
this.剪切ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(95, 70);
//
// 复制ToolStripMenuItem
//
this.复制ToolStripMenuItem.Name = "复制ToolStripMenuItem";
this.复制ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
this.复制ToolStripMenuItem.Text = "复制";
this.复制ToolStripMenuItem.Click += new System.EventHandler(this.复制ToolStripMenuItem_Click);
//
// 粘贴ToolStripMenuItem
//
this.粘贴ToolStripMenuItem.Name = "粘贴ToolStripMenuItem";
this.粘贴ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
this.粘贴ToolStripMenuItem.Text = "粘贴";
this.粘贴ToolStripMenuItem.Click += new System.EventHandler(this.粘贴ToolStripMenuItem_Click);
//
// 剪切ToolStripMenuItem
//
this.剪切ToolStripMenuItem.Name = "剪切ToolStripMenuItem";
this.剪切ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
this.剪切ToolStripMenuItem.Text = "剪切";
this.剪切ToolStripMenuItem.Click += new System.EventHandler(this.剪切ToolStripMenuItem_Click);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件ToolStripMenuItem,
this.格式ToolStripMenuItem,
this.编辑ToolStripMenuItem,
this.查看ToolStripMenuItem,
this.帮助HToolStripMenuItem,
this.退出EToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(467, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// 文件ToolStripMenuItem
//
this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.打开文件ToolStripMenuItem,
this.保存文件ToolStripMenuItem,
this.新建ToolStripMenuItem});
this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
this.文件ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.文件ToolStripMenuItem.Text = "文件(&F)";
//
// 打开文件ToolStripMenuItem
//
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.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.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.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.字体ToolStripMenuItem,
this.颜色ToolStripMenuItem,
this.背景色ToolStripMenuItem});
this.格式ToolStripMenuItem.Name = "格式ToolStripMenuItem";
this.格式ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.格式ToolStripMenuItem.Text = "格式(&O)";
//
// 字体ToolStripMenuItem
//
this.字体ToolStripMenuItem.Name = "字体ToolStripMenuItem";
this.字体ToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
this.字体ToolStripMenuItem.Text = "字体";
this.字体ToolStripMenuItem.Click += new System.EventHandler(this.字体ToolStripMenuItem_Click);
//
// 颜色ToolStripMenuItem
//
this.颜色ToolStripMenuItem.Name = "颜色ToolStripMenuItem";
this.颜色ToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
this.颜色ToolStripMenuItem.Text = "颜色";
this.颜色ToolStripMenuItem.Click += new System.EventHandler(this.颜色ToolStripMenuItem_Click);
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -