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

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

?? form1.cs

?? 套接字網(wǎng)絡(luò)編程
?? 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.Net.Sockets;
using System.IO;
using System.Threading;


namespace connect
{
	/// <summary>
	/// Summary description for Form1.
	/// </summary>
	public class Form1 : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.Button button2;
		private TcpClient client;//新加的
		//private int i;//新加的
		private NetworkStream stream;//新加的
		private NetworkStream netStream;//新加的
		private System.Windows.Forms.StatusBar statusBar1;
		private System.Windows.Forms.StatusBarPanel statusBarPanel1;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.TextBox textBox3;
		private System.Windows.Forms.TextBox textBox2;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Button button3;
		private System.Windows.Forms.SaveFileDialog saveFileDialog1;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.TextBox textBox4;
		private System.Windows.Forms.TextBox textBox5;
		private System.Windows.Forms.TextBox textBox6;
		private System.Windows.Forms.TextBox textBox7;
		private System.Windows.Forms.TextBox textBox8;
		private System.Windows.Forms.CheckBox checkBox1;
		private System.Windows.Forms.CheckBox checkBox2;
		private System.Windows.Forms.CheckBox checkBox3;
		private System.Windows.Forms.CheckBox checkBox4;
		private System.Windows.Forms.CheckBox checkBox5;
		private System.Windows.Forms.GroupBox groupBox3;
		private System.Windows.Forms.RichTextBox richTextBox1;
		private System.Windows.Forms.Button button4;
		private System.Windows.Forms.Button button5;
		private System.Windows.Forms.Button button6;
		private System.Windows.Forms.OpenFileDialog openFileDialog1;
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.Container components = null;

		public Form1()
		{
			//
			// Required for Windows Form Designer support
			//
			InitializeComponent();

			//
			// TODO: Add any constructor code after InitializeComponent call
			//
		}

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if (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.button5 = new System.Windows.Forms.Button();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.checkBox3 = new System.Windows.Forms.CheckBox();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.checkBox4 = new System.Windows.Forms.CheckBox();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.textBox6 = new System.Windows.Forms.TextBox();
			this.textBox7 = new System.Windows.Forms.TextBox();
			this.textBox4 = new System.Windows.Forms.TextBox();
			this.textBox5 = new System.Windows.Forms.TextBox();
			this.textBox8 = new System.Windows.Forms.TextBox();
			this.button4 = new System.Windows.Forms.Button();
			this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
			this.statusBar1 = new System.Windows.Forms.StatusBar();
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.button3 = new System.Windows.Forms.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.checkBox5 = new System.Windows.Forms.CheckBox();
			this.checkBox2 = new System.Windows.Forms.CheckBox();
			this.label10 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.richTextBox1 = new System.Windows.Forms.RichTextBox();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.button6 = new System.Windows.Forms.Button();
			this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.SuspendLayout();
			// 
			// button5
			// 
			this.button5.Location = new System.Drawing.Point(336, 192);
			this.button5.Name = "button5";
			this.button5.Size = new System.Drawing.Size(72, 24);
			this.button5.TabIndex = 0;
			this.button5.Text = "保存結(jié)果";
			this.button5.Click += new System.EventHandler(this.button5_Click);
			// 
			// checkBox1
			// 
			this.checkBox1.Location = new System.Drawing.Point(216, 16);
			this.checkBox1.Name = "checkBox1";
			this.checkBox1.Size = new System.Drawing.Size(80, 24);
			this.checkBox1.TabIndex = 3;
			this.checkBox1.Text = "邏輯與";
			// 
			// checkBox3
			// 
			this.checkBox3.Location = new System.Drawing.Point(216, 64);
			this.checkBox3.Name = "checkBox3";
			this.checkBox3.Size = new System.Drawing.Size(80, 24);
			this.checkBox3.TabIndex = 3;
			this.checkBox3.Text = "邏輯與";
			// 
			// textBox2
			// 
			this.textBox2.Location = new System.Drawing.Point(96, 88);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(128, 21);
			this.textBox2.TabIndex = 2;
			this.textBox2.Text = "";
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(96, 56);
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new System.Drawing.Size(128, 21);
			this.textBox3.TabIndex = 2;
			this.textBox3.Text = "";
			// 
			// checkBox4
			// 
			this.checkBox4.Location = new System.Drawing.Point(216, 88);
			this.checkBox4.Name = "checkBox4";
			this.checkBox4.Size = new System.Drawing.Size(80, 24);
			this.checkBox4.TabIndex = 3;
			this.checkBox4.Text = "邏輯或";
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(96, 24);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(128, 21);
			this.textBox1.TabIndex = 2;
			this.textBox1.Text = "";
			// 
			// textBox6
			// 
			this.textBox6.Location = new System.Drawing.Point(88, 64);
			this.textBox6.Name = "textBox6";
			this.textBox6.Size = new System.Drawing.Size(120, 21);
			this.textBox6.TabIndex = 2;
			this.textBox6.Text = "";
			// 
			// textBox7
			// 
			this.textBox7.Location = new System.Drawing.Point(88, 88);
			this.textBox7.Name = "textBox7";
			this.textBox7.Size = new System.Drawing.Size(120, 21);
			this.textBox7.TabIndex = 2;
			this.textBox7.Text = "";
			// 
			// textBox4
			// 
			this.textBox4.Location = new System.Drawing.Point(88, 16);
			this.textBox4.Name = "textBox4";
			this.textBox4.Size = new System.Drawing.Size(120, 21);
			this.textBox4.TabIndex = 2;
			this.textBox4.Text = "";
			// 
			// textBox5
			// 
			this.textBox5.Location = new System.Drawing.Point(88, 40);
			this.textBox5.Name = "textBox5";
			this.textBox5.Size = new System.Drawing.Size(120, 21);
			this.textBox5.TabIndex = 2;
			this.textBox5.Text = "";
			// 
			// textBox8
			// 
			this.textBox8.Location = new System.Drawing.Point(88, 112);
			this.textBox8.Name = "textBox8";
			this.textBox8.Size = new System.Drawing.Size(120, 21);
			this.textBox8.TabIndex = 2;
			this.textBox8.Text = "";
			// 
			// button4
			// 
			this.button4.Location = new System.Drawing.Point(416, 256);
			this.button4.Name = "button4";
			this.button4.Size = new System.Drawing.Size(72, 24);
			this.button4.TabIndex = 0;
			this.button4.Text = "關(guān)閉程序";
			// 
			// statusBarPanel1
			// 
			this.statusBarPanel1.Width = 300;
			// 
			// statusBar1
			// 
			this.statusBar1.Location = new System.Drawing.Point(0, 289);
			this.statusBar1.Name = "statusBar1";
			this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
																						  this.statusBarPanel1});
			this.statusBar1.ShowPanels = true;
			this.statusBar1.Size = new System.Drawing.Size(496, 20);
			this.statusBar1.TabIndex = 3;
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(336, 152);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(72, 24);
			this.button1.TabIndex = 0;
			this.button1.Text = "連接";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// button2
			// 
			this.button2.Location = new System.Drawing.Point(336, 256);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(72, 24);
			this.button2.TabIndex = 0;
			this.button2.Text = "關(guān)閉連接";
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// button3
			// 
			this.button3.Location = new System.Drawing.Point(416, 152);
			this.button3.Name = "button3";
			this.button3.Size = new System.Drawing.Size(72, 24);
			this.button3.TabIndex = 0;
			this.button3.Text = "查詢";
			this.button3.Click += new System.EventHandler(this.button3_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.label1,
																					this.textBox1,
																					this.textBox3,
																					this.textBox2,
																					this.label4,
																					this.label2});
			this.groupBox1.Location = new System.Drawing.Point(8, 8);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(232, 120);
			this.groupBox1.TabIndex = 5;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "服務(wù)器(名稱與IP地址任輸其一)";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 24);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(80, 23);
			this.label1.TabIndex = 1;
			this.label1.Text = "服務(wù)器名稱:";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(8, 56);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(96, 23);
			this.label4.TabIndex = 1;
			this.label4.Text = "服務(wù)器IP地址:";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 80);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(80, 23);
			this.label2.TabIndex = 1;
			this.label2.Text = "端口:";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.checkBox5,
																					this.checkBox4,
																					this.checkBox3,
																					this.checkBox2,
																					this.checkBox1,
																					this.textBox8,
																					this.textBox7,
																					this.textBox6,
																					this.textBox5,
																					this.textBox4,
																					this.label10,
																					this.label9,
																					this.label8,
																					this.label7,
																					this.label6});
			this.groupBox2.Location = new System.Drawing.Point(8, 136);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(304, 144);
			this.groupBox2.TabIndex = 7;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "查詢內(nèi)容與方式";
			// 
			// checkBox5
			// 
			this.checkBox5.Location = new System.Drawing.Point(216, 112);
			this.checkBox5.Name = "checkBox5";
			this.checkBox5.Size = new System.Drawing.Size(80, 24);
			this.checkBox5.TabIndex = 3;
			this.checkBox5.Text = "邏輯與";
			// 
			// checkBox2
			// 
			this.checkBox2.Location = new System.Drawing.Point(216, 40);
			this.checkBox2.Name = "checkBox2";
			this.checkBox2.Size = new System.Drawing.Size(80, 24);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
激情图片小说一区| 亚洲午夜影视影院在线观看| 美女网站视频久久| 日韩免费电影一区| 久久99精品国产麻豆不卡| 欧美mv日韩mv亚洲| 国产精品一二三| 国产精品成人一区二区艾草 | 国产日本欧美一区二区| 国产不卡视频一区二区三区| 日韩理论片中文av| 在线播放亚洲一区| 日本一区中文字幕| 欧美经典一区二区三区| 色偷偷成人一区二区三区91| 国产成人在线色| 成人欧美一区二区三区1314| 在线一区二区三区四区| 无码av中文一区二区三区桃花岛| 日韩三级电影网址| 成人免费视频app| 亚洲最大成人综合| 日韩三级视频在线观看| 国产黄色精品网站| 一区二区三区成人在线视频| 制服丝袜在线91| 国产999精品久久久久久绿帽| 亚洲欧美日韩国产成人精品影院| 欧美精品一二三| 国产mv日韩mv欧美| 日韩在线观看一区二区| 久久精品人人做人人综合| 在线看国产一区二区| 美日韩一级片在线观看| 亚洲欧美综合网| 欧美精品九九99久久| 大尺度一区二区| 日韩精彩视频在线观看| 国产精品美女久久久久久久| 欧美日韩国产高清一区二区三区| 国产一区91精品张津瑜| 亚洲成av人片观看| 国产精品日产欧美久久久久| 欧美日韩mp4| 97久久精品人人做人人爽50路| 日本大胆欧美人术艺术动态| 最新久久zyz资源站| 日韩一区二区高清| 色婷婷精品大在线视频| 国产精品白丝jk黑袜喷水| 午夜精品一区在线观看| 最近日韩中文字幕| 国产日韩在线不卡| 日韩无一区二区| 欧洲精品一区二区三区在线观看| 国产剧情一区在线| 久久99精品久久久久| 日韩精品欧美成人高清一区二区| 亚洲欧美偷拍卡通变态| 欧美国产视频在线| 欧美精品一区在线观看| 日韩一级黄色大片| 欧美日韩1区2区| 日本精品视频一区二区| 91亚洲男人天堂| 成人精品gif动图一区| 精品一区二区三区视频在线观看| 亚洲va国产va欧美va观看| 亚洲男人的天堂在线观看| 欧美韩国日本不卡| 国产精品私人影院| 欧美激情一区二区三区| 久久老女人爱爱| 久久精品人人做人人综合| 精品电影一区二区| 精品国产乱子伦一区| 日韩精品最新网址| 日韩午夜激情视频| 欧美电视剧免费观看| 日韩欧美自拍偷拍| 26uuu欧美日本| 国产无一区二区| 国产清纯在线一区二区www| 国产偷国产偷亚洲高清人白洁| 久久综合国产精品| 久久精品亚洲精品国产欧美kt∨ | 欧美精品一区二区三区久久久| 制服丝袜亚洲精品中文字幕| 欧美日韩成人一区| 日韩精品一区二区三区四区视频 | 狠狠网亚洲精品| 国产在线播放一区二区三区| 国内精品在线播放| 成人激情综合网站| 91九色02白丝porn| 欧美精品国产精品| 精品国产91九色蝌蚪| 国产精品午夜在线观看| 亚洲人成在线播放网站岛国| 亚洲国产欧美另类丝袜| 日本美女视频一区二区| 国产精品996| 91丝袜高跟美女视频| 欧美色图激情小说| 日韩欧美激情在线| 中文字幕一区二区三区av| 亚洲国产乱码最新视频| 精品综合久久久久久8888| 国产99久久久精品| 欧美日韩专区在线| 欧美成人激情免费网| 国产精品欧美久久久久一区二区| 一区二区在线观看视频| 美国精品在线观看| 色综合天天天天做夜夜夜夜做| 三级在线观看一区二区| 狠狠色综合播放一区二区| 99精品视频一区| 欧美一区二区三区四区视频| 欧美激情一区二区三区全黄| 亚洲福利电影网| 岛国av在线一区| 欧美日韩精品免费| 中文字幕国产精品一区二区| 亚洲444eee在线观看| www.色精品| 日韩午夜激情视频| 一区二区欧美在线观看| 国产乱码字幕精品高清av| 欧洲精品视频在线观看| 久久久久久久久久电影| 午夜一区二区三区视频| 成人在线视频一区二区| 4438x亚洲最大成人网| 国产精品护士白丝一区av| 日韩二区在线观看| 色视频成人在线观看免| 欧美国产日韩精品免费观看| 奇米一区二区三区av| 色激情天天射综合网| 国产日产精品1区| 九九国产精品视频| 欧美精品乱人伦久久久久久| 综合分类小说区另类春色亚洲小说欧美| 青青青伊人色综合久久| 在线视频观看一区| 国产精品的网站| 国产成人午夜精品影院观看视频| 欧美一区二区成人| 亚洲v日本v欧美v久久精品| 99精品国产视频| 国产精品丝袜久久久久久app| 九一久久久久久| 日韩一区国产二区欧美三区| 午夜久久久久久电影| 色婷婷综合五月| 国产精品国产三级国产普通话99 | 国产精品99久久久久| 日韩免费高清av| 日本女人一区二区三区| 欧美日韩在线观看一区二区 | 韩国午夜理伦三级不卡影院| 日韩欧美在线1卡| 秋霞av亚洲一区二区三| 日韩一区二区三区三四区视频在线观看 | 久久av中文字幕片| 日韩你懂的在线观看| 日日夜夜免费精品| 欧美一区二区三区视频| 日韩电影在线看| 日韩欧美在线观看一区二区三区| 视频精品一区二区| 日韩一区二区不卡| 美女诱惑一区二区| 欧美精品一区二区蜜臀亚洲| 国产一区日韩二区欧美三区| 久久蜜桃一区二区| 国产成人av网站| 中文字幕制服丝袜一区二区三区 | 日日夜夜精品视频免费| 337p亚洲精品色噜噜狠狠| 久久精品噜噜噜成人88aⅴ | 久久综合给合久久狠狠狠97色69| 韩日av一区二区| 中文字幕二三区不卡| 9l国产精品久久久久麻豆| 中文字幕亚洲区| 欧美亚洲一区三区| 美脚の诱脚舐め脚责91| 国产网站一区二区| 91成人免费网站| 蜜臀久久99精品久久久久宅男| 精品久久一区二区| 成人一区在线观看| 亚洲精品欧美在线| 日韩女优制服丝袜电影| 成人午夜电影网站| 亚洲国产视频在线| 久久久亚洲综合| 在线观看av一区|