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

📄 ep_s1.designer.cs

📁 Encrypt and Decrypt with different algorithm. Can enter password for each file you encrypt.
💻 CS
字号:
namespace EN11
{
    partial class ep_s1
    {
        /// <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.infile = new System.Windows.Forms.TextBox();
            this.buttbrs = new System.Windows.Forms.Button();
            this.lblin1 = new System.Windows.Forms.Label();
            this.nuttnxt2 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // infile
            // 
            this.infile.Location = new System.Drawing.Point(262, 79);
            this.infile.Name = "infile";
            this.infile.Size = new System.Drawing.Size(220, 20);
            this.infile.TabIndex = 0;
            // 
            // buttbrs
            // 
            this.buttbrs.Location = new System.Drawing.Point(488, 77);
            this.buttbrs.Name = "buttbrs";
            this.buttbrs.Size = new System.Drawing.Size(75, 23);
            this.buttbrs.TabIndex = 1;
            this.buttbrs.Text = "&Select a file";
            this.buttbrs.UseVisualStyleBackColor = true;
            this.buttbrs.Click += new System.EventHandler(this.buttbrs_Click);
            // 
            // lblin1
            // 
            this.lblin1.AutoSize = true;
            this.lblin1.BackColor = System.Drawing.Color.Transparent;
            this.lblin1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblin1.ForeColor = System.Drawing.Color.Yellow;
            this.lblin1.Location = new System.Drawing.Point(12, 81);
            this.lblin1.Name = "lblin1";
            this.lblin1.Size = new System.Drawing.Size(76, 18);
            this.lblin1.TabIndex = 2;
            this.lblin1.Text = "Filename";
            // 
            // nuttnxt2
            // 
            this.nuttnxt2.Location = new System.Drawing.Point(569, 77);
            this.nuttnxt2.Name = "nuttnxt2";
            this.nuttnxt2.Size = new System.Drawing.Size(75, 23);
            this.nuttnxt2.TabIndex = 3;
            this.nuttnxt2.Text = "&Next";
            this.nuttnxt2.UseVisualStyleBackColor = true;
            this.nuttnxt2.Click += new System.EventHandler(this.nuttnxt2_Click);
            // 
            // ep_s1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::EN11.Properties.Resources.Untitled_2;
            this.ClientSize = new System.Drawing.Size(644, 108);
            this.Controls.Add(this.nuttnxt2);
            this.Controls.Add(this.lblin1);
            this.Controls.Add(this.buttbrs);
            this.Controls.Add(this.infile);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ep_s1";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Select an input file";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox infile;
        private System.Windows.Forms.Button buttbrs;
        private System.Windows.Forms.Label lblin1;
        private System.Windows.Forms.Button nuttnxt2;
    }
}

⌨️ 快捷键说明

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