⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 Encrypt and Decrypt with different algorithm. Can enter password for each file you encrypt.
💻 CS
字号:
namespace EN11
{
    partial class StartPage
    {
        /// <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.lblInf = new System.Windows.Forms.Label();
            this.GE = new System.Windows.Forms.GroupBox();
            this.butte = new System.Windows.Forms.Button();
            this.buttEP = new System.Windows.Forms.Button();
            this.GD = new System.Windows.Forms.GroupBox();
            this.buttd = new System.Windows.Forms.Button();
            this.buttdp = new System.Windows.Forms.Button();
            this.bctt = new System.Windows.Forms.Button();
            this.GE.SuspendLayout();
            this.GD.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblInf
            // 
            this.lblInf.AutoSize = true;
            this.lblInf.BackColor = System.Drawing.Color.Transparent;
            this.lblInf.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblInf.ForeColor = System.Drawing.Color.Yellow;
            this.lblInf.Location = new System.Drawing.Point(198, 21);
            this.lblInf.Name = "lblInf";
            this.lblInf.Size = new System.Drawing.Size(183, 25);
            this.lblInf.TabIndex = 0;
            this.lblInf.Text = "Select an option";
            // 
            // GE
            // 
            this.GE.BackColor = System.Drawing.Color.Transparent;
            this.GE.Controls.Add(this.butte);
            this.GE.Controls.Add(this.buttEP);
            this.GE.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.GE.ForeColor = System.Drawing.Color.Yellow;
            this.GE.Location = new System.Drawing.Point(12, 51);
            this.GE.Name = "GE";
            this.GE.Size = new System.Drawing.Size(587, 153);
            this.GE.TabIndex = 1;
            this.GE.TabStop = false;
            this.GE.Text = "Encrypt";
            // 
            // butte
            // 
            this.butte.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.butte.ForeColor = System.Drawing.Color.White;
            this.butte.Image = global::EN11.Properties.Resources.Soap_Bubbles;
            this.butte.Location = new System.Drawing.Point(323, 25);
            this.butte.Name = "butte";
            this.butte.Size = new System.Drawing.Size(258, 111);
            this.butte.TabIndex = 1;
            this.butte.Text = "Encrypt files without a password";
            this.butte.UseVisualStyleBackColor = true;
            this.butte.Click += new System.EventHandler(this.butte_Click);
            // 
            // buttEP
            // 
            this.buttEP.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttEP.Image = global::EN11.Properties.Resources.Santa_Fe_Stucco;
            this.buttEP.Location = new System.Drawing.Point(7, 25);
            this.buttEP.Name = "buttEP";
            this.buttEP.Size = new System.Drawing.Size(258, 111);
            this.buttEP.TabIndex = 0;
            this.buttEP.Text = "Encrypt files using a password";
            this.buttEP.UseVisualStyleBackColor = true;
            this.buttEP.Click += new System.EventHandler(this.buttEP_Click);
            // 
            // GD
            // 
            this.GD.BackColor = System.Drawing.Color.Transparent;
            this.GD.Controls.Add(this.buttd);
            this.GD.Controls.Add(this.buttdp);
            this.GD.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.GD.ForeColor = System.Drawing.Color.Yellow;
            this.GD.Location = new System.Drawing.Point(12, 303);
            this.GD.Name = "GD";
            this.GD.Size = new System.Drawing.Size(587, 153);
            this.GD.TabIndex = 2;
            this.GD.TabStop = false;
            this.GD.Text = "Decrypt";
            // 
            // buttd
            // 
            this.buttd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttd.ForeColor = System.Drawing.Color.White;
            this.buttd.Image = global::EN11.Properties.Resources.Soap_Bubbles;
            this.buttd.Location = new System.Drawing.Point(323, 25);
            this.buttd.Name = "buttd";
            this.buttd.Size = new System.Drawing.Size(258, 111);
            this.buttd.TabIndex = 1;
            this.buttd.Text = "Derypt files without a password";
            this.buttd.UseVisualStyleBackColor = true;
            this.buttd.Click += new System.EventHandler(this.buttd_Click);
            // 
            // buttdp
            // 
            this.buttdp.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttdp.Image = global::EN11.Properties.Resources.Santa_Fe_Stucco;
            this.buttdp.Location = new System.Drawing.Point(7, 25);
            this.buttdp.Name = "buttdp";
            this.buttdp.Size = new System.Drawing.Size(258, 111);
            this.buttdp.TabIndex = 0;
            this.buttdp.Text = "Decrypt files using a password";
            this.buttdp.UseVisualStyleBackColor = true;
            this.buttdp.Click += new System.EventHandler(this.buttdp_Click);
            // 
            // bctt
            // 
            this.bctt.BackColor = System.Drawing.Color.Transparent;
            this.bctt.Cursor = System.Windows.Forms.Cursors.Hand;
            this.bctt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bctt.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bctt.ForeColor = System.Drawing.Color.Yellow;
            this.bctt.Location = new System.Drawing.Point(12, 12);
            this.bctt.Name = "bctt";
            this.bctt.Size = new System.Drawing.Size(75, 23);
            this.bctt.TabIndex = 3;
            this.bctt.Text = "&About";
            this.bctt.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.bctt.UseVisualStyleBackColor = false;
            this.bctt.Click += new System.EventHandler(this.bctt_Click);
            // 
            // StartPage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.BackgroundImage = global::EN11.Properties.Resources.Untitled_1;
            this.ClientSize = new System.Drawing.Size(611, 468);
            this.Controls.Add(this.bctt);
            this.Controls.Add(this.GD);
            this.Controls.Add(this.GE);
            this.Controls.Add(this.lblInf);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.Name = "StartPage";
            this.Text = "Welcome to file encrypter";
            this.Load += new System.EventHandler(this.StartPage_Load);
            this.GE.ResumeLayout(false);
            this.GD.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblInf;
        private System.Windows.Forms.GroupBox GE;
        private System.Windows.Forms.Button butte;
        private System.Windows.Forms.Button buttEP;
        private System.Windows.Forms.GroupBox GD;
        private System.Windows.Forms.Button buttd;
        private System.Windows.Forms.Button buttdp;
        private System.Windows.Forms.Button bctt;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -