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

📄 personalinfoform.designer.cs

📁 北大青鸟的教学程序
💻 CS
📖 第 1 页 / 共 3 页
字号:
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.cboSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboSex.FormattingEnabled = true;
            this.cboSex.Items.AddRange(new object[] {
            "男",
            "女"});
            this.cboSex.Location = new System.Drawing.Point(63, 116);
            this.cboSex.Name = "cboSex";
            this.cboSex.Size = new System.Drawing.Size(85, 20);
            this.cboSex.TabIndex = 5;
            // 
            // lblSex
            // 
            this.lblSex.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblSex.AutoSize = true;
            this.lblSex.BackColor = System.Drawing.Color.Transparent;
            this.lblSex.Location = new System.Drawing.Point(27, 120);
            this.lblSex.Name = "lblSex";
            this.lblSex.Size = new System.Drawing.Size(41, 12);
            this.lblSex.TabIndex = 4;
            this.lblSex.Text = "性别:";
            // 
            // txtNickName
            // 
            this.txtNickName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtNickName.Location = new System.Drawing.Point(63, 84);
            this.txtNickName.Name = "txtNickName";
            this.txtNickName.Size = new System.Drawing.Size(85, 21);
            this.txtNickName.TabIndex = 3;
            // 
            // lblNickName
            // 
            this.lblNickName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblNickName.AutoSize = true;
            this.lblNickName.BackColor = System.Drawing.Color.Transparent;
            this.lblNickName.Location = new System.Drawing.Point(3, 88);
            this.lblNickName.Name = "lblNickName";
            this.lblNickName.Size = new System.Drawing.Size(65, 12);
            this.lblNickName.TabIndex = 2;
            this.lblNickName.Text = "用户昵称:";
            // 
            // txtLoginId
            // 
            this.txtLoginId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtLoginId.BackColor = System.Drawing.Color.Gainsboro;
            this.txtLoginId.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtLoginId.Location = new System.Drawing.Point(63, 52);
            this.txtLoginId.Name = "txtLoginId";
            this.txtLoginId.ReadOnly = true;
            this.txtLoginId.Size = new System.Drawing.Size(85, 21);
            this.txtLoginId.TabIndex = 1;
            this.txtLoginId.TabStop = false;
            // 
            // lblLoginId
            // 
            this.lblLoginId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblLoginId.AutoSize = true;
            this.lblLoginId.BackColor = System.Drawing.Color.Transparent;
            this.lblLoginId.Location = new System.Drawing.Point(3, 56);
            this.lblLoginId.Name = "lblLoginId";
            this.lblLoginId.Size = new System.Drawing.Size(65, 12);
            this.lblLoginId.TabIndex = 0;
            this.lblLoginId.Text = "用户号码:";
            // 
            // picHead2
            // 
            this.picHead2.Image = ((System.Drawing.Image)(resources.GetObject("picHead2.Image")));
            this.picHead2.Location = new System.Drawing.Point(0, 0);
            this.picHead2.Name = "picHead2";
            this.picHead2.Size = new System.Drawing.Size(298, 30);
            this.picHead2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picHead2.TabIndex = 16;
            this.picHead2.TabStop = false;
            // 
            // pnlSecurity
            // 
            this.pnlSecurity.BackColor = System.Drawing.Color.Transparent;
            this.pnlSecurity.Controls.Add(this.grpFriendPolicy);
            this.pnlSecurity.Controls.Add(this.picHead2);
            this.pnlSecurity.Controls.Add(this.grpPwd);
            this.pnlSecurity.Location = new System.Drawing.Point(50, 24);
            this.pnlSecurity.Name = "pnlSecurity";
            this.pnlSecurity.Size = new System.Drawing.Size(298, 218);
            this.pnlSecurity.TabIndex = 1;
            // 
            // grpFriendPolicy
            // 
            this.grpFriendPolicy.BackColor = System.Drawing.Color.Transparent;
            this.grpFriendPolicy.Controls.Add(this.rdoNobody);
            this.grpFriendPolicy.Controls.Add(this.rdoValidation);
            this.grpFriendPolicy.Controls.Add(this.rdoAnybody);
            this.grpFriendPolicy.Location = new System.Drawing.Point(1, 132);
            this.grpFriendPolicy.Name = "grpFriendPolicy";
            this.grpFriendPolicy.Size = new System.Drawing.Size(298, 80);
            this.grpFriendPolicy.TabIndex = 1;
            this.grpFriendPolicy.TabStop = false;
            this.grpFriendPolicy.Text = "身份验证";
            // 
            // rdoNobody
            // 
            this.rdoNobody.AutoSize = true;
            this.rdoNobody.Location = new System.Drawing.Point(24, 56);
            this.rdoNobody.Name = "rdoNobody";
            this.rdoNobody.Size = new System.Drawing.Size(155, 16);
            this.rdoNobody.TabIndex = 2;
            this.rdoNobody.Tag = "3";
            this.rdoNobody.Text = "不允许任何人加我为好友";
            this.rdoNobody.UseVisualStyleBackColor = true;
            // 
            // rdoValidation
            // 
            this.rdoValidation.AutoSize = true;
            this.rdoValidation.Location = new System.Drawing.Point(24, 38);
            this.rdoValidation.Name = "rdoValidation";
            this.rdoValidation.Size = new System.Drawing.Size(179, 16);
            this.rdoValidation.TabIndex = 1;
            this.rdoValidation.Tag = "2";
            this.rdoValidation.Text = "需要身份验证才能加我为好友";
            this.rdoValidation.UseVisualStyleBackColor = true;
            // 
            // rdoAnybody
            // 
            this.rdoAnybody.AutoSize = true;
            this.rdoAnybody.Checked = true;
            this.rdoAnybody.Location = new System.Drawing.Point(24, 20);
            this.rdoAnybody.Name = "rdoAnybody";
            this.rdoAnybody.Size = new System.Drawing.Size(143, 16);
            this.rdoAnybody.TabIndex = 0;
            this.rdoAnybody.TabStop = true;
            this.rdoAnybody.Tag = "1";
            this.rdoAnybody.Text = "允许任何人加我为好友";
            this.rdoAnybody.UseVisualStyleBackColor = true;
            // 
            // grpPwd
            // 
            this.grpPwd.BackColor = System.Drawing.Color.Transparent;
            this.grpPwd.Controls.Add(this.txtNewPwdAgain);
            this.grpPwd.Controls.Add(this.lblOldPwd);
            this.grpPwd.Controls.Add(this.lblNewPwdAgain);
            this.grpPwd.Controls.Add(this.txtNewPwd);
            this.grpPwd.Controls.Add(this.txtOldPwd);
            this.grpPwd.Controls.Add(this.lblNewPwd);
            this.grpPwd.Location = new System.Drawing.Point(1, 36);
            this.grpPwd.Name = "grpPwd";
            this.grpPwd.Size = new System.Drawing.Size(298, 91);
            this.grpPwd.TabIndex = 0;
            this.grpPwd.TabStop = false;
            this.grpPwd.Text = "修改密码";
            // 
            // txtNewPwdAgain
            // 
            this.txtNewPwdAgain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtNewPwdAgain.Location = new System.Drawing.Point(89, 60);
            this.txtNewPwdAgain.Name = "txtNewPwdAgain";
            this.txtNewPwdAgain.PasswordChar = '*';
            this.txtNewPwdAgain.Size = new System.Drawing.Size(187, 21);
            this.txtNewPwdAgain.TabIndex = 5;
            // 
            // lblOldPwd
            // 
            this.lblOldPwd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblOldPwd.AutoSize = true;
            this.lblOldPwd.BackColor = System.Drawing.Color.Transparent;
            this.lblOldPwd.Location = new System.Drawing.Point(30, 20);
            this.lblOldPwd.Name = "lblOldPwd";
            this.lblOldPwd.Size = new System.Drawing.Size(53, 12);
            this.lblOldPwd.TabIndex = 0;
            this.lblOldPwd.Text = "原密码:";
            // 
            // lblNewPwdAgain
            // 
            this.lblNewPwdAgain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblNewPwdAgain.AutoSize = true;
            this.lblNewPwdAgain.BackColor = System.Drawing.Color.Transparent;
            this.lblNewPwdAgain.Location = new System.Drawing.Point(6, 63);
            this.lblNewPwdAgain.Name = "lblNewPwdAgain";
            this.lblNewPwdAgain.Size = new System.Drawing.Size(77, 12);
            this.lblNewPwdAgain.TabIndex = 4;
            this.lblNewPwdAgain.Text = "新密码确认:";
            // 
            // txtNewPwd
            // 
            this.txtNewPwd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtNewPwd.Location = new System.Drawing.Point(89, 38);
            this.txtNewPwd.Name = "txtNewPwd";
            this.txtNewPwd.PasswordChar = '*';
            this.txtNewPwd.Size = new System.Drawing.Size(187, 21);
            this.txtNewPwd.TabIndex = 3;
            // 
            // txtOldPwd
            // 
            this.txtOldPwd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtOldPwd.BackColor = System.Drawing.Color.Gainsboro;
            this.txtOldPwd.Location = new System.Drawing.Point(89, 17);
            this.txtOldPwd.Name = "txtOldPwd";
            this.txtOldPwd.PasswordChar = '*';
            this.txtOldPwd.ReadOnly = true;
            this.txtOldPwd.Size = new System.Drawing.Size(187, 21);
            this.txtOldPwd.TabIndex = 1;
            // 
            // lblNewPwd
            // 
            this.lblNewPwd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblNewPwd.AutoSize = true;
            this.lblNewPwd.BackColor = System.Drawing.Color.Transparent;
            this.lblNewPwd.Location = new System.Drawing.Point(30, 41);
            this.lblNewPwd.Name = "lblNewPwd";
            this.lblNewPwd.Size = new System.Drawing.Size(53, 12);
            this.lblNewPwd.TabIndex = 2;
            this.lblNewPwd.Text = "新密码:";
            // 
            // btnOK
            // 
            this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
            this.btnOK.Location = new System.Drawing.Point(259, 237);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(66, 23);
            this.btnOK.TabIndex = 2;
            this.btnOK.Tag = "1";
            this.btnOK.Text = "确定";
            this.btnOK.UseVisualStyleBackColor = true;

⌨️ 快捷键说明

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