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

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

?? frmclient.designer.cs

?? ActiveSync數據同步
?? CS
字號:
namespace ClientSynch
{
    partial class frmClient
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.txtProxyUser = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.cboProxyType = new System.Windows.Forms.ComboBox();
            this.txtProxyDomain = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.txtProxyHost = new System.Windows.Forms.TextBox();
            this.txtProxyPass = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.txtProxyPort = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.txtDelimiter = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.cboDelimiter = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.cboCompression = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.cboEncrypt = new System.Windows.Forms.ComboBox();
            this.button2 = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.txtPort = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.txtHost = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lstStatus = new System.Windows.Forms.ListBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtMessage = new System.Windows.Forms.TextBox();
            this.button3 = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.button4 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.groupBox4);
            this.groupBox1.Controls.Add(this.txtDelimiter);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.cboDelimiter);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.cboCompression);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.cboEncrypt);
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtPort);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.txtHost);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(533, 239);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = " Connection ";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.txtProxyUser);
            this.groupBox4.Controls.Add(this.label13);
            this.groupBox4.Controls.Add(this.cboProxyType);
            this.groupBox4.Controls.Add(this.txtProxyDomain);
            this.groupBox4.Controls.Add(this.label8);
            this.groupBox4.Controls.Add(this.label11);
            this.groupBox4.Controls.Add(this.txtProxyHost);
            this.groupBox4.Controls.Add(this.txtProxyPass);
            this.groupBox4.Controls.Add(this.label10);
            this.groupBox4.Controls.Add(this.label12);
            this.groupBox4.Controls.Add(this.txtProxyPort);
            this.groupBox4.Controls.Add(this.label9);
            this.groupBox4.Location = new System.Drawing.Point(9, 107);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(514, 122);
            this.groupBox4.TabIndex = 26;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = " Proxy Info ";
            // 
            // txtProxyUser
            // 
            this.txtProxyUser.Location = new System.Drawing.Point(14, 82);
            this.txtProxyUser.Name = "txtProxyUser";
            this.txtProxyUser.Size = new System.Drawing.Size(100, 20);
            this.txtProxyUser.TabIndex = 20;
            this.txtProxyUser.Text = "aazevedo";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(231, 66);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(43, 13);
            this.label13.TabIndex = 25;
            this.label13.Text = "Domain";
            // 
            // cboProxyType
            // 
            this.cboProxyType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboProxyType.FormattingEnabled = true;
            this.cboProxyType.Items.AddRange(new object[] {
            "ptSOCKS4",
            "ptSOCKS4a",
            "ptSOCKS5",
            "ptHTTP"});
            this.cboProxyType.Location = new System.Drawing.Point(14, 39);
            this.cboProxyType.Name = "cboProxyType";
            this.cboProxyType.Size = new System.Drawing.Size(152, 21);
            this.cboProxyType.TabIndex = 14;
            // 
            // txtProxyDomain
            // 
            this.txtProxyDomain.Location = new System.Drawing.Point(232, 82);
            this.txtProxyDomain.Name = "txtProxyDomain";
            this.txtProxyDomain.Size = new System.Drawing.Size(105, 20);
            this.txtProxyDomain.TabIndex = 24;
            this.txtProxyDomain.Text = "mydomain";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(11, 23);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(57, 13);
            this.label8.TabIndex = 15;
            this.label8.Text = "ProxyType";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(120, 66);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(30, 13);
            this.label11.TabIndex = 23;
            this.label11.Text = "Pass";
            // 
            // txtProxyHost
            // 
            this.txtProxyHost.Location = new System.Drawing.Point(172, 40);
            this.txtProxyHost.Name = "txtProxyHost";
            this.txtProxyHost.Size = new System.Drawing.Size(100, 20);
            this.txtProxyHost.TabIndex = 16;
            this.txtProxyHost.Text = "127.0.0.1";
            // 
            // txtProxyPass
            // 
            this.txtProxyPass.Location = new System.Drawing.Point(121, 82);
            this.txtProxyPass.Name = "txtProxyPass";
            this.txtProxyPass.Size = new System.Drawing.Size(105, 20);
            this.txtProxyPass.TabIndex = 22;
            this.txtProxyPass.Text = "1234";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(169, 24);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(29, 13);
            this.label10.TabIndex = 17;
            this.label10.Text = "Host";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(11, 66);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(29, 13);
            this.label12.TabIndex = 21;
            this.label12.Text = "User";
            // 
            // txtProxyPort
            // 
            this.txtProxyPort.Location = new System.Drawing.Point(279, 40);
            this.txtProxyPort.Name = "txtProxyPort";
            this.txtProxyPort.Size = new System.Drawing.Size(58, 20);
            this.txtProxyPort.TabIndex = 18;
            this.txtProxyPort.Text = "8000";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(278, 24);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(26, 13);
            this.label9.TabIndex = 19;
            this.label9.Text = "Port";
            // 
            // txtDelimiter
            // 
            this.txtDelimiter.Location = new System.Drawing.Point(331, 36);
            this.txtDelimiter.Name = "txtDelimiter";
            this.txtDelimiter.Size = new System.Drawing.Size(100, 20);
            this.txtDelimiter.TabIndex = 13;
            this.txtDelimiter.Text = "

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人的网站免费观看| 国产欧美精品一区| 精品福利一区二区三区| 亚洲婷婷在线视频| 国产综合久久久久久久久久久久| 色综合久久久久综合体桃花网| 日韩亚洲国产中文字幕欧美| 一区二区免费在线| www.亚洲人| 国产片一区二区| 激情国产一区二区 | aaa亚洲精品一二三区| 精品久久久久久久人人人人传媒| 亚洲国产一区视频| 91丝袜美腿高跟国产极品老师 | 国产+成+人+亚洲欧洲自线| 91麻豆精品国产91久久久久久| 亚洲美女少妇撒尿| 91尤物视频在线观看| 国产精品色在线观看| 国产大片一区二区| 久久久久国产精品人| 精品一区二区在线播放| 日韩西西人体444www| 日韩精品亚洲专区| 欧美一级电影网站| 日韩不卡免费视频| 欧美一区在线视频| 九九久久精品视频| 久久先锋影音av| 国产一区二区三区四区五区入口| 精品成人佐山爱一区二区| 美女在线视频一区| 亚洲精品一区在线观看| 久久99精品国产| 久久久99精品免费观看不卡| 国产精品白丝jk黑袜喷水| 欧美激情一区二区在线| 不卡电影一区二区三区| 亚洲日本免费电影| 欧美亚洲高清一区| 蜜桃视频在线一区| 国产欧美精品区一区二区三区 | 久久99精品久久只有精品| 精品国产亚洲在线| 成人三级伦理片| 亚洲免费色视频| 欧美精品一级二级三级| 韩国一区二区视频| 中文字幕免费观看一区| 在线国产电影不卡| 美女视频网站久久| 国产精品九色蝌蚪自拍| 在线观看成人小视频| 日本vs亚洲vs韩国一区三区| www国产成人免费观看视频 深夜成人网| 国产一区二区三区日韩| 亚洲免费色视频| 精品国免费一区二区三区| 成人av综合在线| 偷拍日韩校园综合在线| 国产午夜精品福利| 欧美日韩国产免费一区二区| 精品亚洲成a人| 亚洲人一二三区| 日韩欧美一二三| a亚洲天堂av| 免费观看一级特黄欧美大片| 欧美国产精品v| 91麻豆精品国产91| 成人福利电影精品一区二区在线观看| 亚洲影院理伦片| 欧美激情一区在线| 日韩一区二区三区观看| 91女人视频在线观看| 狠狠色综合播放一区二区| 亚洲欧美综合色| 久久综合久久综合久久综合| 在线观看欧美日本| 国产精品18久久久久久vr| 午夜视频一区二区| 亚洲欧美日韩久久| 中文字幕乱码日本亚洲一区二区| 欧美日韩和欧美的一区二区| 99re这里都是精品| 国产精品正在播放| 久久国产尿小便嘘嘘尿| 天使萌一区二区三区免费观看| 中文子幕无线码一区tr| 久久综合国产精品| 日韩欧美国产午夜精品| 欧美日本在线播放| 欧美亚洲动漫精品| 在线亚洲免费视频| av一区二区三区黑人| 国产盗摄视频一区二区三区| 蓝色福利精品导航| 蜜臀a∨国产成人精品| 亚州成人在线电影| 一区二区欧美在线观看| 一区二区三区四区中文字幕| 国产精品视频在线看| 国产三级欧美三级| 久久久久成人黄色影片| 久久久亚洲欧洲日产国码αv| 日韩欧美国产一区在线观看| 日韩欧美国产一区二区三区| 欧美一区二区三区免费观看视频| 欧美日韩精品欧美日韩精品一综合| 色88888久久久久久影院野外| 色综合久久99| 欧美亚洲高清一区| 欧美剧在线免费观看网站| 欧美乱妇一区二区三区不卡视频| 欧美日韩一级二级三级| 91精品中文字幕一区二区三区 | 欧美午夜视频网站| 欧美天堂一区二区三区| 欧美挠脚心视频网站| 777奇米四色成人影色区| 日韩美女一区二区三区四区| 精品久久久久久久久久久久久久久| 精品国产乱码91久久久久久网站| 精品国产精品一区二区夜夜嗨| 26uuu国产电影一区二区| 中文字幕av在线一区二区三区| 1000部国产精品成人观看| 一区二区三区欧美久久| 午夜久久久久久| 老色鬼精品视频在线观看播放| 国产很黄免费观看久久| 91首页免费视频| 欧美肥妇bbw| 国产亚洲1区2区3区| 亚洲日本电影在线| 日本伊人午夜精品| 国产成人一级电影| 91成人免费在线| 精品久久一区二区| 1000部国产精品成人观看| 亚洲电影激情视频网站| 国产精品综合一区二区三区| 色综合天天综合| 欧美一区2区视频在线观看| 欧美经典三级视频一区二区三区| 一区二区三区国产精华| 久久综合综合久久综合| av电影一区二区| 日韩三级伦理片妻子的秘密按摩| 国产女人18毛片水真多成人如厕| 亚洲精品美腿丝袜| 国内精品视频666| 欧美亚洲一区三区| 欧美国产精品v| 人妖欧美一区二区| 色综合夜色一区| 久久综合色8888| 午夜欧美2019年伦理| 成人av网站在线观看| 日韩精品一区二区三区四区 | 欧美综合一区二区| 国产午夜亚洲精品羞羞网站| 亚洲一区在线视频观看| 国产成人一区在线| 欧美一区二区三区在线电影| 亚洲欧美乱综合| 国产电影精品久久禁18| 欧美一卡二卡三卡四卡| 亚洲综合av网| 波多野结衣亚洲| 久久九九99视频| 理论电影国产精品| 91精品国产综合久久久久久| 亚洲色图都市小说| 成人国产一区二区三区精品| 精品欧美黑人一区二区三区| 亚洲高清免费一级二级三级| av中文字幕亚洲| 久久久久国色av免费看影院| 免费成人av在线| 欧美一区二区三区系列电影| 樱花草国产18久久久久| 91婷婷韩国欧美一区二区| 国产精品久久久久永久免费观看| 久久99精品国产91久久来源| 欧美一级久久久久久久大片| 午夜视频久久久久久| 欧美专区亚洲专区| 亚洲乱码日产精品bd| 成人av网站在线| 中文字幕中文乱码欧美一区二区| 高清成人在线观看| 国产欧美一区二区精品性| 国产精品白丝jk黑袜喷水| 久久理论电影网| 国产ts人妖一区二区| 国产日产欧产精品推荐色| 懂色av一区二区夜夜嗨| 国产精品久久久久久妇女6080| 成人av午夜影院|