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

📄 form1.designer.cs

📁 自己编写的密码破解程序 通过分析ServU 6.2.0.0的密码存储方法
💻 CS
字号:
namespace Crack_ServU_6._._.__OTP_STORAG
{
    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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.button_crack = new System.Windows.Forms.Button();
            this.textBox_Cipher = new System.Windows.Forms.TextBox();
            this.textBox_plaintext = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // button_crack
            // 
            this.button_crack.Location = new System.Drawing.Point(74, 56);
            this.button_crack.Name = "button_crack";
            this.button_crack.Size = new System.Drawing.Size(75, 23);
            this.button_crack.TabIndex = 0;
            this.button_crack.Text = "破  解";
            this.button_crack.UseVisualStyleBackColor = true;
            this.button_crack.Click += new System.EventHandler(this.button_crack_Click);
            // 
            // textBox_Cipher
            // 
            this.textBox_Cipher.Location = new System.Drawing.Point(12, 7);
            this.textBox_Cipher.Multiline = true;
            this.textBox_Cipher.Name = "textBox_Cipher";
            this.textBox_Cipher.Size = new System.Drawing.Size(366, 43);
            this.textBox_Cipher.TabIndex = 1;
            this.textBox_Cipher.Text = "Enter Source Here!";
            // 
            // textBox_plaintext
            // 
            this.textBox_plaintext.Location = new System.Drawing.Point(12, 85);
            this.textBox_plaintext.Multiline = true;
            this.textBox_plaintext.Name = "textBox_plaintext";
            this.textBox_plaintext.Size = new System.Drawing.Size(366, 42);
            this.textBox_plaintext.TabIndex = 2;
            this.textBox_plaintext.Text = "Push the button,  The result will be Here!";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(244, 56);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 3;
            this.button1.Text = "加  密";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(393, 136);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.textBox_plaintext);
            this.Controls.Add(this.textBox_Cipher);
            this.Controls.Add(this.button_crack);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "Form1";
            this.Opacity = 0.55;
            this.Text = "ServU_6.2.0.0_OTP_STORAG_CRACK";
            this.TransparencyKey = System.Drawing.Color.Yellow;
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button button_crack;
        private System.Windows.Forms.TextBox textBox_Cipher;
        private System.Windows.Forms.TextBox textBox_plaintext;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

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