亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? form1.cs

?? c#文件加密傳輸程序
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Net;
using System.Security.Cryptography;
using System.IO;

namespace mydes
{
	/// <summary>
	/// Form1 的摘要說明。
	/// </summary>
	public class Form1 : System.Windows.Forms.Form
	{
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.TextBox textBox2;
		private System.Windows.Forms.TextBox textBox3;
		private System.Windows.Forms.TextBox textBox4;
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.Button button2;
		private System.Windows.Forms.Button button3;
		private System.Windows.Forms.Button button4;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.TextBox textBox5;
		private System.Windows.Forms.TextBox textBox6;
		private System.Windows.Forms.TextBox textBox7;
		private System.Windows.Forms.OpenFileDialog openFileDialog1;
		private System.Windows.Forms.Button button5;
		private System.Windows.Forms.Button button6;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;

		private System.Windows.Forms.TextBox textBox8;
		private System.Windows.Forms.TextBox textBox9;
		private System.Windows.Forms.Button button7;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.TextBox textBox10;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.TextBox textBox11;
		private System.Windows.Forms.Button button8;
		private System.Windows.Forms.Button button9;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;
//		int flag = 0;

		public Form1()
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}

		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if (components != null) 
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗體設計器生成的代碼
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </summary>
		private void InitializeComponent()
		{
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.button7 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.button1 = new System.Windows.Forms.Button();
			this.textBox4 = new System.Windows.Forms.TextBox();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.textBox8 = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.textBox9 = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.button9 = new System.Windows.Forms.Button();
			this.textBox11 = new System.Windows.Forms.TextBox();
			this.label11 = new System.Windows.Forms.Label();
			this.textBox10 = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.textBox7 = new System.Windows.Forms.TextBox();
			this.textBox6 = new System.Windows.Forms.TextBox();
			this.textBox5 = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.button4 = new System.Windows.Forms.Button();
			this.button3 = new System.Windows.Forms.Button();
			this.button8 = new System.Windows.Forms.Button();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.button5 = new System.Windows.Forms.Button();
			this.button6 = new System.Windows.Forms.Button();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.button7);
			this.groupBox1.Controls.Add(this.button2);
			this.groupBox1.Controls.Add(this.button1);
			this.groupBox1.Controls.Add(this.textBox4);
			this.groupBox1.Controls.Add(this.textBox3);
			this.groupBox1.Controls.Add(this.textBox2);
			this.groupBox1.Controls.Add(this.textBox1);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.textBox8);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.textBox9);
			this.groupBox1.Controls.Add(this.label9);
			this.groupBox1.Location = new System.Drawing.Point(24, 10);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(456, 222);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "文件加密上傳";
			// 
			// button7
			// 
			this.button7.Location = new System.Drawing.Point(354, 181);
			this.button7.Name = "button7";
			this.button7.Size = new System.Drawing.Size(80, 24);
			this.button7.TabIndex = 12;
			this.button7.Text = "上傳文件";
			this.button7.Click += new System.EventHandler(this.button7_Click);
			// 
			// button2
			// 
			this.button2.Location = new System.Drawing.Point(352, 112);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(80, 24);
			this.button2.TabIndex = 9;
			this.button2.Text = "加密文件";
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(352, 15);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(80, 24);
			this.button1.TabIndex = 8;
			this.button1.Text = "選擇文件";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// textBox4
			// 
			this.textBox4.Location = new System.Drawing.Point(128, 112);
			this.textBox4.Name = "textBox4";
			this.textBox4.PasswordChar = '*';
			this.textBox4.Size = new System.Drawing.Size(136, 21);
			this.textBox4.TabIndex = 7;
			this.textBox4.Text = "";
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(128, 80);
			this.textBox3.Name = "textBox3";
			this.textBox3.PasswordChar = '*';
			this.textBox3.Size = new System.Drawing.Size(136, 21);
			this.textBox3.TabIndex = 6;
			this.textBox3.Text = "";
			// 
			// textBox2
			// 
			this.textBox2.Location = new System.Drawing.Point(112, 48);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(216, 21);
			this.textBox2.TabIndex = 5;
			this.textBox2.Text = "";
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(112, 17);
			this.textBox1.Name = "textBox1";
			this.textBox1.ReadOnly = true;
			this.textBox1.Size = new System.Drawing.Size(216, 21);
			this.textBox1.TabIndex = 4;
			this.textBox1.Text = "";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(8, 120);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(104, 16);
			this.label4.TabIndex = 3;
			this.label4.Text = "重復設定的密碼:";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(8, 88);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(128, 16);
			this.label3.TabIndex = 2;
			this.label3.Text = "設置密碼(6-8位):";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 56);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(104, 16);
			this.label2.TabIndex = 1;
			this.label2.Text = "加密輸出文件名:";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 24);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(80, 16);
			this.label1.TabIndex = 0;
			this.label1.Text = "被加密文件:";
			// 
			// textBox8
			// 
			this.textBox8.Location = new System.Drawing.Point(112, 149);
			this.textBox8.Name = "textBox8";
			this.textBox8.ReadOnly = true;
			this.textBox8.Size = new System.Drawing.Size(216, 21);
			this.textBox8.TabIndex = 10;
			this.textBox8.Text = "";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(8, 157);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(104, 16);
			this.label8.TabIndex = 4;
			this.label8.Text = "上傳加密文件名:";
			// 
			// textBox9
			// 
			this.textBox9.Location = new System.Drawing.Point(112, 183);
			this.textBox9.Name = "textBox9";
			this.textBox9.Size = new System.Drawing.Size(216, 21);
			this.textBox9.TabIndex = 11;
			this.textBox9.Text = "//192.168.0.2/movie/";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(8, 192);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(72, 16);
			this.label9.TabIndex = 5;
			this.label9.Text = "上傳網址:";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.button9);
			this.groupBox2.Controls.Add(this.textBox11);
			this.groupBox2.Controls.Add(this.label11);
			this.groupBox2.Controls.Add(this.textBox10);
			this.groupBox2.Controls.Add(this.label10);
			this.groupBox2.Controls.Add(this.textBox7);
			this.groupBox2.Controls.Add(this.textBox6);
			this.groupBox2.Controls.Add(this.textBox5);
			this.groupBox2.Controls.Add(this.label7);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.button4);
			this.groupBox2.Controls.Add(this.button3);
			this.groupBox2.Location = new System.Drawing.Point(24, 256);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(456, 208);
			this.groupBox2.TabIndex = 1;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "文件下載解密";
			// 
			// button9
			// 
			this.button9.Location = new System.Drawing.Point(352, 24);
			this.button9.Name = "button9";
			this.button9.Size = new System.Drawing.Size(80, 24);
			this.button9.TabIndex = 21;
			this.button9.Text = "下載文件";
			this.button9.Click += new System.EventHandler(this.button9_Click);
			// 
			// textBox11
			// 
			this.textBox11.Location = new System.Drawing.Point(110, 24);
			this.textBox11.Name = "textBox11";
			this.textBox11.Size = new System.Drawing.Size(216, 21);
			this.textBox11.TabIndex = 20;
			this.textBox11.Text = "//192.168.0.2/";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(8, 32);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(72, 16);
			this.label11.TabIndex = 19;
			this.label11.Text = "下載網址:";
			// 
			// textBox10
			// 
			this.textBox10.Location = new System.Drawing.Point(110, 56);
			this.textBox10.Name = "textBox10";
			this.textBox10.Size = new System.Drawing.Size(216, 21);
			this.textBox10.TabIndex = 18;
			this.textBox10.Text = "";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(8, 64);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(104, 16);
			this.label10.TabIndex = 17;
			this.label10.Text = "下載文件保存名:";
			// 
			// textBox7
			// 
			this.textBox7.Location = new System.Drawing.Point(80, 160);
			this.textBox7.Name = "textBox7";
			this.textBox7.PasswordChar = '*';
			this.textBox7.Size = new System.Drawing.Size(128, 21);
			this.textBox7.TabIndex = 16;
			this.textBox7.Text = "";
			// 
			// textBox6
			// 
			this.textBox6.Location = new System.Drawing.Point(112, 128);
			this.textBox6.Name = "textBox6";
			this.textBox6.Size = new System.Drawing.Size(216, 21);
			this.textBox6.TabIndex = 15;
			this.textBox6.Text = "";
			// 
			// textBox5
			// 
			this.textBox5.Location = new System.Drawing.Point(112, 96);
			this.textBox5.Name = "textBox5";
			this.textBox5.ReadOnly = true;
			this.textBox5.Size = new System.Drawing.Size(216, 21);
			this.textBox5.TabIndex = 14;
			this.textBox5.Text = "";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(8, 168);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(80, 16);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
婷婷中文字幕综合| 在线亚洲精品福利网址导航| 色婷婷狠狠综合| 欧美精品一区二区三区蜜臀| 夜夜精品视频一区二区| 国产精品1024| 日韩免费电影一区| 偷偷要91色婷婷| 色噜噜狠狠色综合中国| 中文字幕第一区第二区| 激情综合色丁香一区二区| 欧美综合视频在线观看| 国产精品久久免费看| 国产成人午夜视频| 精品日韩一区二区三区| 日韩电影在线观看网站| 欧美日韩久久久久久| 综合久久给合久久狠狠狠97色| 国产一区二区三区av电影| 日韩精品一区二区三区swag| 污片在线观看一区二区| 欧美日韩精品欧美日韩精品一| 一区二区三区视频在线看| 94-欧美-setu| 亚洲三级理论片| 色综合久久88色综合天天免费| 国产精品萝li| 97超碰欧美中文字幕| 亚洲婷婷在线视频| 色偷偷成人一区二区三区91| 最新国产の精品合集bt伙计| eeuss鲁一区二区三区| 日韩码欧中文字| 97国产一区二区| 一区二区三区中文字幕精品精品| 色悠久久久久综合欧美99| 亚洲人一二三区| 欧美手机在线视频| 日韩av在线播放中文字幕| 欧美videossexotv100| 精品一区二区在线观看| 国产三区在线成人av| 波多野结衣亚洲| 亚洲一区二区三区三| 欧美一区二区三区四区久久| 麻豆国产精品777777在线| 久久午夜羞羞影院免费观看| 成人在线视频一区二区| 亚洲女性喷水在线观看一区| 欧美日韩黄色一区二区| 久久超级碰视频| 国产精品家庭影院| 欧美伊人久久久久久久久影院 | 国产成人综合自拍| 国产精品久久久久久久浪潮网站| 97久久人人超碰| 日韩不卡在线观看日韩不卡视频| 久久亚洲一级片| 在线区一区二视频| 久99久精品视频免费观看| 国产精品久久久久久久岛一牛影视| 91一区二区在线观看| 亚洲国产另类av| www国产成人免费观看视频 深夜成人网| 成人免费毛片a| 首页综合国产亚洲丝袜| 国产视频一区在线播放| 欧美军同video69gay| 紧缚捆绑精品一区二区| 18欧美乱大交hd1984| 日韩欧美高清一区| 色综合久久综合网欧美综合网| 美腿丝袜亚洲三区| 亚洲日本中文字幕区| 久久亚洲一区二区三区明星换脸| 欧美性大战xxxxx久久久| 国产精品99久久久| 日韩影视精彩在线| 国产精品福利在线播放| 欧美不卡一区二区三区四区| 欧美亚洲国产一区二区三区va | 国产精品美女久久久久高潮| 91麻豆精品国产91久久久资源速度 | 国产91精品欧美| 日本va欧美va瓶| 亚洲精品美国一| 国产色综合久久| 精品日韩成人av| 91麻豆精品国产自产在线| 91影院在线免费观看| 激情深爱一区二区| 午夜不卡av免费| 亚洲综合区在线| √…a在线天堂一区| 久久久久久久久99精品| 日韩亚洲欧美在线| 欧美日韩你懂得| 色综合久久88色综合天天免费| 成人综合在线视频| 国产成人免费av在线| 国产麻豆精品久久一二三| 日本成人在线网站| 日韩主播视频在线| 一区二区三区国产精华| 亚洲人亚洲人成电影网站色| 中文字幕五月欧美| 中文字幕成人网| 日本一区二区视频在线| 国产午夜精品福利| 国产日韩亚洲欧美综合| 日本一区二区三区电影| 日本一区二区不卡视频| 国产婷婷精品av在线| 久久久久久97三级| 中文字幕欧美国产| 亚洲欧洲精品一区二区精品久久久| 欧美激情中文字幕一区二区| 国产三区在线成人av| 国产精品色婷婷久久58| 国产精品久久久久久久裸模| 亚洲少妇屁股交4| 亚洲一区二区三区四区在线| 手机精品视频在线观看| 秋霞午夜鲁丝一区二区老狼| 免费在线看一区| 国产一区二区三区高清播放| 成人性生交大片免费| 99国产精品视频免费观看| 一本色道a无线码一区v| 欧美日韩中文字幕一区二区| 91精品国产综合久久久久久漫画| 精品国免费一区二区三区| 久久无码av三级| 国产精品成人免费在线| 亚洲成人av电影在线| 美女视频第一区二区三区免费观看网站| 久久99精品网久久| www.成人在线| 欧美日韩大陆在线| 精品国产乱码久久久久久影片| 欧美国产精品v| 午夜精品久久久久久久久久久| 精品一区二区久久| 99精品国产视频| 91精品国产入口在线| 亚洲国产精品ⅴa在线观看| 一区二区三区精品视频在线| 精品亚洲porn| 欧美亚洲一区三区| www国产成人免费观看视频 深夜成人网| 中文字幕五月欧美| 久久99国产精品久久99果冻传媒| 成人aa视频在线观看| 欧美一区二区三区人| 国产精品国产三级国产aⅴ入口| 强制捆绑调教一区二区| 成人av动漫网站| 日韩欧美高清dvd碟片| 亚洲精品videosex极品| 国产毛片精品国产一区二区三区| 欧美色倩网站大全免费| 欧美高清在线一区| 麻豆成人av在线| 在线区一区二视频| 国产精品久久久久影视| 麻豆精品一区二区| 欧美午夜片在线看| 亚洲少妇最新在线视频| 国产精品99精品久久免费| 日韩丝袜美女视频| 亚洲一区二区三区四区的| 99久久综合国产精品| 国产亚洲欧美日韩俺去了| 久久精品久久99精品久久| 在线观看日韩高清av| 亚洲欧美综合另类在线卡通| 久久精品国产久精国产爱| 欧美日本一区二区在线观看| 综合av第一页| aaa国产一区| 欧美激情艳妇裸体舞| 国产一区二区视频在线播放| 6080yy午夜一二三区久久| 亚洲永久免费视频| 91久久久免费一区二区| 国产精品女同一区二区三区| 国内精品国产成人| 日韩一区二区三区观看| 日本中文一区二区三区| 欧美日韩电影在线播放| 午夜欧美电影在线观看| 欧美性受极品xxxx喷水| 亚洲国产毛片aaaaa无费看| 一本一道久久a久久精品综合蜜臀| 中文字幕亚洲一区二区va在线| www.日韩在线| 亚洲日穴在线视频| 精品视频一区 二区 三区| 亚洲国产欧美在线| 欧美一区二区三区四区五区 |