📄 form1.designer.cs
字号:
namespace Festel
{
partial class Festel
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not Encodey
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Festel));
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.prgprogressBar = new System.Windows.Forms.ProgressBar();
this.toolStrip = new System.Windows.Forms.ToolStrip();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.toolStripKey = new System.Windows.Forms.ToolStripTextBox();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.grpEncode = new System.Windows.Forms.GroupBox();
this.radFestel_Type3 = new System.Windows.Forms.RadioButton();
this.radFestel_Type2 = new System.Windows.Forms.RadioButton();
this.radFestel_Type1 = new System.Windows.Forms.RadioButton();
this.radFestel = new System.Windows.Forms.RadioButton();
this.btnOpen = new System.Windows.Forms.Button();
this.lblCipherText = new System.Windows.Forms.Label();
this.btnRun = new System.Windows.Forms.Button();
this.OutFileName = new System.Windows.Forms.TextBox();
this.InFileName = new System.Windows.Forms.TextBox();
this.lblPlainText = new System.Windows.Forms.Label();
this.toolStrip.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.grpEncode.SuspendLayout();
this.SuspendLayout();
//
// openFileDialog
//
this.openFileDialog.FileName = "openFileDialog1";
//
// prgprogressBar
//
this.prgprogressBar.Location = new System.Drawing.Point(0, 399);
this.prgprogressBar.Name = "prgprogressBar";
this.prgprogressBar.Size = new System.Drawing.Size(567, 23);
this.prgprogressBar.TabIndex = 2;
//
// toolStrip
//
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel2,
this.toolStripKey,
this.toolStripButton1,
this.toolStripLabel1,
this.toolStripButton2});
this.toolStrip.Location = new System.Drawing.Point(0, 0);
this.toolStrip.Name = "toolStrip";
this.toolStrip.Size = new System.Drawing.Size(570, 25);
this.toolStrip.TabIndex = 5;
this.toolStrip.Text = "toolStrip";
//
// toolStripLabel2
//
this.toolStripLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(47, 22);
this.toolStripLabel2.Text = "Get Key";
//
// toolStripKey
//
this.toolStripKey.Name = "toolStripKey";
this.toolStripKey.Size = new System.Drawing.Size(100, 25);
//
// toolStripButton1
//
this.toolStripButton1.BackColor = System.Drawing.Color.Maroon;
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(57, 22);
this.toolStripLabel1.Text = "Creat Key";
//
// toolStripButton2
//
this.toolStripButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
this.toolStripButton2.Text = "toolStripButton2";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// splitContainer1
//
this.splitContainer1.Location = new System.Drawing.Point(0, 28);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.grpEncode);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.btnOpen);
this.splitContainer1.Panel2.Controls.Add(this.lblCipherText);
this.splitContainer1.Panel2.Controls.Add(this.btnRun);
this.splitContainer1.Panel2.Controls.Add(this.OutFileName);
this.splitContainer1.Panel2.Controls.Add(this.InFileName);
this.splitContainer1.Panel2.Controls.Add(this.lblPlainText);
this.splitContainer1.Size = new System.Drawing.Size(566, 365);
this.splitContainer1.SplitterDistance = 268;
this.splitContainer1.TabIndex = 6;
//
// grpEncode
//
this.grpEncode.Controls.Add(this.radFestel_Type3);
this.grpEncode.Controls.Add(this.radFestel_Type2);
this.grpEncode.Controls.Add(this.radFestel_Type1);
this.grpEncode.Controls.Add(this.radFestel);
this.grpEncode.Location = new System.Drawing.Point(13, 23);
this.grpEncode.Name = "grpEncode";
this.grpEncode.Size = new System.Drawing.Size(241, 307);
this.grpEncode.TabIndex = 23;
this.grpEncode.TabStop = false;
this.grpEncode.Text = "Encode";
//
// radFestel_Type3
//
this.radFestel_Type3.AutoSize = true;
this.radFestel_Type3.Location = new System.Drawing.Point(23, 131);
this.radFestel_Type3.Name = "radFestel_Type3";
this.radFestel_Type3.Size = new System.Drawing.Size(89, 17);
this.radFestel_Type3.TabIndex = 3;
this.radFestel_Type3.TabStop = true;
this.radFestel_Type3.Text = "Festel_Type3";
this.radFestel_Type3.UseVisualStyleBackColor = true;
//
// radFestel_Type2
//
this.radFestel_Type2.AutoSize = true;
this.radFestel_Type2.Location = new System.Drawing.Point(23, 98);
this.radFestel_Type2.Name = "radFestel_Type2";
this.radFestel_Type2.Size = new System.Drawing.Size(89, 17);
this.radFestel_Type2.TabIndex = 2;
this.radFestel_Type2.TabStop = true;
this.radFestel_Type2.Text = "Festel_Type2";
this.radFestel_Type2.UseVisualStyleBackColor = true;
//
// radFestel_Type1
//
this.radFestel_Type1.AutoSize = true;
this.radFestel_Type1.Location = new System.Drawing.Point(23, 62);
this.radFestel_Type1.Name = "radFestel_Type1";
this.radFestel_Type1.Size = new System.Drawing.Size(92, 17);
this.radFestel_Type1.TabIndex = 1;
this.radFestel_Type1.TabStop = true;
this.radFestel_Type1.Text = "Festel_Type 1";
this.radFestel_Type1.UseVisualStyleBackColor = true;
//
// radFestel
//
this.radFestel.AutoSize = true;
this.radFestel.Location = new System.Drawing.Point(23, 30);
this.radFestel.Name = "radFestel";
this.radFestel.Size = new System.Drawing.Size(53, 17);
this.radFestel.TabIndex = 0;
this.radFestel.TabStop = true;
this.radFestel.Text = "Festel";
this.radFestel.UseVisualStyleBackColor = true;
//
// btnOpen
//
this.btnOpen.Location = new System.Drawing.Point(111, 99);
this.btnOpen.Name = "btnOpen";
this.btnOpen.Size = new System.Drawing.Size(59, 25);
this.btnOpen.TabIndex = 24;
this.btnOpen.Text = "Open";
this.btnOpen.UseVisualStyleBackColor = true;
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
//
// lblCipherText
//
this.lblCipherText.AutoSize = true;
this.lblCipherText.Location = new System.Drawing.Point(3, 121);
this.lblCipherText.Name = "lblCipherText";
this.lblCipherText.Size = new System.Drawing.Size(29, 13);
this.lblCipherText.TabIndex = 22;
this.lblCipherText.Text = "After";
//
// btnRun
//
this.btnRun.Location = new System.Drawing.Point(95, 238);
this.btnRun.Name = "btnRun";
this.btnRun.Size = new System.Drawing.Size(75, 23);
this.btnRun.TabIndex = 8;
this.btnRun.Text = "Run";
this.btnRun.UseVisualStyleBackColor = true;
this.btnRun.Click += new System.EventHandler(this.btnEncode_Click);
//
// OutFileName
//
this.OutFileName.Location = new System.Drawing.Point(3, 153);
this.OutFileName.Multiline = true;
this.OutFileName.Name = "OutFileName";
this.OutFileName.Size = new System.Drawing.Size(287, 28);
this.OutFileName.TabIndex = 23;
//
// InFileName
//
this.InFileName.Location = new System.Drawing.Point(3, 52);
this.InFileName.Multiline = true;
this.InFileName.Name = "InFileName";
this.InFileName.Size = new System.Drawing.Size(288, 27);
this.InFileName.TabIndex = 20;
//
// lblPlainText
//
this.lblPlainText.AutoSize = true;
this.lblPlainText.Location = new System.Drawing.Point(0, 23);
this.lblPlainText.Name = "lblPlainText";
this.lblPlainText.Size = new System.Drawing.Size(38, 13);
this.lblPlainText.TabIndex = 21;
this.lblPlainText.Text = "Before";
//
// Festel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Gray;
this.ClientSize = new System.Drawing.Size(570, 424);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip);
this.Controls.Add(this.prgprogressBar);
this.Name = "Festel";
this.Text = "Festel";
this.toolStrip.ResumeLayout(false);
this.toolStrip.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
this.splitContainer1.ResumeLayout(false);
this.grpEncode.ResumeLayout(false);
this.grpEncode.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
private System.Windows.Forms.ProgressBar prgprogressBar;
private System.Windows.Forms.ToolStrip toolStrip;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Button btnRun;
private System.Windows.Forms.Label lblCipherText;
private System.Windows.Forms.TextBox OutFileName;
private System.Windows.Forms.TextBox InFileName;
private System.Windows.Forms.Label lblPlainText;
private System.Windows.Forms.GroupBox grpEncode;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStripTextBox toolStripKey;
private System.Windows.Forms.RadioButton radFestel;
private System.Windows.Forms.RadioButton radFestel_Type3;
private System.Windows.Forms.RadioButton radFestel_Type2;
private System.Windows.Forms.RadioButton radFestel_Type1;
private System.Windows.Forms.Button btnOpen;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -