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

📄 userrepwdform.designer.cs

📁 aTm机 daima认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。
💻 CS
字号:
namespace Bank
{
    partial class UserRePwdform
    {
        /// <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.UserRePwdlblOldPwd = new System.Windows.Forms.Label();
            this.UserRePwdlblNewPwd = new System.Windows.Forms.Label();
            this.UserRePwdlblReNewPwd = new System.Windows.Forms.Label();
            this.UserRePwdtxtOldPwd = new System.Windows.Forms.TextBox();
            this.UserRePwdtxtNewPwd = new System.Windows.Forms.TextBox();
            this.UserRePwdtxtReNewPwd = new System.Windows.Forms.TextBox();
            this.UserRePwdbtnEnter = new System.Windows.Forms.Button();
            this.UserRePwdbtnExit = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // UserRePwdlblOldPwd
            // 
            this.UserRePwdlblOldPwd.AutoSize = true;
            this.UserRePwdlblOldPwd.Location = new System.Drawing.Point(24, 37);
            this.UserRePwdlblOldPwd.Name = "UserRePwdlblOldPwd";
            this.UserRePwdlblOldPwd.Size = new System.Drawing.Size(53, 12);
            this.UserRePwdlblOldPwd.TabIndex = 0;
            this.UserRePwdlblOldPwd.Text = "原始密码";
            // 
            // UserRePwdlblNewPwd
            // 
            this.UserRePwdlblNewPwd.AutoSize = true;
            this.UserRePwdlblNewPwd.Location = new System.Drawing.Point(36, 71);
            this.UserRePwdlblNewPwd.Name = "UserRePwdlblNewPwd";
            this.UserRePwdlblNewPwd.Size = new System.Drawing.Size(41, 12);
            this.UserRePwdlblNewPwd.TabIndex = 0;
            this.UserRePwdlblNewPwd.Text = "新密码";
            // 
            // UserRePwdlblReNewPwd
            // 
            this.UserRePwdlblReNewPwd.AutoSize = true;
            this.UserRePwdlblReNewPwd.Location = new System.Drawing.Point(12, 108);
            this.UserRePwdlblReNewPwd.Name = "UserRePwdlblReNewPwd";
            this.UserRePwdlblReNewPwd.Size = new System.Drawing.Size(65, 12);
            this.UserRePwdlblReNewPwd.TabIndex = 0;
            this.UserRePwdlblReNewPwd.Text = "重复新密码";
            // 
            // UserRePwdtxtOldPwd
            // 
            this.UserRePwdtxtOldPwd.Location = new System.Drawing.Point(83, 34);
            this.UserRePwdtxtOldPwd.Name = "UserRePwdtxtOldPwd";
            this.UserRePwdtxtOldPwd.PasswordChar = '*';
            this.UserRePwdtxtOldPwd.Size = new System.Drawing.Size(135, 21);
            this.UserRePwdtxtOldPwd.TabIndex = 1;
            this.UserRePwdtxtOldPwd.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            // 
            // UserRePwdtxtNewPwd
            // 
            this.UserRePwdtxtNewPwd.Location = new System.Drawing.Point(83, 68);
            this.UserRePwdtxtNewPwd.Name = "UserRePwdtxtNewPwd";
            this.UserRePwdtxtNewPwd.PasswordChar = '*';
            this.UserRePwdtxtNewPwd.Size = new System.Drawing.Size(135, 21);
            this.UserRePwdtxtNewPwd.TabIndex = 1;
            // 
            // UserRePwdtxtReNewPwd
            // 
            this.UserRePwdtxtReNewPwd.Location = new System.Drawing.Point(83, 105);
            this.UserRePwdtxtReNewPwd.Name = "UserRePwdtxtReNewPwd";
            this.UserRePwdtxtReNewPwd.PasswordChar = '*';
            this.UserRePwdtxtReNewPwd.Size = new System.Drawing.Size(135, 21);
            this.UserRePwdtxtReNewPwd.TabIndex = 1;
            // 
            // UserRePwdbtnEnter
            // 
            this.UserRePwdbtnEnter.Location = new System.Drawing.Point(13, 150);
            this.UserRePwdbtnEnter.Name = "UserRePwdbtnEnter";
            this.UserRePwdbtnEnter.Size = new System.Drawing.Size(75, 23);
            this.UserRePwdbtnEnter.TabIndex = 2;
            this.UserRePwdbtnEnter.Text = "确定";
            this.UserRePwdbtnEnter.UseVisualStyleBackColor = true;
            this.UserRePwdbtnEnter.Click += new System.EventHandler(this.UserRePwdbtnEnter_Click);
            // 
            // UserRePwdbtnExit
            // 
            this.UserRePwdbtnExit.Location = new System.Drawing.Point(143, 150);
            this.UserRePwdbtnExit.Name = "UserRePwdbtnExit";
            this.UserRePwdbtnExit.Size = new System.Drawing.Size(75, 23);
            this.UserRePwdbtnExit.TabIndex = 3;
            this.UserRePwdbtnExit.Text = "取消";
            this.UserRePwdbtnExit.UseVisualStyleBackColor = true;
            this.UserRePwdbtnExit.Click += new System.EventHandler(this.UserRePwdbtnExit_Click);
            // 
            // UserRePwdform
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(230, 187);
            this.Controls.Add(this.UserRePwdbtnExit);
            this.Controls.Add(this.UserRePwdbtnEnter);
            this.Controls.Add(this.UserRePwdtxtReNewPwd);
            this.Controls.Add(this.UserRePwdtxtNewPwd);
            this.Controls.Add(this.UserRePwdtxtOldPwd);
            this.Controls.Add(this.UserRePwdlblReNewPwd);
            this.Controls.Add(this.UserRePwdlblNewPwd);
            this.Controls.Add(this.UserRePwdlblOldPwd);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "UserRePwdform";
            this.Text = "密码修改";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label UserRePwdlblOldPwd;
        private System.Windows.Forms.Label UserRePwdlblNewPwd;
        private System.Windows.Forms.Label UserRePwdlblReNewPwd;
        private System.Windows.Forms.TextBox UserRePwdtxtOldPwd;
        private System.Windows.Forms.TextBox UserRePwdtxtNewPwd;
        private System.Windows.Forms.TextBox UserRePwdtxtReNewPwd;
        private System.Windows.Forms.Button UserRePwdbtnEnter;
        private System.Windows.Forms.Button UserRePwdbtnExit;
    }
}

⌨️ 快捷键说明

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