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

📄 filecrypt.designer.cs

📁 c# DES文件加密 c# DES文件加密
💻 CS
字号:
namespace DES
{
    partial class filecrypt
    {
        /// <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.openButton = new System.Windows.Forms.Button();
            this.saveButton = new System.Windows.Forms.Button();
            this.openTextBox = new System.Windows.Forms.TextBox();
            this.saveTextBox = new System.Windows.Forms.TextBox();
            this.EnButton = new System.Windows.Forms.Button();
            this.DeButton = new System.Windows.Forms.Button();
            this.pwsTextBox = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // openButton
            // 
            this.openButton.Location = new System.Drawing.Point(171, 46);
            this.openButton.Name = "openButton";
            this.openButton.Size = new System.Drawing.Size(75, 23);
            this.openButton.TabIndex = 0;
            this.openButton.Text = "open";
            this.openButton.UseVisualStyleBackColor = true;
            this.openButton.Click += new System.EventHandler(this.openButton_Click);
            // 
            // saveButton
            // 
            this.saveButton.Location = new System.Drawing.Point(171, 85);
            this.saveButton.Name = "saveButton";
            this.saveButton.Size = new System.Drawing.Size(75, 23);
            this.saveButton.TabIndex = 1;
            this.saveButton.Text = "save";
            this.saveButton.UseVisualStyleBackColor = true;
            this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
            // 
            // openTextBox
            // 
            this.openTextBox.Location = new System.Drawing.Point(12, 47);
            this.openTextBox.Name = "openTextBox";
            this.openTextBox.Size = new System.Drawing.Size(139, 21);
            this.openTextBox.TabIndex = 2;
            // 
            // saveTextBox
            // 
            this.saveTextBox.Location = new System.Drawing.Point(12, 85);
            this.saveTextBox.Name = "saveTextBox";
            this.saveTextBox.Size = new System.Drawing.Size(139, 21);
            this.saveTextBox.TabIndex = 3;
            // 
            // EnButton
            // 
            this.EnButton.Location = new System.Drawing.Point(25, 156);
            this.EnButton.Name = "EnButton";
            this.EnButton.Size = new System.Drawing.Size(75, 23);
            this.EnButton.TabIndex = 4;
            this.EnButton.Text = "En";
            this.EnButton.UseVisualStyleBackColor = true;
            this.EnButton.Click += new System.EventHandler(this.EnButton_Click);
            // 
            // DeButton
            // 
            this.DeButton.Location = new System.Drawing.Point(152, 156);
            this.DeButton.Name = "DeButton";
            this.DeButton.Size = new System.Drawing.Size(75, 23);
            this.DeButton.TabIndex = 5;
            this.DeButton.Text = "De";
            this.DeButton.UseVisualStyleBackColor = true;
            this.DeButton.Click += new System.EventHandler(this.DeButton_Click);
            // 
            // pwsTextBox
            // 
            this.pwsTextBox.Location = new System.Drawing.Point(12, 112);
            this.pwsTextBox.Name = "pwsTextBox";
            this.pwsTextBox.PasswordChar = '*';
            this.pwsTextBox.Size = new System.Drawing.Size(139, 21);
            this.pwsTextBox.TabIndex = 6;
            // 
            // filecrypt
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(292, 266);
            this.Controls.Add(this.pwsTextBox);
            this.Controls.Add(this.DeButton);
            this.Controls.Add(this.EnButton);
            this.Controls.Add(this.saveTextBox);
            this.Controls.Add(this.openTextBox);
            this.Controls.Add(this.saveButton);
            this.Controls.Add(this.openButton);
            this.Name = "filecrypt";
            this.Text = "Directorycrypt";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button openButton;
        private System.Windows.Forms.Button saveButton;
        private System.Windows.Forms.TextBox openTextBox;
        private System.Windows.Forms.TextBox saveTextBox;
        private System.Windows.Forms.Button EnButton;
        private System.Windows.Forms.Button DeButton;
        private System.Windows.Forms.TextBox pwsTextBox;

    }
}

⌨️ 快捷键说明

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