📄 form1.designer.cs
字号:
namespace 加密解密程序
{
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.button1 = new System.Windows.Forms.Button();
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.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(21, 70);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "加密";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件ToolStripMenuItem,
this.关于ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(378, 24);
this.menuStrip1.TabIndex = 3;
this.menuStrip1.Text = "menuStrip1";
//
// 文件ToolStripMenuItem
//
this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.加密矩阵ToolStripMenuItem,
this.加密ToolStripMenuItem,
this.解密ToolStripMenuItem,
this.退出ToolStripMenuItem});
this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
this.文件ToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
this.文件ToolStripMenuItem.Text = "文件";
//
// 加密矩阵ToolStripMenuItem
//
this.加密矩阵ToolStripMenuItem.Name = "加密矩阵ToolStripMenuItem";
this.加密矩阵ToolStripMenuItem.Size = new System.Drawing.Size(146, 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(146, 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(146, 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(146, 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(43, 20);
this.关于ToolStripMenuItem.Text = "关于";
//
// 关于作者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.Name = "关于软件ToolStripMenuItem";
this.关于软件ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
this.关于软件ToolStripMenuItem.Text = "关于软件";
this.关于软件ToolStripMenuItem.Click += new System.EventHandler(this.关于软件ToolStripMenuItem_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(21, 124);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 4;
this.button2.Text = "解密";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(21, 176);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 5;
this.button3.Text = "破译";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(378, 268);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "加密解密程序";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 加密矩阵ToolStripMenuItem;
private System.Windows.Forms.Button button2;
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 关于软件ToolStripMenuItem;
private System.Windows.Forms.Button button3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -