亚洲欧美第一页_禁久久精品乱码_粉嫩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一坑 | 成人一区二区三区| 欧美专区日韩专区| 久久久精品欧美丰满| 亚洲宅男天堂在线观看无病毒| 久久精品久久综合| 91国内精品野花午夜精品| 久久久噜噜噜久久人人看| 亚洲成在人线在线播放| 不卡在线视频中文字幕| 日韩三级高清在线| 亚洲超碰97人人做人人爱| 成人av动漫网站| 精品sm捆绑视频| 日韩福利电影在线观看| 在线免费观看不卡av| 国产精品你懂的| 国产精选一区二区三区| 欧美一区二区三区视频在线 | 亚洲午夜久久久久中文字幕久| 国产福利91精品| 欧美成人官网二区| 日韩中文字幕麻豆| 欧美日韩亚洲另类| 亚洲最新视频在线播放| 不卡区在线中文字幕| 国产女主播在线一区二区| 久久99久久精品欧美| 91精品国产欧美一区二区成人| 亚洲不卡一区二区三区| 欧美日韩亚州综合| 亚洲成人黄色影院| 欧美精品视频www在线观看| 一区二区三区久久久| 日本精品裸体写真集在线观看 | 成人精品一区二区三区四区 | 亚洲欧洲日韩综合一区二区| 国产成人综合网站| 国产拍揄自揄精品视频麻豆| 国产一区二区电影| 欧美激情一区二区三区全黄| 成人免费视频caoporn| 欧美国产禁国产网站cc| 波多野结衣欧美| 亚洲欧洲av色图| 色婷婷av一区二区三区软件 | 一区二区三区日韩精品| 在线免费观看日本欧美| 五月激情丁香一区二区三区| 91精品国产福利| 狠狠色丁香久久婷婷综| 国产欧美视频在线观看| 成人动漫中文字幕| 亚洲精品视频一区二区| 欧美色爱综合网| 蜜臀av性久久久久蜜臀aⅴ流畅| 欧美不卡一区二区三区四区| 国产一本一道久久香蕉| 亚洲色欲色欲www| 6080国产精品一区二区| 国产真实乱偷精品视频免| 国产精品美女久久久久av爽李琼 | 精品在线免费观看| 国产清纯白嫩初高生在线观看91| 成人黄色国产精品网站大全在线免费观看| 亚洲欧洲韩国日本视频| 欧美日韩久久久久久| 久久国产精品一区二区| 中文字幕欧美一区| 欧美一级精品在线| 成人av在线资源网| 日韩精品一级中文字幕精品视频免费观看 | 性久久久久久久久久久久| 久久综合色天天久久综合图片| 99久久伊人久久99| 日韩一区精品字幕| 专区另类欧美日韩| 日韩欧美不卡在线观看视频| 99久久国产综合精品麻豆| 免费美女久久99| 亚洲视频电影在线| 久久婷婷国产综合国色天香| 色综合久久99| 国产成人午夜视频| 日韩黄色在线观看| 综合欧美一区二区三区| 久久午夜国产精品| 欧美一区二区三区视频免费| av午夜精品一区二区三区| 久国产精品韩国三级视频| 亚洲欧美日韩综合aⅴ视频| 久久久一区二区三区捆绑**| 欧美猛男超大videosgay| www.性欧美| 国产精品69毛片高清亚洲| 三级成人在线视频| 亚洲欧美另类在线| 国产精品久久精品日日| 精品乱人伦小说| 91精品国产丝袜白色高跟鞋| 欧洲一区二区三区在线| 不卡高清视频专区| 岛国一区二区三区| 国产成人午夜高潮毛片| 国产在线精品免费| 免费看欧美女人艹b| 午夜视频一区二区| 亚洲国产三级在线| 一区二区免费看| 亚洲欧美韩国综合色| 中文字幕中文在线不卡住| 久久久91精品国产一区二区精品 | 天天色综合天天| 亚洲国产中文字幕在线视频综合| 中文一区一区三区高中清不卡| 国产片一区二区| 日本一区二区电影| 亚洲国产精品99久久久久久久久| 国产婷婷精品av在线| 久久久五月婷婷| 日本一区二区不卡视频| 欧美国产日韩一二三区| 成人免费在线观看入口| 亚洲乱码国产乱码精品精98午夜 | 丁香啪啪综合成人亚洲小说| 国产精品888| 99视频精品免费视频| 91黄视频在线| 欧美三级韩国三级日本三斤| 欧美久久久久中文字幕| 91精品国产91热久久久做人人| 精品国产露脸精彩对白| 国产欧美精品日韩区二区麻豆天美| 中文字幕乱码亚洲精品一区| 亚洲天堂免费看| 亚洲成av人片在线| 久久狠狠亚洲综合| 成人免费视频caoporn| 99精品视频中文字幕| 日本道色综合久久| 欧美丰满少妇xxxxx高潮对白| 欧美一区国产二区| 国产三级精品视频| 亚洲精品久久久久久国产精华液| 亚洲成在人线免费| 狠狠色狠狠色综合| 91麻豆精东视频| 欧美精品乱码久久久久久按摩| 日韩丝袜情趣美女图片| 国产女人18水真多18精品一级做| 国产精品国产三级国产三级人妇| 一区二区三区不卡视频在线观看| 日韩极品在线观看| 成人动漫一区二区在线| 欧美日韩视频在线一区二区| 精品福利视频一区二区三区| 国产精品白丝在线| 奇米色777欧美一区二区| 成人性生交大片免费看视频在线 | 欧美人牲a欧美精品| 26uuu色噜噜精品一区| 亚洲色图视频免费播放| 男女男精品视频网| 99精品桃花视频在线观看| 欧美一级日韩不卡播放免费| 最新不卡av在线| 极品少妇xxxx精品少妇偷拍| 色噜噜久久综合| 久久综合资源网| 亚洲成人动漫av| 99久久综合精品| 久久综合狠狠综合| 日韩电影在线观看网站| av福利精品导航| 精品剧情v国产在线观看在线| 玉足女爽爽91| 成人av在线资源网站| 精品乱人伦一区二区三区| 亚洲在线成人精品| av高清久久久| 337p粉嫩大胆色噜噜噜噜亚洲 | 久久免费视频色| 人人精品人人爱| 欧美性生交片4| 国产精品久久毛片| 国产成人福利片| 欧美一二三区在线观看| 一区二区三区日韩欧美精品| 成人av网址在线| 国产性做久久久久久| 国模套图日韩精品一区二区| 日韩视频中午一区| 日韩成人精品在线观看| 欧美日韩视频在线一区二区| 亚洲乱码中文字幕| 一本久道久久综合中文字幕| 日韩一区日韩二区| 91蜜桃网址入口| 亚洲另类中文字|