Archived
1
0

optimise files

This commit is contained in:
2025-11-25 20:14:10 +08:00
Unverified
parent bb4a37acc4
commit 4e148364a9
171 changed files with 6555 additions and 0 deletions

277
CS/19_8/Form1.Designer.cs generated Normal file
View File

@@ -0,0 +1,277 @@
namespace _19_8
{
partial class Form1
{
/// <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();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.NToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.退XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.PToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.FToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2);
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.ToolStripMenuItem,
this.HToolStripMenuItem,
this.ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1210, 32);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 文件ToolStripMenuItem
//
this.ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.NToolStripMenuItem,
this.OToolStripMenuItem,
this.SToolStripMenuItem,
this.toolStripSeparator1,
this.退XToolStripMenuItem});
this.ToolStripMenuItem.Name = "文件ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(62, 28);
this.ToolStripMenuItem.Text = "文件";
//
// 新建NToolStripMenuItem
//
this.NToolStripMenuItem.Name = "新建NToolStripMenuItem";
this.NToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
this.NToolStripMenuItem.Text = "新建(&N)";
this.NToolStripMenuItem.Click += new System.EventHandler(this.NToolStripMenuItem_Click);
//
// 打开OToolStripMenuItem
//
this.OToolStripMenuItem.Name = "打开OToolStripMenuItem";
this.OToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
this.OToolStripMenuItem.Text = "打开(&O)";
this.OToolStripMenuItem.Click += new System.EventHandler(this.OToolStripMenuItem_Click);
//
// 保存SToolStripMenuItem
//
this.SToolStripMenuItem.Name = "保存SToolStripMenuItem";
this.SToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
this.SToolStripMenuItem.Text = "保存(&S)";
this.SToolStripMenuItem.Click += new System.EventHandler(this.SToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(267, 6);
//
// 退出XToolStripMenuItem
//
this.退XToolStripMenuItem.Name = "退出XToolStripMenuItem";
this.退XToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
this.退XToolStripMenuItem.Text = "退出(&X)";
this.退XToolStripMenuItem.Click += new System.EventHandler(this.退XToolStripMenuItem_Click);
//
// 编辑ToolStripMenuItem
//
this.ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TToolStripMenuItem,
this.CToolStripMenuItem,
this.PToolStripMenuItem,
this.toolStripSeparator2,
this.FToolStripMenuItem});
this.ToolStripMenuItem.Name = "编辑ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(62, 28);
this.ToolStripMenuItem.Text = "编辑";
//
// 剪切TToolStripMenuItem
//
this.TToolStripMenuItem.Name = "剪切TToolStripMenuItem";
this.TToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
this.TToolStripMenuItem.Text = "剪切(&T)";
this.TToolStripMenuItem.Click += new System.EventHandler(this.TToolStripMenuItem_Click);
//
// 复制CToolStripMenuItem
//
this.CToolStripMenuItem.Name = "复制CToolStripMenuItem";
this.CToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
this.CToolStripMenuItem.Text = "复制(&C)";
this.CToolStripMenuItem.Click += new System.EventHandler(this.CToolStripMenuItem_Click);
//
// 粘贴PToolStripMenuItem
//
this.PToolStripMenuItem.Name = "粘贴PToolStripMenuItem";
this.PToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
this.PToolStripMenuItem.Text = "粘贴(&P)";
this.PToolStripMenuItem.Click += new System.EventHandler(this.PToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(267, 6);
//
// 字体FToolStripMenuItem
//
this.FToolStripMenuItem.Name = "字体FToolStripMenuItem";
this.FToolStripMenuItem.Size = new System.Drawing.Size(270, 34);
this.FToolStripMenuItem.Text = "字体(&F)";
this.FToolStripMenuItem.Click += new System.EventHandler(this.FToolStripMenuItem_Click);
//
// 帮助HToolStripMenuItem
//
this.HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
this.HToolStripMenuItem.Size = new System.Drawing.Size(88, 28);
this.HToolStripMenuItem.Text = "帮助(&H)";
this.HToolStripMenuItem.Click += new System.EventHandler(this.HToolStripMenuItem_Click);
//
// richTextBox1
//
this.richTextBox1.ContextMenuStrip = this.contextMenuStrip1;
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.richTextBox1.Location = new System.Drawing.Point(0, 32);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(1210, 703);
this.richTextBox1.TabIndex = 1;
this.richTextBox1.Text = "";
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.XToolStripMenuItem,
this.toolStripMenuItem1,
this.PToolStripMenuItem1,
this.toolStripSeparator3,
this.FToolStripMenuItem1});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(141, 130);
//
// 剪切XToolStripMenuItem
//
this.XToolStripMenuItem.Name = "剪切XToolStripMenuItem";
this.XToolStripMenuItem.Size = new System.Drawing.Size(140, 30);
this.XToolStripMenuItem.Text = "剪切(&X)";
this.XToolStripMenuItem.Click += new System.EventHandler(this.XToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(140, 30);
this.toolStripMenuItem1.Text = "复制(&C)";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
// 粘贴PToolStripMenuItem1
//
this.PToolStripMenuItem1.Name = "粘贴PToolStripMenuItem1";
this.PToolStripMenuItem1.Size = new System.Drawing.Size(140, 30);
this.PToolStripMenuItem1.Text = "粘贴(&P)";
this.PToolStripMenuItem1.Click += new System.EventHandler(this.PToolStripMenuItem1_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(137, 6);
//
// 字体FToolStripMenuItem1
//
this.FToolStripMenuItem1.Name = "字体FToolStripMenuItem1";
this.FToolStripMenuItem1.Size = new System.Drawing.Size(140, 30);
this.FToolStripMenuItem1.Text = "字体(&F)";
this.FToolStripMenuItem1.Click += new System.EventHandler(this.FToolStripMenuItem1_Click);
//
// 版本ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "版本ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(62, 28);
this.ToolStripMenuItem.Text = "版本";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1210, 735);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "Form1";
this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem NToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem OToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem SToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem 退XToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem TToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem CToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem PToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem FToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem HToolStripMenuItem;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem XToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem PToolStripMenuItem1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripMenuItem FToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
}
}