📄 jishiben.designer.cs
字号:
namespace jishiben
{
partial class jishiben
{
/// <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.MsMenu = new System.Windows.Forms.MenuStrip();
this.tSMFile = new System.Windows.Forms.ToolStripMenuItem();
this.tSMFile_new = new System.Windows.Forms.ToolStripMenuItem();
this.tSMFile_open = new System.Windows.Forms.ToolStripMenuItem();
this.tSMFile_save = new System.Windows.Forms.ToolStripMenuItem();
this.tSMFile_saveas = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tSMFile_pagesetup = new System.Windows.Forms.ToolStripMenuItem();
this.tSMFile_print = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tSMFile_quit = new System.Windows.Forms.ToolStripMenuItem();
this.tSMEdit = new System.Windows.Forms.ToolStripMenuItem();
this.tSMEdit_Undo = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tSMEdit_cut = new System.Windows.Forms.ToolStripMenuItem();
this.tSMEdit_copy = new System.Windows.Forms.ToolStripMenuItem();
this.tSMEdit_patse = new System.Windows.Forms.ToolStripMenuItem();
this.tSMEdit_delet = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.tSMEdit_search = new System.Windows.Forms.ToolStripMenuItem();
this.tSMEdit_searchnext = new System.Windows.Forms.ToolStripMenuItem();
this.tSMEdit_replace = new System.Windows.Forms.ToolStripMenuItem();
this.tSMEdit_goto = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.tSMEdit_chooseall = new System.Windows.Forms.ToolStripMenuItem();
this.tSMEdit_time = new System.Windows.Forms.ToolStripMenuItem();
this.tSMFormat = new System.Windows.Forms.ToolStripMenuItem();
this.tSMFormat_autoline = new System.Windows.Forms.ToolStripMenuItem();
this.tSMFormat_font = new System.Windows.Forms.ToolStripMenuItem();
this.tSMFormat_fontcolor = new System.Windows.Forms.ToolStripMenuItem();
this.tSMSearch = new System.Windows.Forms.ToolStripMenuItem();
this.tSMSearch_statusbar = new System.Windows.Forms.ToolStripMenuItem();
this.tSMHelp = new System.Windows.Forms.ToolStripMenuItem();
this.tSMHelp_subject = new System.Windows.Forms.ToolStripMenuItem();
this.tSMHelp_jsb = new System.Windows.Forms.ToolStripMenuItem();
this.tBtext = new System.Windows.Forms.RichTextBox();
this.tSSL_statusbar = new System.Windows.Forms.ToolStripStatusLabel();
this.sSstatusbar = new System.Windows.Forms.StatusStrip();
this.MsMenu.SuspendLayout();
this.sSstatusbar.SuspendLayout();
this.SuspendLayout();
//
// MsMenu
//
this.MsMenu.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.MsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tSMFile,
this.tSMEdit,
this.tSMFormat,
this.tSMSearch,
this.tSMHelp});
this.MsMenu.Location = new System.Drawing.Point(0, 0);
this.MsMenu.Name = "MsMenu";
this.MsMenu.Size = new System.Drawing.Size(589, 24);
this.MsMenu.TabIndex = 0;
this.MsMenu.Text = "menuStrip1";
//
// tSMFile
//
this.tSMFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tSMFile_new,
this.tSMFile_open,
this.tSMFile_save,
this.tSMFile_saveas,
this.toolStripSeparator1,
this.tSMFile_pagesetup,
this.tSMFile_print,
this.toolStripSeparator2,
this.tSMFile_quit});
this.tSMFile.Name = "tSMFile";
this.tSMFile.ShortcutKeyDisplayString = "";
this.tSMFile.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F)));
this.tSMFile.Size = new System.Drawing.Size(59, 20);
this.tSMFile.Text = "文件(&F)";
//
// tSMFile_new
//
this.tSMFile_new.Name = "tSMFile_new";
this.tSMFile_new.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.tSMFile_new.Size = new System.Drawing.Size(171, 22);
this.tSMFile_new.Text = "新建(&N)";
this.tSMFile_new.Click += new System.EventHandler(this.tSMFile_new_Click);
//
// tSMFile_open
//
this.tSMFile_open.Name = "tSMFile_open";
this.tSMFile_open.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.tSMFile_open.Size = new System.Drawing.Size(171, 22);
this.tSMFile_open.Text = "打开(&O)...";
this.tSMFile_open.Click += new System.EventHandler(this.tSMFile_open_Click);
//
// tSMFile_save
//
this.tSMFile_save.Name = "tSMFile_save";
this.tSMFile_save.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.tSMFile_save.Size = new System.Drawing.Size(171, 22);
this.tSMFile_save.Text = "保存(&S)";
this.tSMFile_save.Click += new System.EventHandler(this.tSMFile_save_Click);
//
// tSMFile_saveas
//
this.tSMFile_saveas.Name = "tSMFile_saveas";
this.tSMFile_saveas.ShortcutKeyDisplayString = "a";
this.tSMFile_saveas.ShowShortcutKeys = false;
this.tSMFile_saveas.Size = new System.Drawing.Size(171, 22);
this.tSMFile_saveas.Text = "另存为(&A)...";
this.tSMFile_saveas.Click += new System.EventHandler(this.tSMFile_saveas_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(168, 6);
//
// tSMFile_pagesetup
//
this.tSMFile_pagesetup.Name = "tSMFile_pagesetup";
this.tSMFile_pagesetup.ShortcutKeyDisplayString = "u";
this.tSMFile_pagesetup.ShowShortcutKeys = false;
this.tSMFile_pagesetup.Size = new System.Drawing.Size(171, 22);
this.tSMFile_pagesetup.Text = "页面设置(&U)";
this.tSMFile_pagesetup.Click += new System.EventHandler(this.tSMFile_pagesetup_Click);
//
// tSMFile_print
//
this.tSMFile_print.Name = "tSMFile_print";
this.tSMFile_print.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
this.tSMFile_print.Size = new System.Drawing.Size(171, 22);
this.tSMFile_print.Text = "打印(&P)...";
this.tSMFile_print.Click += new System.EventHandler(this.tSMFile_print_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(168, 6);
//
// tSMFile_quit
//
this.tSMFile_quit.Name = "tSMFile_quit";
this.tSMFile_quit.ShortcutKeyDisplayString = "x";
this.tSMFile_quit.ShowShortcutKeys = false;
this.tSMFile_quit.Size = new System.Drawing.Size(171, 22);
this.tSMFile_quit.Text = "退出(&X)";
this.tSMFile_quit.Click += new System.EventHandler(this.tSMFile_quit_Click);
//
// tSMEdit
//
this.tSMEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tSMEdit_Undo,
this.toolStripSeparator3,
this.tSMEdit_cut,
this.tSMEdit_copy,
this.tSMEdit_patse,
this.tSMEdit_delet,
this.toolStripSeparator4,
this.tSMEdit_search,
this.tSMEdit_searchnext,
this.tSMEdit_replace,
this.tSMEdit_goto,
this.toolStripSeparator5,
this.tSMEdit_chooseall,
this.tSMEdit_time});
this.tSMEdit.Name = "tSMEdit";
this.tSMEdit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.E)));
this.tSMEdit.Size = new System.Drawing.Size(59, 20);
this.tSMEdit.Text = "编辑(&E)";
//
// tSMEdit_Undo
//
this.tSMEdit_Undo.Name = "tSMEdit_Undo";
this.tSMEdit_Undo.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
this.tSMEdit_Undo.Size = new System.Drawing.Size(171, 22);
this.tSMEdit_Undo.Text = "撤消(&U)";
this.tSMEdit_Undo.Click += new System.EventHandler(this.tSMEdit_Undo_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(168, 6);
//
// tSMEdit_cut
//
this.tSMEdit_cut.Name = "tSMEdit_cut";
this.tSMEdit_cut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
this.tSMEdit_cut.Size = new System.Drawing.Size(171, 22);
this.tSMEdit_cut.Text = "剪切(&T)";
this.tSMEdit_cut.Click += new System.EventHandler(this.tSMEdit_cut_Click);
//
// tSMEdit_copy
//
this.tSMEdit_copy.Name = "tSMEdit_copy";
this.tSMEdit_copy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.tSMEdit_copy.Size = new System.Drawing.Size(171, 22);
this.tSMEdit_copy.Text = "复制(&C)";
this.tSMEdit_copy.Click += new System.EventHandler(this.tSMEdit_copy_Click);
//
// tSMEdit_patse
//
this.tSMEdit_patse.Name = "tSMEdit_patse";
this.tSMEdit_patse.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
this.tSMEdit_patse.Size = new System.Drawing.Size(171, 22);
this.tSMEdit_patse.Text = "粘贴(&P)";
this.tSMEdit_patse.Click += new System.EventHandler(this.tSMEdit_patse_Click);
//
// tSMEdit_delet
//
this.tSMEdit_delet.Name = "tSMEdit_delet";
this.tSMEdit_delet.ShortcutKeys = System.Windows.Forms.Keys.Delete;
this.tSMEdit_delet.Size = new System.Drawing.Size(171, 22);
this.tSMEdit_delet.Text = "删除(&L)";
this.tSMEdit_delet.Click += new System.EventHandler(this.tSMEdit_delet_Click);
//
// toolStripSeparator4
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -