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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? smtppop.cs

?? 一個(gè)畢業(yè)設(shè)計(jì)文檔
?? CS
字號(hào):
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using MailManageSystem.RegisterAccount ;
namespace MailManageSystem
{
	/// <summary>
	/// SmtpPop 的摘要說明。
	/// </summary>
	public class SmtpPop : System.Windows.Forms.Form
	{
		private System.Windows.Forms.PictureBox pictureBox1;
		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.Label label5;
		private System.Windows.Forms.TextBox txtPOP3;
		private System.Windows.Forms.TextBox txtSMTP;
		private System.Windows.Forms.Button btnCancle;
		private System.Windows.Forms.Button btnSure;
		private System.Windows.Forms.Button btnPre;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.TextBox txtSMTPPort;
		private System.Windows.Forms.TextBox txtPOP3Port;
		private System.Windows.Forms.Label label7;
		/// <summary>
		/// 必需的設(shè)計(jì)器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;
		AccountOperate acOperate=new AccountOperate();
	
		public SmtpPop()
		{
			InitializeComponent();
		}

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

		#region Windows 窗體設(shè)計(jì)器生成的代碼
		/// <summary>
		/// 設(shè)計(jì)器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SmtpPop));
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.txtPOP3 = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.txtSMTP = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.btnCancle = new System.Windows.Forms.Button();
			this.btnSure = new System.Windows.Forms.Button();
			this.btnPre = new System.Windows.Forms.Button();
			this.txtSMTPPort = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.txtPOP3Port = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// pictureBox1
			// 
			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
			this.pictureBox1.Location = new System.Drawing.Point(8, 8);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(136, 296);
			this.pictureBox1.TabIndex = 0;
			this.pictureBox1.TabStop = false;
			// 
			// label1
			// 
			this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label1.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label1.Location = new System.Drawing.Point(176, 16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(128, 24);
			this.label1.TabIndex = 0;
			this.label1.Text = "指定郵件服務(wù)器";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label2
			// 
			this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label2.Location = new System.Drawing.Point(176, 56);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(288, 32);
			this.label2.TabIndex = 0;
			// 
			// label3
			// 
			this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label3.Location = new System.Drawing.Point(176, 104);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(72, 23);
			this.label3.TabIndex = 0;
			this.label3.Text = "POP3服務(wù)器:";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// txtPOP3
			// 
			this.txtPOP3.Location = new System.Drawing.Point(264, 104);
			this.txtPOP3.Name = "txtPOP3";
			this.txtPOP3.Size = new System.Drawing.Size(192, 21);
			this.txtPOP3.TabIndex = 1;
			this.txtPOP3.Text = "";
			// 
			// label4
			// 
			this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label4.Location = new System.Drawing.Point(176, 168);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(304, 24);
			this.label4.TabIndex = 0;
			// 
			// txtSMTP
			// 
			this.txtSMTP.Location = new System.Drawing.Point(264, 208);
			this.txtSMTP.Name = "txtSMTP";
			this.txtSMTP.Size = new System.Drawing.Size(192, 21);
			this.txtSMTP.TabIndex = 3;
			this.txtSMTP.Text = "SMTP.163.com";
			// 
			// label5
			// 
			this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label5.Location = new System.Drawing.Point(176, 208);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(72, 23);
			this.label5.TabIndex = 0;
			this.label5.Text = "SMTP服務(wù)器:";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// btnCancle
			// 
			this.btnCancle.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.btnCancle.Location = new System.Drawing.Point(392, 280);
			this.btnCancle.Name = "btnCancle";
			this.btnCancle.TabIndex = 0;
			this.btnCancle.Text = "取消";
			this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
			// 
			// btnSure
			// 
			this.btnSure.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.btnSure.Location = new System.Drawing.Point(280, 280);
			this.btnSure.Name = "btnSure";
			this.btnSure.TabIndex = 5;
			this.btnSure.Text = "完成";
			this.btnSure.Click += new System.EventHandler(this.btnSure_Click);
			// 
			// btnPre
			// 
			this.btnPre.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.btnPre.Location = new System.Drawing.Point(176, 280);
			this.btnPre.Name = "btnPre";
			this.btnPre.TabIndex = 0;
			this.btnPre.Text = "上一步";
			this.btnPre.Click += new System.EventHandler(this.btnPre_Click);
			// 
			// txtSMTPPort
			// 
			this.txtSMTPPort.Location = new System.Drawing.Point(264, 232);
			this.txtSMTPPort.Name = "txtSMTPPort";
			this.txtSMTPPort.Size = new System.Drawing.Size(64, 21);
			this.txtSMTPPort.TabIndex = 4;
			this.txtSMTPPort.Text = "21";
			// 
			// label6
			// 
			this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label6.Location = new System.Drawing.Point(200, 232);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(40, 23);
			this.label6.TabIndex = 0;
			this.label6.Text = "端口:";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// txtPOP3Port
			// 
			this.txtPOP3Port.Location = new System.Drawing.Point(264, 128);
			this.txtPOP3Port.Name = "txtPOP3Port";
			this.txtPOP3Port.Size = new System.Drawing.Size(64, 21);
			this.txtPOP3Port.TabIndex = 2;
			this.txtPOP3Port.Text = "110";
			// 
			// label7
			// 
			this.label7.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label7.Location = new System.Drawing.Point(200, 128);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(40, 23);
			this.label7.TabIndex = 0;
			this.label7.Text = "端口:";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// SmtpPop
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(496, 334);
			this.Controls.Add(this.txtPOP3Port);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.txtSMTPPort);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.btnCancle);
			this.Controls.Add(this.btnSure);
			this.Controls.Add(this.btnPre);
			this.Controls.Add(this.txtSMTP);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.txtPOP3);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.pictureBox1);
			this.Name = "SmtpPop";
			this.Text = "SmtpPop";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.SmtpPop_Closing);
			this.Load += new System.EventHandler(this.SmtpPop_Load);
			this.ResumeLayout(false);

		}
		#endregion

		private void SmtpPop_Load(object sender, System.EventArgs e)
		{
			this.label2 .Text ="POP3(PostOffice Protocol 3)是用來接受郵件的服務(wù)器,您的郵件保存在其上.";
			this.label4 .Text ="SMTP(Simple Mail Transfer Protocol)是用來發(fā)送郵件的服務(wù)器.";
		}

		private void btnPre_Click(object sender, System.EventArgs e)
		{
			NewAccount newaccount=new NewAccount ();
			newaccount.Show ();
			this.Hide ();
		}

		private void btnCancle_Click(object sender, System.EventArgs e)
		{
			this.Close ();
		}

		private void btnSure_Click(object sender, System.EventArgs e)
		{
			SystemManage.SmtpName =this.txtSMTP .Text ;
			SystemManage.SmtpPort =int.Parse (this.txtSMTPPort .Text );
			acOperate.AddDelAccount("insert into users(AccountName,userName,PassW,MailAddress,smtp,Port) values('"+SystemManage.AccountName  +"','"+SystemManage.UserName+"','"+SystemManage.PassWd+"','"+SystemManage.MailAddress+"','"+this.txtSMTP .Text +"','"+this.txtSMTPPort .Text+"')");
//			SystemManage syManage=new SystemManage ();
//			syManage.AddAccount();
			SystemManage.flag =true;
			this.Close();

				
		}

		private void SmtpPop_Closing(object sender, System.ComponentModel.CancelEventArgs e)
		{
			
		}
	}
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产99精品视频| 欧美xxxx在线观看| 视频一区二区三区在线| 精品国产免费视频| 99精品欧美一区二区蜜桃免费| 亚洲综合色网站| 日韩欧美三级在线| 欧美丝袜丝交足nylons| 日韩不卡免费视频| 亚洲欧美日韩中文播放| 久久影视一区二区| 91精品黄色片免费大全| 色综合久久久久综合99| 国产制服丝袜一区| 欧美aaa在线| 一区二区三区欧美视频| 中文字幕亚洲电影| 国产三区在线成人av| 欧美大片拔萝卜| 欧美一级视频精品观看| 91麻豆国产精品久久| 成人看片黄a免费看在线| 国内外成人在线视频| 国产毛片精品一区| 国产一区二区女| 国产精品亚洲视频| 国产成人免费xxxxxxxx| 国产精品乡下勾搭老头1| 国产美女在线精品| 成人做爰69片免费看网站| av一二三不卡影片| 在线亚洲一区观看| 欧美顶级少妇做爰| 欧美性大战久久| 成人午夜激情片| 91麻豆精品在线观看| 99精品偷自拍| 色综合久久88色综合天天免费| 成人深夜视频在线观看| 高清不卡在线观看| 成人免费看片app下载| 99久久99久久久精品齐齐| 亚洲成a人v欧美综合天堂下载| 亚洲v中文字幕| 天天操天天综合网| 视频一区在线播放| 日韩精品亚洲专区| 麻豆精品国产传媒mv男同| 日韩和欧美的一区| 国产真实乱子伦精品视频| 成人av电影在线观看| 99久久99久久综合| 日韩一二三区视频| 国产精品网曝门| 国产精品久久久久久久久晋中 | 在线免费精品视频| 欧美视频在线播放| 91福利在线观看| 欧美r级电影在线观看| 亚洲日本va在线观看| 日本中文一区二区三区| 成人黄色小视频| 欧美视频中文字幕| 欧美高清你懂得| 成人免费视频在线观看| 久久国产综合精品| 欧美日韩中文精品| 亚洲国产精品激情在线观看| 午夜不卡av免费| 成人av免费在线播放| 欧美午夜精品久久久久久孕妇 | 国产成人精品一区二| 在线播放欧美女士性生活| 17c精品麻豆一区二区免费| 日本午夜精品视频在线观看| 激情文学综合丁香| 6080国产精品一区二区| 亚洲综合小说图片| 成人免费va视频| 久久久www免费人成精品| 国产99久久久国产精品潘金网站| 久久久久久影视| proumb性欧美在线观看| 精品国产伦一区二区三区观看体验 | 亚洲视频一区在线观看| av亚洲精华国产精华| 日本一区二区三区四区| 东方欧美亚洲色图在线| 国产欧美视频一区二区| 国产成人精品免费在线| 久久人人爽人人爽| 国产成人无遮挡在线视频| 在线综合视频播放| 国产伦精一区二区三区| 亚洲视频每日更新| 成人国产精品免费观看视频| 国产欧美精品区一区二区三区| 国产成人无遮挡在线视频| 中文字幕五月欧美| 在线欧美日韩精品| 欧美aaa在线| 日本一区二区免费在线| 91网页版在线| 国产精品入口麻豆原神| 91福利视频网站| 另类成人小视频在线| 久久久噜噜噜久噜久久综合| 99精品欧美一区| 国产一区二区三区精品视频| 国产日韩欧美精品综合| 成人伦理片在线| 日韩高清不卡在线| 国产日韩欧美一区二区三区综合| av高清久久久| 九色综合国产一区二区三区| 久久婷婷一区二区三区| 日本韩国一区二区三区视频| 亚洲国产视频直播| 国产精品三级久久久久三级| 色婷婷av一区二区三区之一色屋| 久久99热99| 五月婷婷综合网| 1区2区3区欧美| 欧美国产一区在线| a级精品国产片在线观看| 日本特黄久久久高潮 | 51精品久久久久久久蜜臀| 99热这里都是精品| 国产麻豆成人精品| 精品无人码麻豆乱码1区2区| 亚洲综合清纯丝袜自拍| 亚洲日本在线天堂| 欧美精品一区二区精品网| 欧美性极品少妇| 精品视频1区2区3区| 一本色道**综合亚洲精品蜜桃冫| 成人激情黄色小说| 97久久超碰国产精品| 91极品美女在线| 成人午夜又粗又硬又大| 国产一区91精品张津瑜| 日韩电影在线观看电影| 蜜臀av性久久久久蜜臀aⅴ| 成人免费毛片片v| 色先锋资源久久综合| 欧美亚洲自拍偷拍| 在线成人av网站| 精品国产91乱码一区二区三区| 欧美一区二区日韩一区二区| 欧美一区二区三区不卡| 久久综合久色欧美综合狠狠| 国产日韩一级二级三级| 亚洲免费观看高清在线观看| 一区二区三区丝袜| 美女久久久精品| 日韩激情一区二区| 国产在线精品一区在线观看麻豆| 风间由美一区二区av101| 色域天天综合网| 337p亚洲精品色噜噜狠狠| 日韩欧美资源站| 亚洲国产视频一区| 成人性生交大片免费看中文网站| 4438成人网| 亚洲一区二区三区精品在线| 国产成人在线免费观看| 欧美一级免费观看| 亚洲国产综合色| 欧美丝袜自拍制服另类| 亚洲男人天堂av网| 色综合色综合色综合| 国产精品久久毛片| 成人综合在线观看| 7777女厕盗摄久久久| 日韩精品免费视频人成| 欧美伊人精品成人久久综合97| 亚洲天堂久久久久久久| 成人av电影免费在线播放| 中文无字幕一区二区三区| 福利一区二区在线| 国产清纯美女被跳蛋高潮一区二区久久w | 国产精品对白交换视频| 成人app在线| 一级日本不卡的影视| 欧美性大战xxxxx久久久| 天堂av在线一区| 91麻豆精品国产91| 无吗不卡中文字幕| 91麻豆精品国产91| 国内精品视频666| 中文字幕中文字幕在线一区| 99久久亚洲一区二区三区青草 | www.综合网.com| 亚洲香蕉伊在人在线观| 欧美成人激情免费网| 国产成人aaaa| 天天色图综合网| 国产日产精品一区| 欧美三级三级三级爽爽爽| 精品亚洲成a人|