📄 des.designer.cs
字号:
namespace DES_XPC
{
partial class DesForm
{
/// <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.mbox = new System.Windows.Forms.TextBox();
this.kbox = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.cbox = new System.Windows.Forms.TextBox();
this.sourse = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.ybox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button7 = new System.Windows.Forms.Button();
this.reset = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// mbox
//
this.mbox.Location = new System.Drawing.Point(84, 35);
this.mbox.Multiline = true;
this.mbox.Name = "mbox";
this.mbox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.mbox.Size = new System.Drawing.Size(317, 75);
this.mbox.TabIndex = 0;
//
// kbox
//
this.kbox.Location = new System.Drawing.Point(84, 8);
this.kbox.MaxLength = 8;
this.kbox.Name = "kbox";
this.kbox.Size = new System.Drawing.Size(75, 21);
this.kbox.TabIndex = 1;
//
// button1
//
this.button1.Location = new System.Drawing.Point(84, 163);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 2;
this.button1.Text = "加密";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(37, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 3;
this.label1.Text = "明文:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(37, 11);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 4;
this.label2.Text = "密钥:";
//
// button2
//
this.button2.Location = new System.Drawing.Point(84, 298);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 5;
this.button2.Text = "解密";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
this.button2.ClientSizeChanged += new System.EventHandler(this.button2_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(36, 197);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 6;
this.label3.Text = "密文:";
//
// cbox
//
this.cbox.Location = new System.Drawing.Point(84, 192);
this.cbox.Multiline = true;
this.cbox.Name = "cbox";
this.cbox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.cbox.Size = new System.Drawing.Size(317, 77);
this.cbox.TabIndex = 7;
//
// sourse
//
this.sourse.Location = new System.Drawing.Point(84, 275);
this.sourse.Name = "sourse";
this.sourse.ReadOnly = true;
this.sourse.Size = new System.Drawing.Size(170, 21);
this.sourse.TabIndex = 9;
//
// button3
//
this.button3.Location = new System.Drawing.Point(13, 63);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(65, 47);
this.button3.TabIndex = 10;
this.button3.Text = "打开需加密文本文件";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(13, 275);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(65, 46);
this.button4.TabIndex = 11;
this.button4.Text = "打开需解密文本文件";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(168, 11);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(233, 12);
this.label5.TabIndex = 17;
this.label5.Text = "密钥为64位,此处需输入8字符中英文或数字";
//
// ybox
//
this.ybox.Location = new System.Drawing.Point(84, 327);
this.ybox.Multiline = true;
this.ybox.Name = "ybox";
this.ybox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.ybox.Size = new System.Drawing.Size(317, 80);
this.ybox.TabIndex = 18;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(35, 338);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 19;
this.label4.Text = "原文:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(84, 136);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(170, 21);
this.textBox1.TabIndex = 20;
//
// button7
//
this.button7.Location = new System.Drawing.Point(260, 136);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(110, 23);
this.button7.TabIndex = 16;
this.button7.Text = "选择密文保存路径";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// reset
//
this.reset.Location = new System.Drawing.Point(117, 413);
this.reset.Name = "reset";
this.reset.Size = new System.Drawing.Size(75, 23);
this.reset.TabIndex = 21;
this.reset.Text = "复位";
this.reset.UseVisualStyleBackColor = true;
this.reset.Click += new System.EventHandler(this.reset_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(82, 113);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(317, 12);
this.label6.TabIndex = 22;
this.label6.Text = "(注:明文可以直接从此文本框手工输入,亦可从文件输入)";
//
// button5
//
this.button5.Location = new System.Drawing.Point(225, 413);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 23;
this.button5.Text = "退出";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// DesForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(415, 445);
this.Controls.Add(this.button5);
this.Controls.Add(this.label6);
this.Controls.Add(this.reset);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label4);
this.Controls.Add(this.ybox);
this.Controls.Add(this.label5);
this.Controls.Add(this.button7);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.sourse);
this.Controls.Add(this.cbox);
this.Controls.Add(this.label3);
this.Controls.Add(this.button2);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.Controls.Add(this.kbox);
this.Controls.Add(this.mbox);
this.MaximizeBox = false;
this.Name = "DesForm";
this.Text = "DES";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox mbox;
private System.Windows.Forms.TextBox kbox;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox cbox;
private System.Windows.Forms.TextBox sourse;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox ybox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button reset;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button5;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -