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

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

?? form2.designer.cs

?? 用C語(yǔ)言制作的仿QQ2008的源代碼,肯定很實(shí)用,對(duì)于初入編程的朋友們一定收益甚豐!
?? CS
字號(hào):
?namespace qqServer
{
    partial class Form2
    {
        /// <summary>
        /// 必需的設(shè)計(jì)器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設(shè)計(jì)器生成的代碼

        /// <summary>
        /// 設(shè)計(jì)器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tPortQQ = new System.Windows.Forms.TextBox();
            this.tIpQQ = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label3 = new System.Windows.Forms.Label();
            this.tDataIp = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.tDataName = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.tDataUid = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.tDataPwd = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button3);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.tPortQQ);
            this.groupBox1.Controls.Add(this.tIpQQ);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(298, 119);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "QQ服務(wù)器設(shè)置";
            // 
            // tPortQQ
            // 
            this.tPortQQ.Location = new System.Drawing.Point(93, 55);
            this.tPortQQ.Name = "tPortQQ";
            this.tPortQQ.Size = new System.Drawing.Size(183, 21);
            this.tPortQQ.TabIndex = 7;
            // 
            // tIpQQ
            // 
            this.tIpQQ.Location = new System.Drawing.Point(93, 28);
            this.tIpQQ.Name = "tIpQQ";
            this.tIpQQ.Size = new System.Drawing.Size(183, 21);
            this.tIpQQ.TabIndex = 6;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(22, 58);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 5;
            this.label2.Text = "服務(wù)端口號(hào)";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(22, 33);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 4;
            this.label1.Text = "服務(wù)器ip";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.button5);
            this.groupBox2.Controls.Add(this.button4);
            this.groupBox2.Controls.Add(this.button2);
            this.groupBox2.Controls.Add(this.tDataPwd);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Controls.Add(this.tDataUid);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.tDataName);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.tDataIp);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Location = new System.Drawing.Point(12, 137);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(298, 178);
            this.groupBox2.TabIndex = 5;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "QQ數(shù)據(jù)庫(kù)服務(wù)器";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(22, 25);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 0;
            this.label3.Text = "服務(wù)器ip";
            // 
            // tDataIp
            // 
            this.tDataIp.Location = new System.Drawing.Point(93, 22);
            this.tDataIp.Name = "tDataIp";
            this.tDataIp.Size = new System.Drawing.Size(183, 21);
            this.tDataIp.TabIndex = 1;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(22, 53);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 2;
            this.label4.Text = "數(shù)據(jù)庫(kù)名稱";
            // 
            // tDataName
            // 
            this.tDataName.Location = new System.Drawing.Point(93, 50);
            this.tDataName.Name = "tDataName";
            this.tDataName.Size = new System.Drawing.Size(183, 21);
            this.tDataName.TabIndex = 3;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(22, 83);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 4;
            this.label5.Text = "用 戶 名";
            // 
            // tDataUid
            // 
            this.tDataUid.Location = new System.Drawing.Point(93, 80);
            this.tDataUid.Name = "tDataUid";
            this.tDataUid.Size = new System.Drawing.Size(182, 21);
            this.tDataUid.TabIndex = 5;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(24, 113);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 6;
            this.label6.Text = "密   碼";
            // 
            // tDataPwd
            // 
            this.tDataPwd.Location = new System.Drawing.Point(93, 110);
            this.tDataPwd.Name = "tDataPwd";
            this.tDataPwd.PasswordChar = '*';
            this.tDataPwd.Size = new System.Drawing.Size(183, 21);
            this.tDataPwd.TabIndex = 7;
            this.tDataPwd.UseSystemPasswordChar = true;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(38, 90);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(111, 23);
            this.button1.TabIndex = 8;
            this.button1.Text = "保存";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(38, 149);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(73, 23);
            this.button2.TabIndex = 8;
            this.button2.Text = "保存";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(156, 90);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(111, 23);
            this.button3.TabIndex = 9;
            this.button3.Text = "關(guān)閉";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(117, 149);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(73, 23);
            this.button4.TabIndex = 9;
            this.button4.Text = "關(guān)閉";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(198, 149);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(73, 23);
            this.button5.TabIndex = 10;
            this.button5.Text = "測(cè)試";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // Form2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(328, 325);
            this.ControlBox = false;
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "Form2";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "QQ2008服務(wù)器設(shè)置程序";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox tPortQQ;
        private System.Windows.Forms.TextBox tIpQQ;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox tDataIp;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.TextBox tDataPwd;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox tDataUid;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox tDataName;
        private System.Windows.Forms.Button button5;
    }
}

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91成人网在线| 欧美精品日韩一本| 蜜桃视频在线一区| 亚洲精品一二三四区| 日韩欧美国产系列| 色呦呦日韩精品| 国产成人午夜高潮毛片| 青青国产91久久久久久| 亚洲精品一二三| 欧美国产激情一区二区三区蜜月| 欧美肥胖老妇做爰| 在线观看亚洲成人| 粉嫩av一区二区三区| 另类的小说在线视频另类成人小视频在线 | 国内精品伊人久久久久av一坑| 亚洲在线观看免费| 日韩伦理电影网| 久久久久高清精品| 精品国产青草久久久久福利| 精品视频在线视频| 色呦呦网站一区| 99精品久久99久久久久| 国产成人综合亚洲网站| 黄网站免费久久| 美女诱惑一区二区| 首页综合国产亚洲丝袜| 亚洲综合色婷婷| 亚洲综合在线视频| 亚洲综合色区另类av| 亚洲人成网站影音先锋播放| 国产精品国产三级国产aⅴ入口| 久久精品水蜜桃av综合天堂| 精品国产污污免费网站入口 | 欧美精品一区二区三区一线天视频 | 久久国产视频网| 蜜臀91精品一区二区三区| 性久久久久久久久久久久| 亚洲第一会所有码转帖| 亚洲一区二区三区四区的| 一区二区欧美精品| 亚洲小少妇裸体bbw| 亚洲风情在线资源站| 一区二区三区自拍| 一区二区免费在线| 舔着乳尖日韩一区| 日本伊人午夜精品| 久久99精品国产91久久来源| 久久成人av少妇免费| 精品一区二区精品| 国产精品一区免费视频| 国产69精品一区二区亚洲孕妇| 国产成人精品三级| 国产成人精品免费在线| 91免费观看国产| 日本黄色一区二区| 欧美肥妇bbw| 精品国产百合女同互慰| 国产亚洲一本大道中文在线| 国产精品免费免费| 一区二区三区四区精品在线视频| 一区二区三区在线播放| 日韩中文字幕91| 久久99热99| 成人动漫一区二区在线| 91久久精品国产91性色tv| 欧美性感一区二区三区| 日韩欧美国产综合| 国产精品国模大尺度视频| 亚洲卡通动漫在线| 麻豆国产欧美一区二区三区| 国产+成+人+亚洲欧洲自线| 色婷婷久久久久swag精品| 欧美高清dvd| 国产午夜精品一区二区三区四区| 亚洲色图视频网站| 麻豆一区二区三区| 成人av网站在线| 欧美日韩一区二区三区四区五区| 26uuu国产在线精品一区二区| 国产精品国产三级国产三级人妇 | 在线免费av一区| 日韩一级完整毛片| 亚洲国产成人一区二区三区| 亚洲成av人片一区二区三区| 国产成人精品免费一区二区| 欧美无乱码久久久免费午夜一区 | 天堂影院一区二区| 国产精品18久久久| 欧美精品久久久久久久久老牛影院 | 3d动漫精品啪啪一区二区竹菊| 亚洲精品一区二区三区精华液 | 国产激情一区二区三区四区| 欧美自拍偷拍午夜视频| 国产三级久久久| 日韩高清在线电影| 91麻豆免费观看| 久久久久一区二区三区四区| 亚洲国产一区二区视频| 高清不卡在线观看| 日韩一区二区不卡| 亚洲精品国产一区二区精华液| 黑人巨大精品欧美一区| 欧美日韩精品免费观看视频| 国产精品久久久久久久浪潮网站| 另类小说欧美激情| 欧美日韩高清一区二区三区| 国产精品久久久久久久岛一牛影视| 麻豆精品一区二区三区| 91精彩视频在线| 中文字幕日本不卡| 国产精品123区| 日韩一区二区三区电影| 亚洲成人福利片| 色先锋久久av资源部| 国产欧美视频一区二区| 国产资源精品在线观看| 69精品人人人人| 偷拍与自拍一区| 欧美主播一区二区三区| 亚洲毛片av在线| 色综合天天在线| 专区另类欧美日韩| 成人免费视频视频在线观看免费 | 色婷婷国产精品久久包臀| 中文字幕久久午夜不卡| 国产在线一区观看| 2020国产精品自拍| 国产原创一区二区三区| 欧美精品一区二区三区高清aⅴ| 日韩成人免费在线| 4hu四虎永久在线影院成人| 午夜精品久久久久久久99水蜜桃| 色综合欧美在线视频区| 亚洲女与黑人做爰| 在线观看中文字幕不卡| 亚洲一区在线播放| 在线观看一区二区精品视频| 亚洲综合在线免费观看| 欧美日韩国产成人在线91| 亚洲成人综合在线| 51午夜精品国产| 蜜桃视频在线一区| 久久婷婷一区二区三区| 精品中文字幕一区二区小辣椒| 欧美成人女星排行榜| 国产一区二区三区蝌蚪| 亚洲国产成人午夜在线一区| 不卡在线视频中文字幕| 夜夜爽夜夜爽精品视频| 欧美性色综合网| 蜜桃久久久久久久| 久久久久久久久岛国免费| 成人午夜碰碰视频| 亚洲欧洲制服丝袜| 欧美电影一区二区| 韩国成人精品a∨在线观看| 精品一区二区三区视频在线观看| 精品91自产拍在线观看一区| 成人午夜伦理影院| 一区二区欧美视频| 欧美一区二区三区四区高清| 国产一区啦啦啦在线观看| 欧美国产亚洲另类动漫| 色综合中文字幕国产 | 日韩一级大片在线| 国产传媒欧美日韩成人| 亚洲三级久久久| 91精品国模一区二区三区| 国产一区欧美一区| 亚洲综合精品自拍| 精品久久国产97色综合| jlzzjlzz亚洲日本少妇| 亚洲成av人片| 日本一区二区高清| 欧美日韩1234| 成人激情开心网| 午夜欧美电影在线观看| 欧美激情综合网| 欧美一区二区视频免费观看| 国产成人精品1024| 亚洲6080在线| 中文字幕av一区二区三区| 欧美疯狂做受xxxx富婆| 成人av小说网| 久久av资源站| 一区二区不卡在线视频 午夜欧美不卡在| 日韩亚洲欧美在线| 色视频欧美一区二区三区| 激情深爱一区二区| 亚洲国产成人tv| 国产精品天美传媒| 91精品蜜臀在线一区尤物| 99精品在线免费| 国内外精品视频| 亚洲电影一区二区三区| 亚洲欧洲国产日本综合| 久久男人中文字幕资源站| 欧美久久久久中文字幕| 99精品一区二区三区| 国产精品一区二区无线|