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

📄 form1.cs

📁 Encrypt and Decrypt with different algorithm. Can enter password for each file you encrypt.
💻 CS
字号:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace EN11
{
    public partial class StartPage : Form
    {
        public StartPage()
        {
            InitializeComponent();
        }

        private void StartPage_Load(object sender, EventArgs e)
        {

        }

        private void buttEP_Click(object sender, EventArgs e)
        {
            ep_s1 step1 = new ep_s1();
            step1.ShowDialog();
        }

        private void buttdp_Click(object sender, EventArgs e)
        {
            dc_s1 step2 = new dc_s1();
            step2.ShowDialog();
        }

        private void butte_Click(object sender, EventArgs e)
                   {
            System.Diagnostics.Process.Start(Application.StartupPath + "\\EN2006.EXE");
        }

        private void buttd_Click(object sender, EventArgs e)
        {
            System.Diagnostics.Process.Start(Application.StartupPath + "\\DE2006.EXE");
        }

        private void bctt_Click(object sender, EventArgs e)
        {
            MessageBox.Show("Author :- Hashan Madhubhashana Chandrapala \n Tel :- +94112844074 \n Mobile :- +94716844071  \n E-Mail :- hashanm@gmail.com", "ENC11");
        }
    }
}

⌨️ 快捷键说明

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