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

📄 changepwdframe.designer.cs

📁 不错的一个做的医院管理系统源码
💻 CS
字号:
namespace Youzi.View
{
    partial class ChangePwdFrame
    {
        /// <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.txtNewPwd2 = new System.Windows.Forms.TextBox();
            this.txtNewPwd1 = new System.Windows.Forms.TextBox();
            this.txtOldPwd = new System.Windows.Forms.TextBox();
            this.txtOperateDate = new System.Windows.Forms.TextBox();
            this.butCancel = new System.Windows.Forms.Button();
            this.butOK = new System.Windows.Forms.Button();
            this.txtOperator = new System.Windows.Forms.TextBox();
            this.txtUserName = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.labOperator = new System.Windows.Forms.Label();
            this.labOperateDate = new System.Windows.Forms.Label();
            this.labPwd = new System.Windows.Forms.Label();
            this.labNewPwd = new System.Windows.Forms.Label();
            this.labOldPwd = new System.Windows.Forms.Label();
            this.labUserName = new System.Windows.Forms.Label();
            this.lab = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // txtNewPwd2
            // 
            this.txtNewPwd2.Location = new System.Drawing.Point(96, 131);
            this.txtNewPwd2.Name = "txtNewPwd2";
            this.txtNewPwd2.PasswordChar = '*';
            this.txtNewPwd2.Size = new System.Drawing.Size(100, 21);
            this.txtNewPwd2.TabIndex = 9;
            // 
            // txtNewPwd1
            // 
            this.txtNewPwd1.Location = new System.Drawing.Point(96, 93);
            this.txtNewPwd1.Name = "txtNewPwd1";
            this.txtNewPwd1.PasswordChar = '*';
            this.txtNewPwd1.Size = new System.Drawing.Size(100, 21);
            this.txtNewPwd1.TabIndex = 8;
            // 
            // txtOldPwd
            // 
            this.txtOldPwd.Location = new System.Drawing.Point(96, 59);
            this.txtOldPwd.Name = "txtOldPwd";
            this.txtOldPwd.PasswordChar = '*';
            this.txtOldPwd.Size = new System.Drawing.Size(100, 21);
            this.txtOldPwd.TabIndex = 7;
            // 
            // txtOperateDate
            // 
            this.txtOperateDate.BackColor = System.Drawing.Color.Wheat;
            this.txtOperateDate.Enabled = false;
            this.txtOperateDate.Location = new System.Drawing.Point(96, 172);
            this.txtOperateDate.Name = "txtOperateDate";
            this.txtOperateDate.Size = new System.Drawing.Size(100, 21);
            this.txtOperateDate.TabIndex = 10;
            // 
            // butCancel
            // 
            this.butCancel.Location = new System.Drawing.Point(144, 328);
            this.butCancel.Name = "butCancel";
            this.butCancel.Size = new System.Drawing.Size(75, 23);
            this.butCancel.TabIndex = 7;
            this.butCancel.Text = "取消(&C)";
            this.butCancel.UseVisualStyleBackColor = true;
            this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
            // 
            // butOK
            // 
            this.butOK.Location = new System.Drawing.Point(43, 328);
            this.butOK.Name = "butOK";
            this.butOK.Size = new System.Drawing.Size(75, 23);
            this.butOK.TabIndex = 6;
            this.butOK.Text = "确定(&Q)";
            this.butOK.UseVisualStyleBackColor = true;
            this.butOK.Click += new System.EventHandler(this.butOK_Click);
            // 
            // txtOperator
            // 
            this.txtOperator.BackColor = System.Drawing.Color.Wheat;
            this.txtOperator.Enabled = false;
            this.txtOperator.Location = new System.Drawing.Point(96, 208);
            this.txtOperator.Name = "txtOperator";
            this.txtOperator.Size = new System.Drawing.Size(100, 21);
            this.txtOperator.TabIndex = 11;
            // 
            // txtUserName
            // 
            this.txtUserName.BackColor = System.Drawing.Color.Wheat;
            this.txtUserName.Enabled = false;
            this.txtUserName.Location = new System.Drawing.Point(96, 26);
            this.txtUserName.Name = "txtUserName";
            this.txtUserName.Size = new System.Drawing.Size(100, 21);
            this.txtUserName.TabIndex = 6;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtOperator);
            this.groupBox1.Controls.Add(this.txtOperateDate);
            this.groupBox1.Controls.Add(this.txtNewPwd2);
            this.groupBox1.Controls.Add(this.txtNewPwd1);
            this.groupBox1.Controls.Add(this.txtOldPwd);
            this.groupBox1.Controls.Add(this.txtUserName);
            this.groupBox1.Controls.Add(this.labOperator);
            this.groupBox1.Controls.Add(this.labOperateDate);
            this.groupBox1.Controls.Add(this.labPwd);
            this.groupBox1.Controls.Add(this.labNewPwd);
            this.groupBox1.Controls.Add(this.labOldPwd);
            this.groupBox1.Controls.Add(this.labUserName);
            this.groupBox1.Location = new System.Drawing.Point(23, 54);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(233, 257);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            // 
            // labOperator
            // 
            this.labOperator.Location = new System.Drawing.Point(18, 211);
            this.labOperator.Name = "labOperator";
            this.labOperator.Size = new System.Drawing.Size(62, 24);
            this.labOperator.TabIndex = 5;
            this.labOperator.Text = "操 作 员:";
            // 
            // labOperateDate
            // 
            this.labOperateDate.Location = new System.Drawing.Point(18, 175);
            this.labOperateDate.Name = "labOperateDate";
            this.labOperateDate.Size = new System.Drawing.Size(62, 24);
            this.labOperateDate.TabIndex = 4;
            this.labOperateDate.Text = "操作时间:";
            // 
            // labPwd
            // 
            this.labPwd.Location = new System.Drawing.Point(18, 134);
            this.labPwd.Name = "labPwd";
            this.labPwd.Size = new System.Drawing.Size(62, 24);
            this.labPwd.TabIndex = 3;
            this.labPwd.Text = "确认密码:";
            // 
            // labNewPwd
            // 
            this.labNewPwd.Location = new System.Drawing.Point(18, 96);
            this.labNewPwd.Name = "labNewPwd";
            this.labNewPwd.Size = new System.Drawing.Size(62, 24);
            this.labNewPwd.TabIndex = 2;
            this.labNewPwd.Text = "新 密 码:";
            // 
            // labOldPwd
            // 
            this.labOldPwd.Location = new System.Drawing.Point(18, 62);
            this.labOldPwd.Name = "labOldPwd";
            this.labOldPwd.Size = new System.Drawing.Size(72, 24);
            this.labOldPwd.TabIndex = 1;
            this.labOldPwd.Text = "旧 密 码:";
            // 
            // labUserName
            // 
            this.labUserName.Location = new System.Drawing.Point(18, 29);
            this.labUserName.Name = "labUserName";
            this.labUserName.Size = new System.Drawing.Size(62, 24);
            this.labUserName.TabIndex = 0;
            this.labUserName.Text = "用 户 名:";
            // 
            // lab
            // 
            this.lab.Font = new System.Drawing.Font("楷体_GB2312", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lab.Location = new System.Drawing.Point(38, 25);
            this.lab.Name = "lab";
            this.lab.Size = new System.Drawing.Size(197, 37);
            this.lab.TabIndex = 4;
            this.lab.Text = "修 改 密 码";
            // 
            // ChangePwdFrame
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Wheat;
            this.ClientSize = new System.Drawing.Size(278, 377);
            this.Controls.Add(this.butCancel);
            this.Controls.Add(this.butOK);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.lab);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ChangePwdFrame";
            this.Text = "修改密码";
            this.Load += new System.EventHandler(this.ChangePwdFrame_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TextBox txtNewPwd2;
        private System.Windows.Forms.TextBox txtNewPwd1;
        private System.Windows.Forms.TextBox txtOldPwd;
        private System.Windows.Forms.TextBox txtOperateDate;
        private System.Windows.Forms.Button butCancel;
        private System.Windows.Forms.Button butOK;
        private System.Windows.Forms.TextBox txtOperator;
        private System.Windows.Forms.TextBox txtUserName;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label labOperator;
        private System.Windows.Forms.Label labOperateDate;
        private System.Windows.Forms.Label labPwd;
        private System.Windows.Forms.Label labNewPwd;
        private System.Windows.Forms.Label labOldPwd;
        private System.Windows.Forms.Label labUserName;
        private System.Windows.Forms.Label lab;
    }
}

⌨️ 快捷键说明

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