?? form2.designer.cs
字號:
?namespace WindowsApplication1
{
partial class Form2
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.關(guān)閉ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.關(guān)閉ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.格式Y(jié)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.藍(lán)色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.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.fontDialog1 = new System.Windows.Forms.FontDialog();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// richTextBox1
//
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.richTextBox1.Location = new System.Drawing.Point(0, 24);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(508, 242);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件FToolStripMenuItem,
this.格式Y(jié)ToolStripMenuItem,
this.編輯ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(508, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
this.menuStrip1.Visible = false;
//
// 文件FToolStripMenuItem
//
this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.保存ToolStripMenuItem,
this.關(guān)閉ToolStripMenuItem,
this.關(guān)閉ToolStripMenuItem1});
this.文件FToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
this.文件FToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
this.文件FToolStripMenuItem.Text = "文件[&F]";
//
// 保存ToolStripMenuItem
//
this.保存ToolStripMenuItem.Name = "保存ToolStripMenuItem";
this.保存ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.保存ToolStripMenuItem.Text = "保存";
this.保存ToolStripMenuItem.Click += new System.EventHandler(this.保存ToolStripMenuItem_Click);
//
// 關(guān)閉ToolStripMenuItem
//
this.關(guān)閉ToolStripMenuItem.Name = "關(guān)閉ToolStripMenuItem";
this.關(guān)閉ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.關(guān)閉ToolStripMenuItem.Text = "另存為";
this.關(guān)閉ToolStripMenuItem.Click += new System.EventHandler(this.關(guān)閉ToolStripMenuItem_Click);
//
// 關(guān)閉ToolStripMenuItem1
//
this.關(guān)閉ToolStripMenuItem1.Name = "關(guān)閉ToolStripMenuItem1";
this.關(guān)閉ToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
this.關(guān)閉ToolStripMenuItem1.Text = "退出文本編輯";
this.關(guān)閉ToolStripMenuItem1.Click += new System.EventHandler(this.關(guān)閉ToolStripMenuItem1_Click_1);
//
// 格式Y(jié)ToolStripMenuItem
//
this.格式Y(jié)ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.字體ToolStripMenuItem,
this.顏色ToolStripMenuItem,
this.背景顏色ToolStripMenuItem,
this.歷史記錄ToolStripMenuItem});
this.格式Y(jié)ToolStripMenuItem.Name = "格式Y(jié)ToolStripMenuItem";
this.格式Y(jié)ToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
this.格式Y(jié)ToolStripMenuItem.Text = "格式[&Y]";
//
// 字體ToolStripMenuItem
//
this.字體ToolStripMenuItem.Name = "字體ToolStripMenuItem";
this.字體ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
this.字體ToolStripMenuItem.Text = "字體";
this.字體ToolStripMenuItem.Click += new System.EventHandler(this.字體ToolStripMenuItem_Click_1);
//
// 顏色ToolStripMenuItem
//
this.顏色ToolStripMenuItem.Name = "顏色ToolStripMenuItem";
this.顏色ToolStripMenuItem.Size = new System.Drawing.Size(122, 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.藍(lán)色ToolStripMenuItem,
this.紅色ToolStripMenuItem});
this.背景顏色ToolStripMenuItem.Name = "背景顏色ToolStripMenuItem";
this.背景顏色ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
this.背景顏色ToolStripMenuItem.Text = "背景顏色";
//
// 白色ToolStripMenuItem
//
this.白色ToolStripMenuItem.Name = "白色ToolStripMenuItem";
this.白色ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
this.白色ToolStripMenuItem.Text = "白色";
this.白色ToolStripMenuItem.Click += new System.EventHandler(this.白色ToolStripMenuItem_Click);
//
// 藍(lán)色ToolStripMenuItem
//
this.藍(lán)色ToolStripMenuItem.Name = "藍(lán)色ToolStripMenuItem";
this.藍(lán)色ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
this.藍(lán)色ToolStripMenuItem.Text = "藍(lán)色";
this.藍(lán)色ToolStripMenuItem.Click += new System.EventHandler(this.藍(lán)色ToolStripMenuItem_Click);
//
// 紅色ToolStripMenuItem
//
this.紅色ToolStripMenuItem.Name = "紅色ToolStripMenuItem";
this.紅色ToolStripMenuItem.Size = new System.Drawing.Size(98, 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(122, 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.Name = "編輯ToolStripMenuItem";
this.編輯ToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
this.編輯ToolStripMenuItem.Text = "編輯[&F]";
//
// 查找ToolStripMenuItem
//
this.查找ToolStripMenuItem.Name = "查找ToolStripMenuItem";
this.查找ToolStripMenuItem.Size = new System.Drawing.Size(98, 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(98, 22);
this.替換ToolStripMenuItem.Text = "替換";
this.替換ToolStripMenuItem.Click += new System.EventHandler(this.替換ToolStripMenuItem_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(508, 266);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form2";
this.Text = "Form2";
this.Load += new System.EventHandler(this.Form2_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 保存ToolStripMenuItem;
public System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 關(guān)閉ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 關(guān)閉ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 格式Y(jié)ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 字體ToolStripMenuItem;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.ToolStripMenuItem 顏色ToolStripMenuItem;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.FontDialog fontDialog1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.ToolStripMenuItem 編輯ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 查找ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 替換ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 背景顏色ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 白色ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 藍(lán)色ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 紅色ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 歷史記錄ToolStripMenuItem;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -