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

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

?? frmsearch.designer.cs

?? 一個即時通信工具
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace MyQQ
{
    partial class frmSearch
    {
        /// <summary>
        /// 必需的設計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

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

        #region Windows 窗體設計器生成的代碼

        /// <summary>
        /// 設計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSearch));
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.panBaseSearch = new System.Windows.Forms.Panel();
            this.grbExactCondition = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.txtUserNickName = new System.Windows.Forms.TextBox();
            this.txtUserId = new System.Windows.Forms.TextBox();
            this.rdoAllSearch = new System.Windows.Forms.RadioButton();
            this.rdoExactSearch = new System.Windows.Forms.RadioButton();
            this.lblTitleTip = new System.Windows.Forms.Label();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.panAdvancedSearch = new System.Windows.Forms.Panel();
            this.label5 = new System.Windows.Forms.Label();
            this.pictureBox3 = new System.Windows.Forms.PictureBox();
            this.grbBaseCondition = new System.Windows.Forms.GroupBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.cboSex = new System.Windows.Forms.ComboBox();
            this.cboAge = new System.Windows.Forms.ComboBox();
            this.panSearchResult = new System.Windows.Forms.Panel();
            this.dbgvUsers = new System.Windows.Forms.DataGridView();
            this.panel1 = new System.Windows.Forms.Panel();
            this.picSearchIcon = new System.Windows.Forms.PictureBox();
            this.lblResultTitle = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.btnSearch = new System.Windows.Forms.Button();
            this.btnClose = new System.Windows.Forms.Button();
            this.btnAddFriend = new System.Windows.Forms.Button();
            this.btnPrevious = new System.Windows.Forms.Button();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.panBaseSearch.SuspendLayout();
            this.grbExactCondition.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.tabPage2.SuspendLayout();
            this.panAdvancedSearch.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
            this.grbBaseCondition.SuspendLayout();
            this.panSearchResult.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dbgvUsers)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picSearchIcon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(115, 5);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(374, 221);
            this.tabControl1.TabIndex = 0;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.panBaseSearch);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(366, 196);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "基本查找";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // panBaseSearch
            // 
            this.panBaseSearch.Controls.Add(this.grbExactCondition);
            this.panBaseSearch.Controls.Add(this.rdoAllSearch);
            this.panBaseSearch.Controls.Add(this.rdoExactSearch);
            this.panBaseSearch.Controls.Add(this.lblTitleTip);
            this.panBaseSearch.Controls.Add(this.pictureBox2);
            this.panBaseSearch.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panBaseSearch.Location = new System.Drawing.Point(3, 3);
            this.panBaseSearch.Name = "panBaseSearch";
            this.panBaseSearch.Size = new System.Drawing.Size(360, 190);
            this.panBaseSearch.TabIndex = 0;
            // 
            // grbExactCondition
            // 
            this.grbExactCondition.Controls.Add(this.label2);
            this.grbExactCondition.Controls.Add(this.label1);
            this.grbExactCondition.Controls.Add(this.txtUserNickName);
            this.grbExactCondition.Controls.Add(this.txtUserId);
            this.grbExactCondition.Location = new System.Drawing.Point(23, 94);
            this.grbExactCondition.Name = "grbExactCondition";
            this.grbExactCondition.Size = new System.Drawing.Size(294, 80);
            this.grbExactCondition.TabIndex = 7;
            this.grbExactCondition.TabStop = false;
            this.grbExactCondition.Text = "精確查找條件";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(22, 57);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "對方昵稱:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(22, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "對方帳號:";
            // 
            // txtUserNickName
            // 
            this.txtUserNickName.Location = new System.Drawing.Point(89, 51);
            this.txtUserNickName.Name = "txtUserNickName";
            this.txtUserNickName.Size = new System.Drawing.Size(160, 21);
            this.txtUserNickName.TabIndex = 0;
            // 
            // txtUserId
            // 
            this.txtUserId.Location = new System.Drawing.Point(89, 19);
            this.txtUserId.Name = "txtUserId";
            this.txtUserId.Size = new System.Drawing.Size(160, 21);
            this.txtUserId.TabIndex = 0;
            // 
            // rdoAllSearch
            // 
            this.rdoAllSearch.AutoSize = true;
            this.rdoAllSearch.Checked = true;
            this.rdoAllSearch.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.rdoAllSearch.Location = new System.Drawing.Point(103, 39);
            this.rdoAllSearch.Name = "rdoAllSearch";
            this.rdoAllSearch.Size = new System.Drawing.Size(83, 16);
            this.rdoAllSearch.TabIndex = 5;
            this.rdoAllSearch.TabStop = true;
            this.rdoAllSearch.Text = "查找所有人";
            this.rdoAllSearch.UseVisualStyleBackColor = true;
            this.rdoAllSearch.CheckedChanged += new System.EventHandler(this.rdoAllSearch_CheckedChanged);
            // 
            // rdoExactSearch
            // 
            this.rdoExactSearch.AutoSize = true;
            this.rdoExactSearch.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.rdoExactSearch.Location = new System.Drawing.Point(103, 61);
            this.rdoExactSearch.Name = "rdoExactSearch";
            this.rdoExactSearch.Size = new System.Drawing.Size(71, 16);
            this.rdoExactSearch.TabIndex = 6;
            this.rdoExactSearch.Text = "精確查找";
            this.rdoExactSearch.UseVisualStyleBackColor = true;
            // 
            // lblTitleTip
            // 
            this.lblTitleTip.AutoSize = true;
            this.lblTitleTip.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblTitleTip.Location = new System.Drawing.Point(68, 14);
            this.lblTitleTip.Name = "lblTitleTip";
            this.lblTitleTip.Size = new System.Drawing.Size(173, 12);
            this.lblTitleTip.TabIndex = 4;
            this.lblTitleTip.Text = "可以設置精確查找條件查找好友";
            // 
            // pictureBox2
            // 
            this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
            this.pictureBox2.Location = new System.Drawing.Point(22, 8);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(16, 16);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox2.TabIndex = 3;
            this.pictureBox2.TabStop = false;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.panAdvancedSearch);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(366, 196);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "高級查找";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // panAdvancedSearch
            // 
            this.panAdvancedSearch.Controls.Add(this.label5);
            this.panAdvancedSearch.Controls.Add(this.pictureBox3);
            this.panAdvancedSearch.Controls.Add(this.grbBaseCondition);
            this.panAdvancedSearch.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panAdvancedSearch.Location = new System.Drawing.Point(3, 3);
            this.panAdvancedSearch.Name = "panAdvancedSearch";
            this.panAdvancedSearch.Size = new System.Drawing.Size(360, 190);
            this.panAdvancedSearch.TabIndex = 0;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(60, 23);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(185, 12);
            this.label5.TabIndex = 6;
            this.label5.Text = "您可以通過年齡或者性別進行查找";
            // 
            // pictureBox3
            // 
            this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
            this.pictureBox3.Location = new System.Drawing.Point(23, 15);
            this.pictureBox3.Name = "pictureBox3";
            this.pictureBox3.Size = new System.Drawing.Size(16, 16);
            this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox3.TabIndex = 5;
            this.pictureBox3.TabStop = false;
            // 
            // grbBaseCondition
            // 
            this.grbBaseCondition.Controls.Add(this.label4);
            this.grbBaseCondition.Controls.Add(this.label3);
            this.grbBaseCondition.Controls.Add(this.cboSex);
            this.grbBaseCondition.Controls.Add(this.cboAge);
            this.grbBaseCondition.Location = new System.Drawing.Point(23, 62);
            this.grbBaseCondition.Name = "grbBaseCondition";
            this.grbBaseCondition.Size = new System.Drawing.Size(303, 114);
            this.grbBaseCondition.TabIndex = 0;
            this.grbBaseCondition.TabStop = false;
            this.grbBaseCondition.Text = "基本條件";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(64, 77);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 1;
            this.label4.Text = "性別:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(64, 44);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 1;
            this.label3.Text = "年齡:";
            // 
            // cboSex
            // 
            this.cboSex.FormattingEnabled = true;
            this.cboSex.Items.AddRange(new object[] {

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产婷婷色一区二区三区在线| 日韩av一区二区三区| 国产电影精品久久禁18| 91精品福利在线一区二区三区 | 欧美日韩国产色站一区二区三区| 欧美精品一区二区久久久| 日本不卡一区二区三区高清视频| 91女神在线视频| 亚洲视频一区二区在线观看| 成人在线综合网| 综合久久一区二区三区| 99视频精品在线| 夜夜嗨av一区二区三区中文字幕| 色婷婷综合激情| 亚洲午夜免费视频| 日韩欧美精品在线| 久久99精品久久久久久国产越南| 2021国产精品久久精品| 豆国产96在线|亚洲| 亚洲精品日韩一| 日韩三级视频中文字幕| 成人精品电影在线观看| 一区二区三区欧美| 日韩精品一区二区三区老鸭窝| 激情欧美一区二区| 亚洲激情在线播放| 7777精品伊人久久久大香线蕉 | 国产精品视频免费看| 色爱区综合激月婷婷| 亚洲成人久久影院| 欧美国产乱子伦| 欧美放荡的少妇| 色综合天天综合在线视频| 日韩不卡一区二区三区 | 蜜芽一区二区三区| 99久久久精品| 亚洲私人影院在线观看| 精品国产一区二区三区不卡| jlzzjlzz亚洲日本少妇| 久久成人av少妇免费| 亚洲一区二区欧美激情| 亚洲欧美综合色| 中文字幕成人网| 日韩午夜在线观看视频| 欧美日韩成人综合天天影院| 成人激情图片网| 成人黄色一级视频| 国产白丝网站精品污在线入口| 亚洲成人动漫在线免费观看| 精品久久人人做人人爰| 欧美日韩国产片| 欧美日韩精品电影| 欧美日韩国产片| 欧美肥大bbwbbw高潮| 欧美日韩专区在线| 欧美做爰猛烈大尺度电影无法无天| 丁香啪啪综合成人亚洲小说| 国产mv日韩mv欧美| 成人激情视频网站| 色悠悠久久综合| 欧美妇女性影城| 欧美电影免费提供在线观看| 欧美成人精品3d动漫h| 欧美va亚洲va香蕉在线| 精品粉嫩超白一线天av| 亚洲欧美另类久久久精品2019| 日韩精品一区二区三区老鸭窝| 欧美大片在线观看一区| 欧美草草影院在线视频| 国产清纯白嫩初高生在线观看91 | 一区二区成人在线视频| 五月天婷婷综合| 国产宾馆实践打屁股91| 91浏览器打开| 精品88久久久久88久久久| 国产精品视频第一区| 午夜精品免费在线观看| 国产91对白在线观看九色| 欧美日韩久久一区| 国产精品美女久久久久久2018| 天天操天天综合网| 国产成人精品一区二区三区网站观看| 不卡电影一区二区三区| 精品成人一区二区三区四区| 亚洲人精品午夜| 国产精品一区二区男女羞羞无遮挡| 色av一区二区| 综合色中文字幕| 国产精品一区二区三区网站| 色哟哟精品一区| 日韩美女视频一区二区 | 欧美一区2区视频在线观看| 中文字幕亚洲视频| 国产成人亚洲精品青草天美| 国产欧美一区二区精品性色超碰| 亚洲精品写真福利| 99久久99久久综合| 国产精品视频九色porn| 不卡电影一区二区三区| 国产欧美1区2区3区| 国产精品亚洲一区二区三区在线| 日韩三级视频在线观看| 中文字幕精品—区二区四季| 亚洲国产视频一区| 成人黄色大片在线观看| 国产欧美一区二区在线观看| 粉嫩av一区二区三区粉嫩| 国产欧美日本一区二区三区| 国产乱子伦视频一区二区三区 | 国产综合色产在线精品| 日韩欧美一级片| 成人性生交大合| 亚洲精品国产品国语在线app| 一本到高清视频免费精品| 亚洲国产一区二区视频| 欧美成人欧美edvon| 国产成人精品三级麻豆| 亚洲区小说区图片区qvod| 欧美日精品一区视频| 精品一区二区三区视频在线观看| 久久久久久97三级| 欧美色精品在线视频| 精品一区二区在线视频| 亚洲女子a中天字幕| 日韩欧美一区二区三区在线| 大白屁股一区二区视频| 亚洲高清免费视频| 国产女人18毛片水真多成人如厕| 色中色一区二区| 国产不卡在线视频| 蜜臀精品久久久久久蜜臀 | 国产精品成人免费在线| 欧美久久久影院| 国产精品一区在线| 五月婷婷久久丁香| 一区二区三区高清不卡| 亚洲精品一区二区三区99| 在线视频欧美精品| 不卡电影一区二区三区| 一本久道中文字幕精品亚洲嫩| 欧美性猛片xxxx免费看久爱| 在线播放一区二区三区| 久久综合狠狠综合| 综合欧美一区二区三区| 日日骚欧美日韩| 激情文学综合插| 色哟哟日韩精品| 久久久亚洲综合| 亚洲国产美女搞黄色| 国产高清精品在线| 欧美肥大bbwbbw高潮| 国产精品午夜久久| 麻豆专区一区二区三区四区五区| 成人综合在线观看| 日韩免费性生活视频播放| 亚洲丝袜美腿综合| 国产精品亚洲第一| 制服丝袜亚洲色图| 一区二区三区波多野结衣在线观看| 麻豆免费精品视频| 欧美男男青年gay1069videost| 久久精品一区二区三区不卡牛牛 | 亚洲欧美日韩中文字幕一区二区三区| 亚洲成人免费电影| 在线免费观看日本一区| 欧美国产一区二区在线观看| 精品亚洲成a人在线观看| 91精品国产麻豆国产自产在线| 亚洲视频一区二区免费在线观看| 久久99精品久久久| 欧美大肚乱孕交hd孕妇| 视频一区视频二区中文| 欧美写真视频网站| 亚洲麻豆国产自偷在线| 成人性生交大片免费看中文| 久久精品人人做人人爽人人| 九九久久精品视频| 亚洲图片激情小说| 国产成人av一区二区三区在线| 精品国产乱码久久久久久闺蜜| 午夜视频一区二区三区| 欧美麻豆精品久久久久久| 日韩电影一区二区三区四区| 欧美福利一区二区| 久久综合一区二区| 日韩专区在线视频| 日韩一区二区三区在线| 黑人精品欧美一区二区蜜桃| 日韩限制级电影在线观看| 国产一区二区三区精品欧美日韩一区二区三区 | 欧美午夜免费电影| 天堂影院一区二区| 欧美电影免费观看高清完整版在线 | 国产精品高清亚洲| 欧美午夜一区二区三区免费大片| 午夜精品123| 国产欧美日韩久久| 欧美色窝79yyyycom| 国内精品免费在线观看| 伊人夜夜躁av伊人久久|