📄 form1.designer.cs
字号:
this.替换ToolStripMenuItem.Size = new System.Drawing.Size(184, 26);
this.替换ToolStripMenuItem.Text = "替换(&E)";
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(57, 20);
this.查看ToolStripMenuItem.Text = "查看(&V)";
//
// 工具栏ToolStripMenuItem
//
this.工具栏ToolStripMenuItem.Checked = true;
this.工具栏ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.工具栏ToolStripMenuItem.Name = "工具栏ToolStripMenuItem";
this.工具栏ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.工具栏ToolStripMenuItem.Text = "工具栏(&T)";
this.工具栏ToolStripMenuItem.Click += new System.EventHandler(this.工具栏ToolStripMenuItem_Click);
//
// 格式栏ToolStripMenuItem
//
this.格式栏ToolStripMenuItem.Checked = true;
this.格式栏ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.格式栏ToolStripMenuItem.Name = "格式栏ToolStripMenuItem";
this.格式栏ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.格式栏ToolStripMenuItem.Text = "格式栏(&F)";
this.格式栏ToolStripMenuItem.Click += new System.EventHandler(this.格式栏ToolStripMenuItem_Click);
//
// 状态栏ToolStripMenuItem
//
this.状态栏ToolStripMenuItem.Checked = true;
this.状态栏ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.状态栏ToolStripMenuItem.Name = "状态栏ToolStripMenuItem";
this.状态栏ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.状态栏ToolStripMenuItem.Text = "状态栏(&S)";
this.状态栏ToolStripMenuItem.Click += new System.EventHandler(this.状态栏ToolStripMenuItem_Click);
//
// 插入ToolStripMenuItem
//
this.插入ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.日期时间ToolStripMenuItem});
this.插入ToolStripMenuItem.Name = "插入ToolStripMenuItem";
this.插入ToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
this.插入ToolStripMenuItem.Text = "插入(&I)";
//
// 格式ToolStripMenuItem
//
this.格式ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.字体ToolStripMenuItem,
this.颜色ToolStripMenuItem,
this.toolStripSeparator5,
this.自动换行ToolStripMenuItem});
this.格式ToolStripMenuItem.Name = "格式ToolStripMenuItem";
this.格式ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.格式ToolStripMenuItem.Text = "格式(&O)";
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(153, 6);
//
// 自动换行ToolStripMenuItem
//
this.自动换行ToolStripMenuItem.Checked = true;
this.自动换行ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.自动换行ToolStripMenuItem.Name = "自动换行ToolStripMenuItem";
this.自动换行ToolStripMenuItem.Size = new System.Drawing.Size(156, 26);
this.自动换行ToolStripMenuItem.Text = "自动换行(&W)";
this.自动换行ToolStripMenuItem.Click += new System.EventHandler(this.自动换行ToolStripMenuItem_Click);
//
// 帮助ToolStripMenuItem
//
this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.关于本软件ToolStripMenuItem,
this.toolStripSeparator6,
this.帮助主题ToolStripMenuItem});
this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
this.帮助ToolStripMenuItem.Text = "帮助(&H)";
//
// 关于本软件ToolStripMenuItem
//
this.关于本软件ToolStripMenuItem.Name = "关于本软件ToolStripMenuItem";
this.关于本软件ToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
this.关于本软件ToolStripMenuItem.Text = "关于本软件(&A)";
this.关于本软件ToolStripMenuItem.Click += new System.EventHandler(this.关于本软件ToolStripMenuItem_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(158, 6);
//
// 帮助主题ToolStripMenuItem
//
this.帮助主题ToolStripMenuItem.Name = "帮助主题ToolStripMenuItem";
this.帮助主题ToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
this.帮助主题ToolStripMenuItem.Text = "帮助主题(&H)";
this.帮助主题ToolStripMenuItem.Click += new System.EventHandler(this.帮助主题ToolStripMenuItem_Click);
//
// toolStripContainer1
//
//
// toolStripContainer1.BottomToolStripPanel
//
this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Controls.Add(this.richTextBox1);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(529, 246);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer1.Location = new System.Drawing.Point(0, 24);
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.Size = new System.Drawing.Size(529, 320);
this.toolStripContainer1.TabIndex = 1;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStripContainer1.TopToolStripPanel
//
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip2);
//
// statusStrip1
//
this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.statusStrip1.Location = new System.Drawing.Point(0, 0);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(529, 22);
this.statusStrip1.TabIndex = 0;
//
// richTextBox1
//
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.richTextBox1.Location = new System.Drawing.Point(0, 0);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(529, 246);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
//
// toolStrip1
//
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripSeparator7,
this.toolStripButton4,
this.toolStripButton5,
this.toolStripSeparator8,
this.toolStripButton6,
this.toolStripSeparator9,
this.toolStripButton7,
this.toolStripButton8,
this.toolStripButton9,
this.toolStripButton10,
this.toolStripButton11,
this.toolStripSeparator10,
this.toolStripButton12});
this.toolStrip1.Location = new System.Drawing.Point(3, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(322, 26);
this.toolStrip1.TabIndex = 0;
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 26);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(6, 26);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 26);
//
// toolStripSeparator10
//
this.toolStripSeparator10.Name = "toolStripSeparator10";
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 26);
//
// toolStrip2
//
this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripComboBox1,
this.toolStripSeparator11,
this.toolStripComboBox2,
this.toolStripSeparator12,
this.toolStripButton13,
this.toolStripButton14,
this.toolStripButton15,
this.toolStripButton16,
this.toolStripSeparator13,
this.toolStripButton17,
this.toolStripButton18,
this.toolStripButton19});
this.toolStrip2.Location = new System.Drawing.Point(3, 26);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.Size = new System.Drawing.Size(475, 26);
this.toolStrip2.TabIndex = 1;
//
// toolStripComboBox1
//
this.toolStripComboBox1.Name = "toolStripComboBox1";
this.toolStripComboBox1.Size = new System.Drawing.Size(200, 26);
//
// toolStripSeparator11
//
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(6, 26);
//
// toolStripComboBox2
//
this.toolStripComboBox2.Name = "toolStripComboBox2";
this.toolStripComboBox2.Size = new System.Drawing.Size(75, 26);
//
// toolStripSeparator12
//
this.toolStripSeparator12.Name = "toolStripSeparator12";
this.toolStripSeparator12.Size = new System.Drawing.Size(6, 26);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -