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

📄 frmprofileset.designer.cs

📁 一个即时通信工具
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(23, 76);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 29;
            this.label3.Text = "性别:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(179, 100);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 32;
            this.label2.Text = "年龄:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(1, 16);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 12);
            this.label9.TabIndex = 30;
            this.label9.Text = "用户号码:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(1, 46);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 31;
            this.label1.Text = "用户昵称:";
            // 
            // btnlHeaders
            // 
            this.btnlHeaders.Image = ((System.Drawing.Image)(resources.GetObject("btnlHeaders.Image")));
            this.btnlHeaders.Location = new System.Drawing.Point(265, 28);
            this.btnlHeaders.Name = "btnlHeaders";
            this.btnlHeaders.Size = new System.Drawing.Size(19, 15);
            this.btnlHeaders.TabIndex = 45;
            this.btnlHeaders.UseVisualStyleBackColor = true;
            this.btnlHeaders.Click += new System.EventHandler(this.btnlHeaders_Click);
            // 
            // panSecurity
            // 
            this.panSecurity.BackColor = System.Drawing.Color.Transparent;
            this.panSecurity.Controls.Add(this.groupBox2);
            this.panSecurity.Controls.Add(this.groupBox1);
            this.panSecurity.Location = new System.Drawing.Point(105, 47);
            this.panSecurity.Name = "panSecurity";
            this.panSecurity.Size = new System.Drawing.Size(299, 189);
            this.panSecurity.TabIndex = 29;
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.Transparent;
            this.groupBox2.Controls.Add(this.rdoNotAllow);
            this.groupBox2.Controls.Add(this.rdoNeedIdentity);
            this.groupBox2.Controls.Add(this.rdoAllowAnybody);
            this.groupBox2.Location = new System.Drawing.Point(0, 105);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(296, 81);
            this.groupBox2.TabIndex = 25;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "身份验证";
            // 
            // rdoNotAllow
            // 
            this.rdoNotAllow.AutoSize = true;
            this.rdoNotAllow.Location = new System.Drawing.Point(26, 60);
            this.rdoNotAllow.Name = "rdoNotAllow";
            this.rdoNotAllow.Size = new System.Drawing.Size(155, 16);
            this.rdoNotAllow.TabIndex = 0;
            this.rdoNotAllow.Text = "不允许任何人加我为好友";
            this.rdoNotAllow.UseVisualStyleBackColor = true;
            // 
            // rdoNeedIdentity
            // 
            this.rdoNeedIdentity.AutoSize = true;
            this.rdoNeedIdentity.Location = new System.Drawing.Point(26, 38);
            this.rdoNeedIdentity.Name = "rdoNeedIdentity";
            this.rdoNeedIdentity.Size = new System.Drawing.Size(179, 16);
            this.rdoNeedIdentity.TabIndex = 0;
            this.rdoNeedIdentity.Text = "需要身份验证才能加我为好友";
            this.rdoNeedIdentity.UseVisualStyleBackColor = true;
            // 
            // rdoAllowAnybody
            // 
            this.rdoAllowAnybody.AutoSize = true;
            this.rdoAllowAnybody.Checked = true;
            this.rdoAllowAnybody.Location = new System.Drawing.Point(26, 16);
            this.rdoAllowAnybody.Name = "rdoAllowAnybody";
            this.rdoAllowAnybody.Size = new System.Drawing.Size(143, 16);
            this.rdoAllowAnybody.TabIndex = 0;
            this.rdoAllowAnybody.TabStop = true;
            this.rdoAllowAnybody.Text = "允许任何人加我为好友";
            this.rdoAllowAnybody.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.txtPassword);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.txtPassword3);
            this.groupBox1.Controls.Add(this.txtPassword2);
            this.groupBox1.Location = new System.Drawing.Point(3, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(296, 96);
            this.groupBox1.TabIndex = 24;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "修改密码";
            // 
            // txtPassword
            // 
            this.txtPassword.Location = new System.Drawing.Point(100, 12);
            this.txtPassword.Name = "txtPassword";
            this.txtPassword.PasswordChar = '*';
            this.txtPassword.Size = new System.Drawing.Size(177, 21);
            this.txtPassword.TabIndex = 14;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(47, 18);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 11;
            this.label4.Text = "原密码:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(23, 74);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(77, 12);
            this.label5.TabIndex = 12;
            this.label5.Text = "新密码确认:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(47, 46);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(53, 12);
            this.label10.TabIndex = 12;
            this.label10.Text = "新密码:";
            // 
            // txtPassword3
            // 
            this.txtPassword3.Location = new System.Drawing.Point(100, 68);
            this.txtPassword3.Name = "txtPassword3";
            this.txtPassword3.PasswordChar = '*';
            this.txtPassword3.Size = new System.Drawing.Size(177, 21);
            this.txtPassword3.TabIndex = 13;
            // 
            // txtPassword2
            // 
            this.txtPassword2.Location = new System.Drawing.Point(100, 40);
            this.txtPassword2.Name = "txtPassword2";
            this.txtPassword2.PasswordChar = '*';
            this.txtPassword2.Size = new System.Drawing.Size(177, 21);
            this.txtPassword2.TabIndex = 13;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(105, 11);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(299, 30);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 43;
            this.pictureBox1.TabStop = false;
            // 
            // frmProfileSet
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.ClientSize = new System.Drawing.Size(419, 272);
            this.Controls.Add(this.panSecurity);
            this.Controls.Add(this.btnProfile);
            this.Controls.Add(this.btnSecurity);
            this.Controls.Add(this.panProfile);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmProfileSet";
            this.Text = "编辑个人资料";
            this.Load += new System.EventHandler(this.frmProfileSet_Load);
            this.panProfile.ResumeLayout(false);
            this.panProfile.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picMyHeader)).EndInit();
            this.panSecurity.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnOK;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnProfile;
        private System.Windows.Forms.Button btnSecurity;
        private System.Windows.Forms.Panel panProfile;
        private System.Windows.Forms.Panel panSecurity;
        private System.Windows.Forms.Button btnlHeaders;
        private System.Windows.Forms.PictureBox picMyHeader;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.ComboBox cboSex;
        private System.Windows.Forms.TextBox txtName;
        private System.Windows.Forms.ComboBox cboBloodType;
        private System.Windows.Forms.ComboBox cboStar;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtAge;
        private System.Windows.Forms.TextBox txtId;
        private System.Windows.Forms.TextBox txtNickName;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.RadioButton rdoNotAllow;
        private System.Windows.Forms.RadioButton rdoNeedIdentity;
        private System.Windows.Forms.RadioButton rdoAllowAnybody;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtPassword;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox txtPassword3;
        private System.Windows.Forms.TextBox txtPassword2;
        private System.Windows.Forms.ImageList imgListButtons;
    }
}

⌨️ 快捷键说明

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