📄 form1.designer.cs
字号:
namespace yaseen
{
partial class Form1
{
/// <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 modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.En_button = new System.Windows.Forms.Button();
this.De_button = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.Save_button = new System.Windows.Forms.Button();
this.Ok_button = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// En_button
//
this.En_button.Location = new System.Drawing.Point(52, 235);
this.En_button.Name = "En_button";
this.En_button.Size = new System.Drawing.Size(62, 23);
this.En_button.TabIndex = 0;
this.En_button.Text = "Encryption";
this.En_button.UseVisualStyleBackColor = true;
this.En_button.Click += new System.EventHandler(this.En_button_Click);
//
// De_button
//
this.De_button.Location = new System.Drawing.Point(165, 235);
this.De_button.Name = "De_button";
this.De_button.Size = new System.Drawing.Size(75, 23);
this.De_button.TabIndex = 1;
this.De_button.Text = "Decryption";
this.De_button.UseVisualStyleBackColor = true;
this.De_button.Click += new System.EventHandler(this.De_button_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(6, 193);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(108, 23);
this.button1.TabIndex = 2;
this.button1.Text = "ShowOrignalfile";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(165, 193);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(104, 23);
this.button2.TabIndex = 3;
this.button2.Text = "ShowCryptedfile";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(12, 12);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(374, 117);
this.textBox1.TabIndex = 4;
//
// Save_button
//
this.Save_button.Location = new System.Drawing.Point(52, 279);
this.Save_button.Name = "Save_button";
this.Save_button.Size = new System.Drawing.Size(59, 23);
this.Save_button.TabIndex = 5;
this.Save_button.Text = "Save";
this.Save_button.UseVisualStyleBackColor = true;
this.Save_button.Click += new System.EventHandler(this.Save_button_Click);
//
// Ok_button
//
this.Ok_button.Location = new System.Drawing.Point(165, 279);
this.Ok_button.Name = "Ok_button";
this.Ok_button.Size = new System.Drawing.Size(75, 23);
this.Ok_button.TabIndex = 6;
this.Ok_button.Text = "OK";
this.Ok_button.UseVisualStyleBackColor = true;
this.Ok_button.Click += new System.EventHandler(this.Ok_button_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(257, 238);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(129, 20);
this.textBox2.TabIndex = 7;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(398, 340);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.Ok_button);
this.Controls.Add(this.Save_button);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.De_button);
this.Controls.Add(this.En_button);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button En_button;
private System.Windows.Forms.Button De_button;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button Save_button;
private System.Windows.Forms.Button Ok_button;
private System.Windows.Forms.TextBox textBox2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -