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

📄 formappset.designer.cs

📁 kuiMsg是一款用.net C# 开发的即时消息开源软件,适合.net即时消息软件开发者用。 主要功能: 支持文件传输(p2p); 支持GIF动画表情( 彻底消除闪屏 :) );
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            this.butApp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.butApp.ForeColor = System.Drawing.Color.DarkRed;
            this.butApp.Location = new System.Drawing.Point(240, 6);
            this.butApp.Name = "butApp";
            this.butApp.Size = new System.Drawing.Size(64, 24);
            this.butApp.TabIndex = 2;
            this.butApp.Text = "修改(&A)";
            this.butApp.Click += new System.EventHandler(this.butApp_Click);
            // 
            // panelEditPassword
            // 
            this.panelEditPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panelEditPassword.Controls.Add(this.label5);
            this.panelEditPassword.Controls.Add(this.labelUserID);
            this.panelEditPassword.Controls.Add(this.textBoxNewPasswordAffirm);
            this.panelEditPassword.Controls.Add(this.textBoxNewPassword);
            this.panelEditPassword.Controls.Add(this.textBoxOldPassword);
            this.panelEditPassword.Controls.Add(this.label4);
            this.panelEditPassword.Controls.Add(this.label3);
            this.panelEditPassword.Controls.Add(this.label2);
            this.panelEditPassword.Controls.Add(this.label1);
            this.panelEditPassword.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEditPassword.Location = new System.Drawing.Point(129, 4);
            this.panelEditPassword.Name = "panelEditPassword";
            this.panelEditPassword.Size = new System.Drawing.Size(312, 238);
            this.panelEditPassword.TabIndex = 7;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(22, 167);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(278, 40);
            this.label5.TabIndex = 8;
            this.label5.Text = "    说明:修改密码后,登录门户与OA的密码与此密码相同!";
            // 
            // labelUserID
            // 
            this.labelUserID.AutoSize = true;
            this.labelUserID.ForeColor = System.Drawing.Color.DarkRed;
            this.labelUserID.Location = new System.Drawing.Point(122, 35);
            this.labelUserID.Name = "labelUserID";
            this.labelUserID.Size = new System.Drawing.Size(83, 12);
            this.labelUserID.TabIndex = 7;
            this.labelUserID.Text = "administrator";
            // 
            // textBoxNewPasswordAffirm
            // 
            this.textBoxNewPasswordAffirm.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBoxNewPasswordAffirm.Location = new System.Drawing.Point(124, 118);
            this.textBoxNewPasswordAffirm.Name = "textBoxNewPasswordAffirm";
            this.textBoxNewPasswordAffirm.PasswordChar = '*';
            this.textBoxNewPasswordAffirm.Size = new System.Drawing.Size(142, 21);
            this.textBoxNewPasswordAffirm.TabIndex = 6;
            // 
            // textBoxNewPassword
            // 
            this.textBoxNewPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBoxNewPassword.Location = new System.Drawing.Point(124, 91);
            this.textBoxNewPassword.Name = "textBoxNewPassword";
            this.textBoxNewPassword.PasswordChar = '*';
            this.textBoxNewPassword.Size = new System.Drawing.Size(142, 21);
            this.textBoxNewPassword.TabIndex = 5;
            // 
            // textBoxOldPassword
            // 
            this.textBoxOldPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBoxOldPassword.Location = new System.Drawing.Point(124, 61);
            this.textBoxOldPassword.Name = "textBoxOldPassword";
            this.textBoxOldPassword.PasswordChar = '*';
            this.textBoxOldPassword.Size = new System.Drawing.Size(142, 21);
            this.textBoxOldPassword.TabIndex = 4;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.ForeColor = System.Drawing.Color.DarkRed;
            this.label4.Location = new System.Drawing.Point(39, 122);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(77, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "确认新密码:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.ForeColor = System.Drawing.Color.DarkRed;
            this.label3.Location = new System.Drawing.Point(63, 91);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "新密码:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.ForeColor = System.Drawing.Color.DarkRed;
            this.label2.Location = new System.Drawing.Point(63, 63);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "旧密码:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.Color.DarkRed;
            this.label1.Location = new System.Drawing.Point(75, 35);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "用户:";
            // 
            // FormAppSet
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(445, 285);
            this.Controls.Add(this.panelEditPassword);
            this.Controls.Add(this.panel7);
            this.Controls.Add(this.panel6);
            this.Controls.Add(this.panel5);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.MaximizeBox = false;
            this.Name = "FormAppSet";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "LanMsg设置";
            this.Load += new System.EventHandler(this.FormAppSet_Load);
            this.panel5.ResumeLayout(false);
            this.panel7.ResumeLayout(false);
            this.panelEditPassword.ResumeLayout(false);
            this.panelEditPassword.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.Panel panel5;
        private System.Windows.Forms.Panel panel6;
        private DevComponents.DotNetBar.ItemPanel itemPanel1;
        private DevComponents.DotNetBar.ButtonItem butItemPersonData;
        private System.Windows.Forms.Panel panel7;
        private DevComponents.DotNetBar.ButtonX buttonCancel;
        private DevComponents.DotNetBar.ButtonX butApp;
        private System.Windows.Forms.Panel panelEditPassword;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox textBoxNewPasswordAffirm;
        private System.Windows.Forms.TextBox textBoxNewPassword;
        private System.Windows.Forms.TextBox textBoxOldPassword;
        private System.Windows.Forms.Label labelUserID;
        private System.Windows.Forms.Label label5;
    }
}

⌨️ 快捷键说明

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