⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 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 + -