Newer
Older
IRIS_COLLECT / IOM_cs / insertForm / sysSetting / EditPassWord.Designer.cs
yangqianqian on 29 Dec 2020 11 KB first
namespace IOM_cs.insertForm.sysSetting
{
    partial class EditPassWord
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.roundButtonCancel = new IOM_cs.RoundButton();
            this.roundButtonOK = new IOM_cs.RoundButton();
            this.textBoxOldPassWord = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.textBoxNewPassWord0 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.textBoxNewPassWord = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(81, 53);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(51, 20);
            this.label1.TabIndex = 0;
            this.label1.Text = "旧密码";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(81, 104);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(51, 20);
            this.label2.TabIndex = 1;
            this.label2.Text = "新密码";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(53, 155);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(79, 20);
            this.label3.TabIndex = 2;
            this.label3.Text = "确认新密码";
            // 
            // roundButtonCancel
            // 
            this.roundButtonCancel.EnterBackColor = System.Drawing.Color.Blue;
            this.roundButtonCancel.EnterForeColor = System.Drawing.Color.White;
            this.roundButtonCancel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.roundButtonCancel.FlatAppearance.BorderSize = 0;
            this.roundButtonCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.roundButtonCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.roundButtonCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.roundButtonCancel.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.roundButtonCancel.HoverForeColor = System.Drawing.Color.White;
            this.roundButtonCancel.Location = new System.Drawing.Point(219, 235);
            this.roundButtonCancel.Name = "roundButtonCancel";
            this.roundButtonCancel.PressBackColor = System.Drawing.Color.DarkBlue;
            this.roundButtonCancel.PressForeColor = System.Drawing.Color.White;
            this.roundButtonCancel.Radius = 5;
            this.roundButtonCancel.Size = new System.Drawing.Size(80, 30);
            this.roundButtonCancel.TabIndex = 7;
            this.roundButtonCancel.Text = "取消";
            this.roundButtonCancel.UseVisualStyleBackColor = true;
            this.roundButtonCancel.Click += new System.EventHandler(this.roundButtonCancel_Click);
            // 
            // roundButtonOK
            // 
            this.roundButtonOK.EnterBackColor = System.Drawing.Color.Blue;
            this.roundButtonOK.EnterForeColor = System.Drawing.Color.White;
            this.roundButtonOK.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.roundButtonOK.FlatAppearance.BorderSize = 0;
            this.roundButtonOK.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.roundButtonOK.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.roundButtonOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.roundButtonOK.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198)))));
            this.roundButtonOK.HoverForeColor = System.Drawing.Color.White;
            this.roundButtonOK.Location = new System.Drawing.Point(131, 235);
            this.roundButtonOK.Name = "roundButtonOK";
            this.roundButtonOK.PressBackColor = System.Drawing.Color.DarkBlue;
            this.roundButtonOK.PressForeColor = System.Drawing.Color.White;
            this.roundButtonOK.Radius = 5;
            this.roundButtonOK.Size = new System.Drawing.Size(80, 30);
            this.roundButtonOK.TabIndex = 6;
            this.roundButtonOK.Text = "确定";
            this.roundButtonOK.UseVisualStyleBackColor = true;
            this.roundButtonOK.Click += new System.EventHandler(this.roundButtonOK_Click);
            // 
            // textBoxOldPassWord
            // 
            this.textBoxOldPassWord.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            // 
            // 
            // 
            this.textBoxOldPassWord.Border.BorderColor = System.Drawing.SystemColors.ScrollBar;
            this.textBoxOldPassWord.Border.Class = "TextBoxBorder";
            this.textBoxOldPassWord.Border.CornerDiameter = 5;
            this.textBoxOldPassWord.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.textBoxOldPassWord.DisabledBackColor = System.Drawing.SystemColors.ButtonFace;
            this.textBoxOldPassWord.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxOldPassWord.Location = new System.Drawing.Point(145, 48);
            this.textBoxOldPassWord.Name = "textBoxOldPassWord";
            this.textBoxOldPassWord.PreventEnterBeep = true;
            this.textBoxOldPassWord.Size = new System.Drawing.Size(190, 30);
            this.textBoxOldPassWord.TabIndex = 305;
            // 
            // textBoxNewPassWord0
            // 
            this.textBoxNewPassWord0.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            // 
            // 
            // 
            this.textBoxNewPassWord0.Border.BorderColor = System.Drawing.SystemColors.ScrollBar;
            this.textBoxNewPassWord0.Border.Class = "TextBoxBorder";
            this.textBoxNewPassWord0.Border.CornerDiameter = 5;
            this.textBoxNewPassWord0.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.textBoxNewPassWord0.DisabledBackColor = System.Drawing.SystemColors.ButtonFace;
            this.textBoxNewPassWord0.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxNewPassWord0.Location = new System.Drawing.Point(145, 98);
            this.textBoxNewPassWord0.Name = "textBoxNewPassWord0";
            this.textBoxNewPassWord0.PreventEnterBeep = true;
            this.textBoxNewPassWord0.Size = new System.Drawing.Size(190, 30);
            this.textBoxNewPassWord0.TabIndex = 306;
            // 
            // textBoxNewPassWord
            // 
            this.textBoxNewPassWord.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            // 
            // 
            // 
            this.textBoxNewPassWord.Border.BorderColor = System.Drawing.SystemColors.ScrollBar;
            this.textBoxNewPassWord.Border.Class = "TextBoxBorder";
            this.textBoxNewPassWord.Border.CornerDiameter = 5;
            this.textBoxNewPassWord.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.textBoxNewPassWord.DisabledBackColor = System.Drawing.SystemColors.ButtonFace;
            this.textBoxNewPassWord.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxNewPassWord.Location = new System.Drawing.Point(145, 150);
            this.textBoxNewPassWord.Name = "textBoxNewPassWord";
            this.textBoxNewPassWord.PreventEnterBeep = true;
            this.textBoxNewPassWord.Size = new System.Drawing.Size(190, 30);
            this.textBoxNewPassWord.TabIndex = 307;
            // 
            // EditPassWord
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
            this.ClientSize = new System.Drawing.Size(421, 308);
            this.Controls.Add(this.textBoxNewPassWord);
            this.Controls.Add(this.textBoxNewPassWord0);
            this.Controls.Add(this.textBoxOldPassWord);
            this.Controls.Add(this.roundButtonCancel);
            this.Controls.Add(this.roundButtonOK);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "EditPassWord";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "修改密码";
            this.TopMost = true;
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private RoundButton roundButtonOK;
        private RoundButton roundButtonCancel;
        private DevComponents.DotNetBar.Controls.TextBoxX textBoxOldPassWord;
        private DevComponents.DotNetBar.Controls.TextBoxX textBoxNewPassWord0;
        private DevComponents.DotNetBar.Controls.TextBoxX textBoxNewPassWord;
    }
}