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

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

?? frmsearch.designer.cs

?? 一個即時通信工具
?? CS
?? 第 1 頁 / 共 2 頁
字號:
            "",
            "女",
            "男"});
            this.cboSex.Location = new System.Drawing.Point(111, 73);
            this.cboSex.Name = "cboSex";
            this.cboSex.Size = new System.Drawing.Size(128, 20);
            this.cboSex.TabIndex = 0;
            // 
            // cboAge
            // 
            this.cboAge.FormattingEnabled = true;
            this.cboAge.Location = new System.Drawing.Point(111, 37);
            this.cboAge.Name = "cboAge";
            this.cboAge.Size = new System.Drawing.Size(128, 20);
            this.cboAge.TabIndex = 0;
            // 
            // panSearchResult
            // 
            this.panSearchResult.BackColor = System.Drawing.SystemColors.Info;
            this.panSearchResult.Controls.Add(this.dbgvUsers);
            this.panSearchResult.Controls.Add(this.panel1);
            this.panSearchResult.Location = new System.Drawing.Point(9, 263);
            this.panSearchResult.Name = "panSearchResult";
            this.panSearchResult.Size = new System.Drawing.Size(381, 254);
            this.panSearchResult.TabIndex = 0;
            // 
            // dbgvUsers
            // 
            this.dbgvUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dbgvUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column6,
            this.Column7,
            this.Column8,
            this.Column9,
            this.Column10,
            this.Column11});
            this.dbgvUsers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dbgvUsers.Location = new System.Drawing.Point(0, 32);
            this.dbgvUsers.Name = "dbgvUsers";
            this.dbgvUsers.RowTemplate.Height = 23;
            this.dbgvUsers.Size = new System.Drawing.Size(381, 222);
            this.dbgvUsers.TabIndex = 1;
            this.dbgvUsers.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dbgvUsers_CellClick);
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.picSearchIcon);
            this.panel1.Controls.Add(this.lblResultTitle);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(381, 32);
            this.panel1.TabIndex = 0;
            // 
            // picSearchIcon
            // 
            this.picSearchIcon.Image = ((System.Drawing.Image)(resources.GetObject("picSearchIcon.Image")));
            this.picSearchIcon.Location = new System.Drawing.Point(43, 6);
            this.picSearchIcon.Name = "picSearchIcon";
            this.picSearchIcon.Size = new System.Drawing.Size(16, 16);
            this.picSearchIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.picSearchIcon.TabIndex = 1;
            this.picSearchIcon.TabStop = false;
            // 
            // lblResultTitle
            // 
            this.lblResultTitle.AutoSize = true;
            this.lblResultTitle.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblResultTitle.Location = new System.Drawing.Point(75, 10);
            this.lblResultTitle.Name = "lblResultTitle";
            this.lblResultTitle.Size = new System.Drawing.Size(161, 12);
            this.lblResultTitle.TabIndex = 0;
            this.lblResultTitle.Text = "以下是MyQQ為您找到的結果:";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(9, 8);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(100, 215);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 1;
            this.pictureBox1.TabStop = false;
            // 
            // btnSearch
            // 
            this.btnSearch.Location = new System.Drawing.Point(324, 234);
            this.btnSearch.Name = "btnSearch";
            this.btnSearch.Size = new System.Drawing.Size(75, 23);
            this.btnSearch.TabIndex = 2;
            this.btnSearch.Text = "查找";
            this.btnSearch.UseVisualStyleBackColor = true;
            this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
            // 
            // btnClose
            // 
            this.btnClose.Location = new System.Drawing.Point(411, 234);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(75, 23);
            this.btnClose.TabIndex = 2;
            this.btnClose.Text = "關閉";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnAddFriend
            // 
            this.btnAddFriend.Location = new System.Drawing.Point(324, 234);
            this.btnAddFriend.Name = "btnAddFriend";
            this.btnAddFriend.Size = new System.Drawing.Size(75, 23);
            this.btnAddFriend.TabIndex = 3;
            this.btnAddFriend.Text = "加為好友";
            this.btnAddFriend.UseVisualStyleBackColor = true;
            this.btnAddFriend.Click += new System.EventHandler(this.btnAddFriend_Click);
            // 
            // btnPrevious
            // 
            this.btnPrevious.Location = new System.Drawing.Point(237, 234);
            this.btnPrevious.Name = "btnPrevious";
            this.btnPrevious.Size = new System.Drawing.Size(75, 23);
            this.btnPrevious.TabIndex = 4;
            this.btnPrevious.Text = "上一步";
            this.btnPrevious.UseVisualStyleBackColor = true;
            this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "Id";
            this.Column1.HeaderText = "號碼";
            this.Column1.Name = "Column1";
            // 
            // Column2
            // 
            this.Column2.DataPropertyName = "NickName";
            this.Column2.HeaderText = "昵稱";
            this.Column2.Name = "Column2";
            // 
            // Column3
            // 
            this.Column3.DataPropertyName = "Age";
            this.Column3.HeaderText = "年齡";
            this.Column3.Name = "Column3";
            // 
            // Column4
            // 
            this.Column4.DataPropertyName = "Sex";
            this.Column4.HeaderText = "性別";
            this.Column4.Name = "Column4";
            // 
            // Column5
            // 
            this.Column5.DataPropertyName = "Id";
            this.Column5.HeaderText = "Id";
            this.Column5.Name = "Column5";
            this.Column5.Visible = false;
            // 
            // Column6
            // 
            this.Column6.DataPropertyName = "Name";
            this.Column6.HeaderText = "Name";
            this.Column6.Name = "Column6";
            this.Column6.Visible = false;
            // 
            // Column7
            // 
            this.Column7.DataPropertyName = "Star";
            this.Column7.HeaderText = "Star";
            this.Column7.Name = "Column7";
            this.Column7.Visible = false;
            // 
            // Column8
            // 
            this.Column8.DataPropertyName = "BloodType";
            this.Column8.HeaderText = "BloodType";
            this.Column8.Name = "Column8";
            this.Column8.Visible = false;
            // 
            // Column9
            // 
            this.Column9.DataPropertyName = "FaceId";
            this.Column9.HeaderText = "FaceId";
            this.Column9.Name = "Column9";
            this.Column9.Visible = false;
            // 
            // Column10
            // 
            this.Column10.DataPropertyName = "FriendshipPolicy";
            this.Column10.HeaderText = "FriendshipPolicy";
            this.Column10.Name = "Column10";
            this.Column10.Visible = false;
            // 
            // Column11
            // 
            this.Column11.DataPropertyName = "LoginPwd";
            this.Column11.HeaderText = "LoginPwd";
            this.Column11.Name = "Column11";
            this.Column11.Visible = false;
            // 
            // frmSearch
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.ClientSize = new System.Drawing.Size(497, 267);
            this.Controls.Add(this.btnPrevious);
            this.Controls.Add(this.panSearchResult);
            this.Controls.Add(this.btnAddFriend);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.btnSearch);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.tabControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frmSearch";
            this.Text = "查找/添加好友";
            this.Load += new System.EventHandler(this.frmSearch_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.panBaseSearch.ResumeLayout(false);
            this.panBaseSearch.PerformLayout();
            this.grbExactCondition.ResumeLayout(false);
            this.grbExactCondition.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.tabPage2.ResumeLayout(false);
            this.panAdvancedSearch.ResumeLayout(false);
            this.panAdvancedSearch.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
            this.grbBaseCondition.ResumeLayout(false);
            this.grbBaseCondition.PerformLayout();
            this.panSearchResult.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dbgvUsers)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picSearchIcon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Button btnSearch;
        private System.Windows.Forms.Button btnClose;
        private System.Windows.Forms.Panel panSearchResult;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label lblResultTitle;
        private System.Windows.Forms.DataGridView dbgvUsers;
        private System.Windows.Forms.PictureBox picSearchIcon;
        private System.Windows.Forms.Button btnAddFriend;
        private System.Windows.Forms.Panel panBaseSearch;
        private System.Windows.Forms.RadioButton rdoAllSearch;
        private System.Windows.Forms.RadioButton rdoExactSearch;
        private System.Windows.Forms.Label lblTitleTip;
        private System.Windows.Forms.PictureBox pictureBox2;
        private System.Windows.Forms.Panel panAdvancedSearch;
        private System.Windows.Forms.GroupBox grbExactCondition;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtUserNickName;
        private System.Windows.Forms.TextBox txtUserId;
        private System.Windows.Forms.GroupBox grbBaseCondition;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.PictureBox pictureBox3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ComboBox cboSex;
        private System.Windows.Forms.ComboBox cboAge;
        private System.Windows.Forms.Button btnPrevious;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
福利电影一区二区| 国产成人日日夜夜| 18成人在线观看| 欧美一级黄色片| 欧美日韩视频专区在线播放| 国产成人av一区二区| 麻豆精品久久久| 亚洲成av人影院在线观看网| 国产精品久久久久影院| 久久久久久亚洲综合| 欧美一区二区三区公司| 欧美体内she精视频| 91福利国产精品| 色域天天综合网| 色偷偷88欧美精品久久久| 暴力调教一区二区三区| www.性欧美| 91在线观看地址| 精品视频色一区| 91麻豆精品久久久久蜜臀| 91国偷自产一区二区使用方法| 国产高清久久久| 国产一区不卡视频| 国产毛片精品视频| 国产.欧美.日韩| 成人午夜精品在线| 成人app下载| 一本色道久久综合亚洲aⅴ蜜桃| 成人av电影在线网| 色视频一区二区| 日韩欧美一区二区三区在线| 欧美哺乳videos| 国产精品乱码一区二三区小蝌蚪| 国产精品久久看| 亚洲国产成人porn| 久久国产福利国产秒拍| 成人天堂资源www在线| 91福利在线导航| 久久一区二区视频| 亚洲免费观看高清完整版在线观看| 亚洲一区二区三区激情| 国内成+人亚洲+欧美+综合在线 | 欧美日韩久久一区二区| 精品少妇一区二区三区视频免付费| 久久日韩粉嫩一区二区三区| 日韩毛片高清在线播放| 精品在线亚洲视频| 欧美日韩精品欧美日韩精品一| 久久久午夜精品理论片中文字幕| 亚洲色图.com| 国产大陆亚洲精品国产| 欧美久久婷婷综合色| 自拍偷拍国产亚洲| 国产剧情一区在线| 日韩视频在线观看一区二区| 亚洲人xxxx| 色综合视频在线观看| 亚洲精品成人在线| 26uuu欧美| 性做久久久久久久免费看| 色综合亚洲欧洲| 自拍偷拍国产亚洲| 色中色一区二区| 亚洲欧美日韩人成在线播放| 99精品国产热久久91蜜凸| 中文字幕在线播放不卡一区| 成人av免费网站| 亚洲欧洲日韩女同| 欧美在线一区二区| 婷婷久久综合九色综合伊人色| 欧美亚洲综合另类| 日韩激情在线观看| 欧美电影在哪看比较好| 美国一区二区三区在线播放| 欧美一级生活片| 国产黄人亚洲片| 1000部国产精品成人观看| 欧美日韩在线精品一区二区三区激情| 亚洲电影中文字幕在线观看| 欧美电影免费观看高清完整版在线| 日韩精品一区第一页| 欧美电影免费观看高清完整版| 国产风韵犹存在线视精品| 亚洲人吸女人奶水| 91麻豆精品国产91久久久久| 国产成人午夜精品5599| 亚洲黄色尤物视频| 久久综合九色综合97婷婷| 972aa.com艺术欧美| 麻豆成人在线观看| 亚洲视频图片小说| 欧美精品一区二区三区蜜桃| 91日韩精品一区| 精品亚洲成a人| 亚洲一区二区欧美日韩| 国产日韩精品久久久| 欧美日韩国产影片| 99视频热这里只有精品免费| 奇米四色…亚洲| 一个色妞综合视频在线观看| 中文字幕精品一区二区三区精品 | 欧美xxxx老人做受| 色欧美88888久久久久久影院| 国产精品综合久久| 蜜桃久久av一区| 亚洲国产欧美在线人成| 欧美极品美女视频| 久久精品视频免费| 欧美成人福利视频| 欧美日本在线播放| 欧美日韩高清在线| 欧美色图天堂网| 欧美性生活影院| 91美女福利视频| 日本精品裸体写真集在线观看| 大胆亚洲人体视频| 成人av在线资源| 99久久精品国产一区二区三区 | 国产自产高清不卡| 久久不见久久见免费视频1| 日本aⅴ免费视频一区二区三区| 三级久久三级久久久| 亚洲高清视频中文字幕| 亚洲成人免费视| 免费在线视频一区| 国产一区激情在线| 国内外成人在线视频| 免费成人在线网站| 肉色丝袜一区二区| 欧美a级一区二区| 国产综合久久久久久久久久久久| 国产成人免费在线观看不卡| 成人免费高清在线| 欧美巨大另类极品videosbest | 欧美人狂配大交3d怪物一区| 91精品国产aⅴ一区二区| 亚洲精品在线电影| 亚洲欧美日韩小说| 玖玖九九国产精品| 99国产精品久久久| 日韩三级免费观看| 亚洲视频小说图片| 蜜臀av性久久久久蜜臀av麻豆| 国产在线国偷精品产拍免费yy| 成人h动漫精品一区二| 欧美日韩国产免费一区二区| 国产欧美日韩视频在线观看| 一区二区三区中文字幕电影 | 久久亚洲精精品中文字幕早川悠里 | 久久精品欧美一区二区三区不卡| 亚洲欧美电影院| 国产一区二区三区黄视频| 在线中文字幕一区| 国产精品天天看| 精品亚洲porn| 在线播放日韩导航| 一区二区高清免费观看影视大全| 国产自产高清不卡| 日韩一区二区三区精品视频| 一卡二卡欧美日韩| 色就色 综合激情| 成人欧美一区二区三区视频网页| 久久国产生活片100| 3d动漫精品啪啪1区2区免费| 亚洲午夜精品网| 欧美三级欧美一级| 亚洲aⅴ怡春院| 欧美日韩一区二区三区不卡| 亚洲愉拍自拍另类高清精品| 97aⅴ精品视频一二三区| 中文字幕一区免费在线观看| 成人三级在线视频| 国产精品无人区| 在线观看亚洲专区| 亚洲成人av电影| 91精品国产综合久久国产大片| 日韩成人免费电影| 欧美变态凌虐bdsm| 国产suv精品一区二区6| 中文字幕av免费专区久久| www.欧美精品一二区| 亚洲一二三四在线观看| 欧美丰满美乳xxx高潮www| 激情深爱一区二区| 国产精品麻豆欧美日韩ww| 色婷婷综合久久久| 另类小说欧美激情| 中文字幕av一区二区三区免费看| 在线免费观看成人短视频| 美女视频黄免费的久久 | 中文字幕在线免费不卡| 欧美性生活大片视频| 国产精品99久久久久| 亚洲一区二区中文在线| 欧美一级二级在线观看| 成人禁用看黄a在线| 蜜臀av性久久久久蜜臀aⅴ流畅| 国产欧美一区二区在线观看| 欧美蜜桃一区二区三区| 国产91对白在线观看九色|