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

📄 frmprofileset.designer.cs

📁 一个即时通信工具
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace MyQQ
{
    partial class frmProfileSet
    {
        /// <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(frmProfileSet));
            this.btnOK = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnProfile = new System.Windows.Forms.Button();
            this.imgListButtons = new System.Windows.Forms.ImageList(this.components);
            this.btnSecurity = new System.Windows.Forms.Button();
            this.panProfile = new System.Windows.Forms.Panel();
            this.picMyHeader = new System.Windows.Forms.PictureBox();
            this.cboSex = new System.Windows.Forms.ComboBox();
            this.txtName = new System.Windows.Forms.TextBox();
            this.cboBloodType = new System.Windows.Forms.ComboBox();
            this.cboStar = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.txtAge = new System.Windows.Forms.TextBox();
            this.txtId = new System.Windows.Forms.TextBox();
            this.txtNickName = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.btnlHeaders = new System.Windows.Forms.Button();
            this.panSecurity = new System.Windows.Forms.Panel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.rdoNotAllow = new System.Windows.Forms.RadioButton();
            this.rdoNeedIdentity = new System.Windows.Forms.RadioButton();
            this.rdoAllowAnybody = new System.Windows.Forms.RadioButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtPassword = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.txtPassword3 = new System.Windows.Forms.TextBox();
            this.txtPassword2 = new System.Windows.Forms.TextBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panProfile.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picMyHeader)).BeginInit();
            this.panSecurity.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // btnOK
            // 
            this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
            this.btnOK.Location = new System.Drawing.Point(251, 242);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 23);
            this.btnOK.TabIndex = 22;
            this.btnOK.Text = "确定";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
            this.btnCancel.Location = new System.Drawing.Point(334, 242);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 22;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnProfile
            // 
            this.btnProfile.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnProfile.ImageIndex = 0;
            this.btnProfile.ImageList = this.imgListButtons;
            this.btnProfile.Location = new System.Drawing.Point(12, 10);
            this.btnProfile.Name = "btnProfile";
            this.btnProfile.Size = new System.Drawing.Size(75, 23);
            this.btnProfile.TabIndex = 23;
            this.btnProfile.UseVisualStyleBackColor = true;
            this.btnProfile.Click += new System.EventHandler(this.btnProfile_Click);
            // 
            // imgListButtons
            // 
            this.imgListButtons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListButtons.ImageStream")));
            this.imgListButtons.TransparentColor = System.Drawing.Color.Transparent;
            this.imgListButtons.Images.SetKeyName(0, "BaseInfoClick.jpg");
            this.imgListButtons.Images.SetKeyName(1, "BaseInfo.jpg");
            this.imgListButtons.Images.SetKeyName(2, "SecurityClick.jpg");
            this.imgListButtons.Images.SetKeyName(3, "Security.jpg");
            // 
            // btnSecurity
            // 
            this.btnSecurity.ImageIndex = 3;
            this.btnSecurity.ImageList = this.imgListButtons;
            this.btnSecurity.Location = new System.Drawing.Point(12, 42);
            this.btnSecurity.Name = "btnSecurity";
            this.btnSecurity.Size = new System.Drawing.Size(75, 23);
            this.btnSecurity.TabIndex = 23;
            this.btnSecurity.UseVisualStyleBackColor = true;
            this.btnSecurity.Click += new System.EventHandler(this.btnSecurity_Click);
            // 
            // panProfile
            // 
            this.panProfile.BackColor = System.Drawing.Color.Transparent;
            this.panProfile.Controls.Add(this.picMyHeader);
            this.panProfile.Controls.Add(this.cboSex);
            this.panProfile.Controls.Add(this.txtName);
            this.panProfile.Controls.Add(this.cboBloodType);
            this.panProfile.Controls.Add(this.cboStar);
            this.panProfile.Controls.Add(this.label8);
            this.panProfile.Controls.Add(this.label7);
            this.panProfile.Controls.Add(this.label6);
            this.panProfile.Controls.Add(this.txtAge);
            this.panProfile.Controls.Add(this.txtId);
            this.panProfile.Controls.Add(this.txtNickName);
            this.panProfile.Controls.Add(this.label3);
            this.panProfile.Controls.Add(this.label2);
            this.panProfile.Controls.Add(this.label9);
            this.panProfile.Controls.Add(this.label1);
            this.panProfile.Controls.Add(this.btnlHeaders);
            this.panProfile.Location = new System.Drawing.Point(105, 56);
            this.panProfile.Name = "panProfile";
            this.panProfile.Size = new System.Drawing.Size(299, 165);
            this.panProfile.TabIndex = 29;
            // 
            // picMyHeader
            // 
            this.picMyHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.picMyHeader.Image = ((System.Drawing.Image)(resources.GetObject("picMyHeader.Image")));
            this.picMyHeader.Location = new System.Drawing.Point(214, 7);
            this.picMyHeader.Name = "picMyHeader";
            this.picMyHeader.Size = new System.Drawing.Size(37, 38);
            this.picMyHeader.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.picMyHeader.TabIndex = 44;
            this.picMyHeader.TabStop = false;
            // 
            // cboSex
            // 
            this.cboSex.FormattingEnabled = true;
            this.cboSex.Items.AddRange(new object[] {
            "男",
            "女"});
            this.cboSex.Location = new System.Drawing.Point(60, 69);
            this.cboSex.Name = "cboSex";
            this.cboSex.Size = new System.Drawing.Size(82, 20);
            this.cboSex.TabIndex = 42;
            // 
            // txtName
            // 
            this.txtName.Location = new System.Drawing.Point(60, 99);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(82, 21);
            this.txtName.TabIndex = 39;
            // 
            // cboBloodType
            // 
            this.cboBloodType.FormattingEnabled = true;
            this.cboBloodType.Location = new System.Drawing.Point(214, 130);
            this.cboBloodType.Name = "cboBloodType";
            this.cboBloodType.Size = new System.Drawing.Size(82, 20);
            this.cboBloodType.TabIndex = 40;
            // 
            // cboStar
            // 
            this.cboStar.FormattingEnabled = true;
            this.cboStar.Location = new System.Drawing.Point(60, 130);
            this.cboStar.Name = "cboStar";
            this.cboStar.Size = new System.Drawing.Size(82, 20);
            this.cboStar.TabIndex = 41;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(177, 137);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(41, 12);
            this.label8.TabIndex = 36;
            this.label8.Text = "血型:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(23, 136);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(41, 12);
            this.label7.TabIndex = 37;
            this.label7.Text = "星座:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(1, 106);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 38;
            this.label6.Text = "真实姓名:";
            // 
            // txtAge
            // 
            this.txtAge.Location = new System.Drawing.Point(214, 97);
            this.txtAge.Name = "txtAge";
            this.txtAge.Size = new System.Drawing.Size(82, 21);
            this.txtAge.TabIndex = 35;
            // 
            // txtId
            // 
            this.txtId.Location = new System.Drawing.Point(60, 7);
            this.txtId.Name = "txtId";
            this.txtId.ReadOnly = true;
            this.txtId.Size = new System.Drawing.Size(82, 21);
            this.txtId.TabIndex = 33;
            // 
            // txtNickName
            // 
            this.txtNickName.Location = new System.Drawing.Point(60, 38);
            this.txtNickName.Name = "txtNickName";
            this.txtNickName.Size = new System.Drawing.Size(82, 21);
            this.txtNickName.TabIndex = 34;
            // 
            // label3

⌨️ 快捷键说明

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