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

📄 personalinfoform.designer.cs

📁 北大青鸟的教学程序
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace MyQQ
{
    partial class PersonalInfoForm
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PersonalInfoForm));
            this.pnlDetails = new System.Windows.Forms.Panel();
            this.picHead1 = new System.Windows.Forms.PictureBox();
            this.cboBloodType = new System.Windows.Forms.ComboBox();
            this.lblBloodType = new System.Windows.Forms.Label();
            this.cboStar = new System.Windows.Forms.ComboBox();
            this.lblStar = new System.Windows.Forms.Label();
            this.txtName = new System.Windows.Forms.TextBox();
            this.lblName = new System.Windows.Forms.Label();
            this.btnShowIcons = new System.Windows.Forms.Button();
            this.picFace = new System.Windows.Forms.PictureBox();
            this.txtAge = new System.Windows.Forms.TextBox();
            this.lblAge = new System.Windows.Forms.Label();
            this.cboSex = new System.Windows.Forms.ComboBox();
            this.lblSex = new System.Windows.Forms.Label();
            this.txtNickName = new System.Windows.Forms.TextBox();
            this.lblNickName = new System.Windows.Forms.Label();
            this.txtLoginId = new System.Windows.Forms.TextBox();
            this.lblLoginId = new System.Windows.Forms.Label();
            this.picHead2 = new System.Windows.Forms.PictureBox();
            this.pnlSecurity = new System.Windows.Forms.Panel();
            this.grpFriendPolicy = new System.Windows.Forms.GroupBox();
            this.rdoNobody = new System.Windows.Forms.RadioButton();
            this.rdoValidation = new System.Windows.Forms.RadioButton();
            this.rdoAnybody = new System.Windows.Forms.RadioButton();
            this.grpPwd = new System.Windows.Forms.GroupBox();
            this.txtNewPwdAgain = new System.Windows.Forms.TextBox();
            this.lblOldPwd = new System.Windows.Forms.Label();
            this.lblNewPwdAgain = new System.Windows.Forms.Label();
            this.txtNewPwd = new System.Windows.Forms.TextBox();
            this.txtOldPwd = new System.Windows.Forms.TextBox();
            this.lblNewPwd = new System.Windows.Forms.Label();
            this.btnOK = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.picSecurity = new System.Windows.Forms.PictureBox();
            this.picDetails = new System.Windows.Forms.PictureBox();
            this.ilFaces = new System.Windows.Forms.ImageList(this.components);
            this.ilLink = new System.Windows.Forms.ImageList(this.components);
            this.pnlDetails.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picHead1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFace)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picHead2)).BeginInit();
            this.pnlSecurity.SuspendLayout();
            this.grpFriendPolicy.SuspendLayout();
            this.grpPwd.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picSecurity)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picDetails)).BeginInit();
            this.SuspendLayout();
            // 
            // pnlDetails
            // 
            this.pnlDetails.BackColor = System.Drawing.Color.Transparent;
            this.pnlDetails.Controls.Add(this.picHead1);
            this.pnlDetails.Controls.Add(this.cboBloodType);
            this.pnlDetails.Controls.Add(this.lblBloodType);
            this.pnlDetails.Controls.Add(this.cboStar);
            this.pnlDetails.Controls.Add(this.lblStar);
            this.pnlDetails.Controls.Add(this.txtName);
            this.pnlDetails.Controls.Add(this.lblName);
            this.pnlDetails.Controls.Add(this.btnShowIcons);
            this.pnlDetails.Controls.Add(this.picFace);
            this.pnlDetails.Controls.Add(this.txtAge);
            this.pnlDetails.Controls.Add(this.lblAge);
            this.pnlDetails.Controls.Add(this.cboSex);
            this.pnlDetails.Controls.Add(this.lblSex);
            this.pnlDetails.Controls.Add(this.txtNickName);
            this.pnlDetails.Controls.Add(this.lblNickName);
            this.pnlDetails.Controls.Add(this.txtLoginId);
            this.pnlDetails.Controls.Add(this.lblLoginId);
            this.pnlDetails.Location = new System.Drawing.Point(105, 12);
            this.pnlDetails.Name = "pnlDetails";
            this.pnlDetails.Size = new System.Drawing.Size(298, 218);
            this.pnlDetails.TabIndex = 0;
            // 
            // picHead1
            // 
            this.picHead1.Image = ((System.Drawing.Image)(resources.GetObject("picHead1.Image")));
            this.picHead1.Location = new System.Drawing.Point(0, 0);
            this.picHead1.Name = "picHead1";
            this.picHead1.Size = new System.Drawing.Size(298, 30);
            this.picHead1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picHead1.TabIndex = 15;
            this.picHead1.TabStop = false;
            // 
            // cboBloodType
            // 
            this.cboBloodType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.cboBloodType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboBloodType.FormattingEnabled = true;
            this.cboBloodType.Location = new System.Drawing.Point(215, 180);
            this.cboBloodType.Name = "cboBloodType";
            this.cboBloodType.Size = new System.Drawing.Size(83, 20);
            this.cboBloodType.TabIndex = 13;
            // 
            // lblBloodType
            // 
            this.lblBloodType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblBloodType.AutoSize = true;
            this.lblBloodType.BackColor = System.Drawing.Color.Transparent;
            this.lblBloodType.Location = new System.Drawing.Point(175, 184);
            this.lblBloodType.Name = "lblBloodType";
            this.lblBloodType.Size = new System.Drawing.Size(41, 12);
            this.lblBloodType.TabIndex = 12;
            this.lblBloodType.Text = "血型:";
            // 
            // cboStar
            // 
            this.cboStar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.cboStar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboStar.FormattingEnabled = true;
            this.cboStar.Location = new System.Drawing.Point(63, 180);
            this.cboStar.Name = "cboStar";
            this.cboStar.Size = new System.Drawing.Size(85, 20);
            this.cboStar.TabIndex = 11;
            // 
            // lblStar
            // 
            this.lblStar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblStar.AutoSize = true;
            this.lblStar.BackColor = System.Drawing.Color.Transparent;
            this.lblStar.Location = new System.Drawing.Point(27, 184);
            this.lblStar.Name = "lblStar";
            this.lblStar.Size = new System.Drawing.Size(41, 12);
            this.lblStar.TabIndex = 10;
            this.lblStar.Text = "星座:";
            // 
            // txtName
            // 
            this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtName.Location = new System.Drawing.Point(63, 148);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(85, 21);
            this.txtName.TabIndex = 7;
            // 
            // lblName
            // 
            this.lblName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblName.AutoSize = true;
            this.lblName.BackColor = System.Drawing.Color.Transparent;
            this.lblName.Location = new System.Drawing.Point(3, 152);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(65, 12);
            this.lblName.TabIndex = 6;
            this.lblName.Text = "真实姓名:";
            // 
            // btnShowIcons
            // 
            this.btnShowIcons.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.btnShowIcons.BackColor = System.Drawing.Color.AliceBlue;
            this.btnShowIcons.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnShowIcons.BackgroundImage")));
            this.btnShowIcons.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnShowIcons.Location = new System.Drawing.Point(265, 84);
            this.btnShowIcons.Name = "btnShowIcons";
            this.btnShowIcons.Size = new System.Drawing.Size(14, 17);
            this.btnShowIcons.TabIndex = 14;
            this.btnShowIcons.UseVisualStyleBackColor = false;
            this.btnShowIcons.MouseClick += new System.Windows.Forms.MouseEventHandler(this.btnShowFaces_MouseClick);
            // 
            // picFace
            // 
            this.picFace.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.picFace.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.picFace.Location = new System.Drawing.Point(203, 58);
            this.picFace.Name = "picFace";
            this.picFace.Size = new System.Drawing.Size(40, 40);
            this.picFace.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.picFace.TabIndex = 8;
            this.picFace.TabStop = false;
            this.picFace.MouseClick += new System.Windows.Forms.MouseEventHandler(this.btnShowFaces_MouseClick);
            // 
            // txtAge
            // 
            this.txtAge.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtAge.Location = new System.Drawing.Point(215, 148);
            this.txtAge.Name = "txtAge";
            this.txtAge.Size = new System.Drawing.Size(83, 21);
            this.txtAge.TabIndex = 9;
            // 
            // lblAge
            // 
            this.lblAge.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblAge.AutoSize = true;
            this.lblAge.BackColor = System.Drawing.Color.Transparent;
            this.lblAge.Location = new System.Drawing.Point(175, 152);
            this.lblAge.Name = "lblAge";
            this.lblAge.Size = new System.Drawing.Size(41, 12);
            this.lblAge.TabIndex = 8;
            this.lblAge.Text = "年龄:";
            // 
            // cboSex
            // 
            this.cboSex.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -