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

📄 frmuserinfo.designer.cs

📁 .Net实现的局域网完整IM,含完整的设计远隔
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace JPMLab_LanTalker_Client
{
    partial class frmUserInfo
    {
        /// <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(frmUserInfo));
            this.cheNewPW = new System.Windows.Forms.CheckBox();
            this.txtNickName = new System.Windows.Forms.TextBox();
            this.txtBirthday = new System.Windows.Forms.TextBox();
            this.radMale = new System.Windows.Forms.RadioButton();
            this.radFemale = new System.Windows.Forms.RadioButton();
            this.txaBewrite = new System.Windows.Forms.RichTextBox();
            this.labUID = new System.Windows.Forms.Label();
            this.txtAccount = new System.Windows.Forms.TextBox();
            this.txtPW = new System.Windows.Forms.TextBox();
            this.pwdNewPW = new System.Windows.Forms.TextBox();
            this.pwdRePW = new System.Windows.Forms.TextBox();
            this.hsbShow = new System.Windows.Forms.HScrollBar();
            this.ilsHeads = new System.Windows.Forms.ImageList(this.components);
            this.ilsShows = new System.Windows.Forms.ImageList(this.components);
            this.lbtNextHead = new System.Windows.Forms.Label();
            this.lbtLastHead = new System.Windows.Forms.Label();
            this.mbtSave = new NewControl.JPM_CurrentButton();
            this.cibShow = new NewControl.JPM_CartoonImageBox();
            this.cibHeads_5 = new NewControl.JPM_CartoonImageBox();
            this.cibHeads_4 = new NewControl.JPM_CartoonImageBox();
            this.cibHeads_3 = new NewControl.JPM_CartoonImageBox();
            this.cibHeads_2 = new NewControl.JPM_CartoonImageBox();
            this.cibHeads_1 = new NewControl.JPM_CartoonImageBox();
            this.cibHeads_0 = new NewControl.JPM_CartoonImageBox();
            this.cibCurHead = new NewControl.JPM_CartoonImageBox();
            this.mbtCancel = new NewControl.JPM_CurrentButton();
            this.SuspendLayout();
            // 
            // cheNewPW
            // 
            this.cheNewPW.AutoSize = true;
            this.cheNewPW.BackColor = System.Drawing.Color.Transparent;
            this.cheNewPW.Location = new System.Drawing.Point(2, 219);
            this.cheNewPW.Name = "cheNewPW";
            this.cheNewPW.Size = new System.Drawing.Size(96, 16);
            this.cheNewPW.TabIndex = 6;
            this.cheNewPW.Text = "修改我的密码";
            this.cheNewPW.UseVisualStyleBackColor = false;
            // 
            // txtNickName
            // 
            this.txtNickName.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtNickName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtNickName.Location = new System.Drawing.Point(57, 60);
            this.txtNickName.Name = "txtNickName";
            this.txtNickName.Size = new System.Drawing.Size(81, 14);
            this.txtNickName.TabIndex = 7;
            // 
            // txtBirthday
            // 
            this.txtBirthday.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtBirthday.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtBirthday.Location = new System.Drawing.Point(57, 79);
            this.txtBirthday.Name = "txtBirthday";
            this.txtBirthday.Size = new System.Drawing.Size(112, 14);
            this.txtBirthday.TabIndex = 9;
            // 
            // radMale
            // 
            this.radMale.AutoSize = true;
            this.radMale.BackColor = System.Drawing.Color.Transparent;
            this.radMale.Location = new System.Drawing.Point(176, 59);
            this.radMale.Name = "radMale";
            this.radMale.Size = new System.Drawing.Size(35, 16);
            this.radMale.TabIndex = 10;
            this.radMale.TabStop = true;
            this.radMale.Text = "男";
            this.radMale.UseVisualStyleBackColor = false;
            this.radMale.CheckedChanged += new System.EventHandler(this.radMale_CheckedChanged);
            // 
            // radFemale
            // 
            this.radFemale.AutoSize = true;
            this.radFemale.BackColor = System.Drawing.Color.Transparent;
            this.radFemale.Location = new System.Drawing.Point(219, 59);
            this.radFemale.Name = "radFemale";
            this.radFemale.Size = new System.Drawing.Size(35, 16);
            this.radFemale.TabIndex = 11;
            this.radFemale.TabStop = true;
            this.radFemale.Text = "女";
            this.radFemale.UseVisualStyleBackColor = false;
            // 
            // txaBewrite
            // 
            this.txaBewrite.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txaBewrite.Location = new System.Drawing.Point(3, 115);
            this.txaBewrite.Name = "txaBewrite";
            this.txaBewrite.Size = new System.Drawing.Size(259, 42);
            this.txaBewrite.TabIndex = 12;
            this.txaBewrite.Text = "";
            // 
            // labUID
            // 
            this.labUID.AutoSize = true;
            this.labUID.BackColor = System.Drawing.Color.Transparent;
            this.labUID.Location = new System.Drawing.Point(57, 161);
            this.labUID.Name = "labUID";
            this.labUID.Size = new System.Drawing.Size(23, 12);
            this.labUID.TabIndex = 13;
            this.labUID.Text = "UID";
            // 
            // txtAccount
            // 
            this.txtAccount.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtAccount.Location = new System.Drawing.Point(56, 181);
            this.txtAccount.Name = "txtAccount";
            this.txtAccount.Size = new System.Drawing.Size(81, 14);
            this.txtAccount.TabIndex = 14;
            // 
            // txtPW
            // 
            this.txtPW.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtPW.Location = new System.Drawing.Point(194, 181);
            this.txtPW.Name = "txtPW";
            this.txtPW.Size = new System.Drawing.Size(68, 14);
            this.txtPW.TabIndex = 15;
            this.txtPW.UseSystemPasswordChar = true;
            // 
            // pwdNewPW
            // 
            this.pwdNewPW.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.pwdNewPW.Location = new System.Drawing.Point(56, 199);
            this.pwdNewPW.Name = "pwdNewPW";
            this.pwdNewPW.Size = new System.Drawing.Size(81, 14);
            this.pwdNewPW.TabIndex = 16;
            this.pwdNewPW.UseSystemPasswordChar = true;
            // 
            // pwdRePW
            // 
            this.pwdRePW.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.pwdRePW.Location = new System.Drawing.Point(194, 199);
            this.pwdRePW.Name = "pwdRePW";
            this.pwdRePW.Size = new System.Drawing.Size(68, 14);
            this.pwdRePW.TabIndex = 17;
            this.pwdRePW.UseSystemPasswordChar = true;
            // 
            // hsbShow
            // 
            this.hsbShow.LargeChange = 1;
            this.hsbShow.Location = new System.Drawing.Point(269, 198);
            this.hsbShow.Maximum = 8;
            this.hsbShow.Name = "hsbShow";
            this.hsbShow.Size = new System.Drawing.Size(116, 15);
            this.hsbShow.TabIndex = 18;
            this.hsbShow.ValueChanged += new System.EventHandler(this.hsbShow_ValueChanged);
            // 
            // ilsHeads
            // 
            this.ilsHeads.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilsHeads.ImageStream")));
            this.ilsHeads.TransparentColor = System.Drawing.Color.Transparent;
            this.ilsHeads.Images.SetKeyName(0, "0.gif");
            this.ilsHeads.Images.SetKeyName(1, "1.gif");
            this.ilsHeads.Images.SetKeyName(2, "2.gif");
            this.ilsHeads.Images.SetKeyName(3, "3.gif");
            this.ilsHeads.Images.SetKeyName(4, "4.gif");
            this.ilsHeads.Images.SetKeyName(5, "5.gif");
            this.ilsHeads.Images.SetKeyName(6, "6.gif");
            this.ilsHeads.Images.SetKeyName(7, "7.gif");
            this.ilsHeads.Images.SetKeyName(8, "8.gif");
            this.ilsHeads.Images.SetKeyName(9, "9.gif");
            this.ilsHeads.Images.SetKeyName(10, "10.gif");
            this.ilsHeads.Images.SetKeyName(11, "11.gif");
            this.ilsHeads.Images.SetKeyName(12, "12.gif");
            this.ilsHeads.Images.SetKeyName(13, "13.gif");
            this.ilsHeads.Images.SetKeyName(14, "14.gif");
            this.ilsHeads.Images.SetKeyName(15, "15.gif");
            this.ilsHeads.Images.SetKeyName(16, "16.gif");
            this.ilsHeads.Images.SetKeyName(17, "17.gif");
            // 
            // ilsShows
            // 
            this.ilsShows.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilsShows.ImageStream")));
            this.ilsShows.TransparentColor = System.Drawing.Color.Transparent;
            this.ilsShows.Images.SetKeyName(0, "0.jpg");
            this.ilsShows.Images.SetKeyName(1, "1.jpg");
            this.ilsShows.Images.SetKeyName(2, "2.jpg");
            this.ilsShows.Images.SetKeyName(3, "3.jpg");
            this.ilsShows.Images.SetKeyName(4, "4.jpg");
            this.ilsShows.Images.SetKeyName(5, "5.jpg");
            this.ilsShows.Images.SetKeyName(6, "6.jpg");

⌨️ 快捷键说明

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