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

📄 dc_s1.designer.cs

📁 Encrypt and Decrypt with different algorithm. Can enter password for each file you encrypt.
💻 CS
字号:
namespace EN11
{
    partial class dc_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.nuttnxt1 = new System.Windows.Forms.Button();
            this.lblin2 = new System.Windows.Forms.Label();
            this.buttbrsf = new System.Windows.Forms.Button();
            this.infilex = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // nuttnxt1
            // 
            this.nuttnxt1.Location = new System.Drawing.Point(566, 74);
            this.nuttnxt1.Name = "nuttnxt1";
            this.nuttnxt1.Size = new System.Drawing.Size(75, 23);
            this.nuttnxt1.TabIndex = 7;
            this.nuttnxt1.Text = "&Next";
            this.nuttnxt1.UseVisualStyleBackColor = true;
            this.nuttnxt1.Click += new System.EventHandler(this.nuttnxt2_Click);
            // 
            // lblin2
            // 
            this.lblin2.AutoSize = true;
            this.lblin2.BackColor = System.Drawing.Color.Transparent;
            this.lblin2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblin2.ForeColor = System.Drawing.Color.Yellow;
            this.lblin2.Location = new System.Drawing.Point(9, 78);
            this.lblin2.Name = "lblin2";
            this.lblin2.Size = new System.Drawing.Size(76, 18);
            this.lblin2.TabIndex = 6;
            this.lblin2.Text = "Filename";
            // 
            // buttbrsf
            // 
            this.buttbrsf.Location = new System.Drawing.Point(485, 74);
            this.buttbrsf.Name = "buttbrsf";
            this.buttbrsf.Size = new System.Drawing.Size(75, 23);
            this.buttbrsf.TabIndex = 5;
            this.buttbrsf.Text = "&Select a file";
            this.buttbrsf.UseVisualStyleBackColor = true;
            this.buttbrsf.Click += new System.EventHandler(this.buttbrsf_Click);
            // 
            // infilex
            // 
            this.infilex.Location = new System.Drawing.Point(259, 76);
            this.infilex.Name = "infilex";
            this.infilex.Size = new System.Drawing.Size(220, 20);
            this.infilex.TabIndex = 4;
            this.infilex.TextChanged += new System.EventHandler(this.infilex_TextChanged);
            // 
            // dc_s1
            // 
            this.BackgroundImage = global::EN11.Properties.Resources.Untitled_3;
            this.ClientSize = new System.Drawing.Size(644, 108);
            this.Controls.Add(this.nuttnxt1);
            this.Controls.Add(this.lblin2);
            this.Controls.Add(this.buttbrsf);
            this.Controls.Add(this.infilex);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "dc_s1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Load += new System.EventHandler(this.dc_s1_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button nuttnxt1;
        private System.Windows.Forms.Label lblin2;
        private System.Windows.Forms.Button buttbrsf;
        private System.Windows.Forms.TextBox infilex;
    }
}

⌨️ 快捷键说明

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