UC_SetUserPassword.designer.cs 6.9 KB

namespace TheMachine
{
    partial class UC_SetUserPassword
    {
        /// <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 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button_ok = new System.Windows.Forms.Button();
            this.label_newpwd2 = new System.Windows.Forms.Label();
            this.label_newpwd = new System.Windows.Forms.Label();
            this.label_oldpwd = new System.Windows.Forms.Label();
            this.textBox_newpwd2 = new System.Windows.Forms.TextBox();
            this.textBox_newpwd = new System.Windows.Forms.TextBox();
            this.textBox_oldpwd = new System.Windows.Forms.TextBox();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button_ok);
            this.groupBox1.Controls.Add(this.label_newpwd2);
            this.groupBox1.Controls.Add(this.label_newpwd);
            this.groupBox1.Controls.Add(this.label_oldpwd);
            this.groupBox1.Controls.Add(this.textBox_newpwd2);
            this.groupBox1.Controls.Add(this.textBox_newpwd);
            this.groupBox1.Controls.Add(this.textBox_oldpwd);
            this.groupBox1.Location = new System.Drawing.Point(5, 5);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(5);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(5);
            this.groupBox1.Size = new System.Drawing.Size(388, 258);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "管理密码设置";
            // 
            // button_ok
            // 
            this.button_ok.Location = new System.Drawing.Point(155, 188);
            this.button_ok.Name = "button_ok";
            this.button_ok.Size = new System.Drawing.Size(165, 33);
            this.button_ok.TabIndex = 2;
            this.button_ok.Text = "确认修改";
            this.button_ok.UseVisualStyleBackColor = true;
            this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
            // 
            // label_newpwd2
            // 
            this.label_newpwd2.Location = new System.Drawing.Point(11, 134);
            this.label_newpwd2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.label_newpwd2.Name = "label_newpwd2";
            this.label_newpwd2.Size = new System.Drawing.Size(134, 23);
            this.label_newpwd2.TabIndex = 1;
            this.label_newpwd2.Text = "重复新密码:";
            this.label_newpwd2.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label_newpwd
            // 
            this.label_newpwd.Location = new System.Drawing.Point(11, 88);
            this.label_newpwd.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.label_newpwd.Name = "label_newpwd";
            this.label_newpwd.Size = new System.Drawing.Size(134, 23);
            this.label_newpwd.TabIndex = 1;
            this.label_newpwd.Text = "新密码:";
            this.label_newpwd.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label_oldpwd
            // 
            this.label_oldpwd.Location = new System.Drawing.Point(11, 43);
            this.label_oldpwd.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.label_oldpwd.Name = "label_oldpwd";
            this.label_oldpwd.Size = new System.Drawing.Size(134, 23);
            this.label_oldpwd.TabIndex = 1;
            this.label_oldpwd.Text = "旧密码:";
            this.label_oldpwd.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // textBox_newpwd2
            // 
            this.textBox_newpwd2.Location = new System.Drawing.Point(155, 131);
            this.textBox_newpwd2.Margin = new System.Windows.Forms.Padding(5);
            this.textBox_newpwd2.Name = "textBox_newpwd2";
            this.textBox_newpwd2.PasswordChar = '*';
            this.textBox_newpwd2.Size = new System.Drawing.Size(165, 26);
            this.textBox_newpwd2.TabIndex = 0;
            // 
            // textBox_newpwd
            // 
            this.textBox_newpwd.Location = new System.Drawing.Point(155, 85);
            this.textBox_newpwd.Margin = new System.Windows.Forms.Padding(5);
            this.textBox_newpwd.Name = "textBox_newpwd";
            this.textBox_newpwd.PasswordChar = '*';
            this.textBox_newpwd.Size = new System.Drawing.Size(165, 26);
            this.textBox_newpwd.TabIndex = 0;
            // 
            // textBox_oldpwd
            // 
            this.textBox_oldpwd.Location = new System.Drawing.Point(155, 40);
            this.textBox_oldpwd.Margin = new System.Windows.Forms.Padding(5);
            this.textBox_oldpwd.Name = "textBox_oldpwd";
            this.textBox_oldpwd.PasswordChar = '*';
            this.textBox_oldpwd.Size = new System.Drawing.Size(165, 26);
            this.textBox_oldpwd.TabIndex = 0;
            // 
            // UC_SetUserPassword
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.groupBox1);
            this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Margin = new System.Windows.Forms.Padding(5);
            this.Name = "UC_SetUserPassword";
            this.Size = new System.Drawing.Size(405, 272);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label_newpwd2;
        private System.Windows.Forms.Label label_newpwd;
        private System.Windows.Forms.Label label_oldpwd;
        private System.Windows.Forms.TextBox textBox_newpwd2;
        private System.Windows.Forms.TextBox textBox_newpwd;
        private System.Windows.Forms.TextBox textBox_oldpwd;
        private System.Windows.Forms.Button button_ok;
    }
}