| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 | namespace WCS_Client.From{    partial class FormEditPwd    {        /// <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.components = new System.ComponentModel.Container();            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEditPwd));            this.skinLabel1 = new CCWin.SkinControl.SkinLabel();            this.skinLabel2 = new CCWin.SkinControl.SkinLabel();            this.txtUser_NewPwd = new CCWin.SkinControl.SkinTextBox();            this.txtUser_TwoNewPwd = new CCWin.SkinControl.SkinTextBox();            this.skinButton1 = new CCWin.SkinControl.SkinButton();            this.skinButton2 = new CCWin.SkinControl.SkinButton();            this.label1 = new System.Windows.Forms.Label();            this.SuspendLayout();            //             // skinLabel1            //             this.skinLabel1.AutoSize = true;            this.skinLabel1.BackColor = System.Drawing.Color.Transparent;            this.skinLabel1.BorderColor = System.Drawing.Color.White;            this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.skinLabel1.Location = new System.Drawing.Point(65, 28);            this.skinLabel1.Name = "skinLabel1";            this.skinLabel1.Size = new System.Drawing.Size(60, 17);            this.skinLabel1.TabIndex = 0;            this.skinLabel1.Text = "新密码(*):";            //             // skinLabel2            //             this.skinLabel2.AutoSize = true;            this.skinLabel2.BackColor = System.Drawing.Color.Transparent;            this.skinLabel2.BorderColor = System.Drawing.Color.White;            this.skinLabel2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.skinLabel2.Location = new System.Drawing.Point(35, 72);            this.skinLabel2.Name = "skinLabel2";            this.skinLabel2.Size = new System.Drawing.Size(84, 17);            this.skinLabel2.TabIndex = 1;            this.skinLabel2.Text = "确认新密码(*):";            //             // txtUser_NewPwd            //             this.txtUser_NewPwd.BackColor = System.Drawing.Color.Transparent;            this.txtUser_NewPwd.DownBack = null;            this.txtUser_NewPwd.Icon = null;            this.txtUser_NewPwd.IconIsButton = false;            this.txtUser_NewPwd.IconMouseState = CCWin.SkinClass.ControlState.Normal;            this.txtUser_NewPwd.IsPasswordChat = '*';            this.txtUser_NewPwd.IsSystemPasswordChar = false;            this.txtUser_NewPwd.Lines = new string[0];            this.txtUser_NewPwd.Location = new System.Drawing.Point(154, 28);            this.txtUser_NewPwd.Margin = new System.Windows.Forms.Padding(0);            this.txtUser_NewPwd.MaxLength = 32767;            this.txtUser_NewPwd.MinimumSize = new System.Drawing.Size(28, 28);            this.txtUser_NewPwd.MouseBack = null;            this.txtUser_NewPwd.MouseState = CCWin.SkinClass.ControlState.Normal;            this.txtUser_NewPwd.Multiline = false;            this.txtUser_NewPwd.Name = "txtUser_NewPwd";            this.txtUser_NewPwd.NormlBack = null;            this.txtUser_NewPwd.Padding = new System.Windows.Forms.Padding(5);            this.txtUser_NewPwd.ReadOnly = false;            this.txtUser_NewPwd.ScrollBars = System.Windows.Forms.ScrollBars.None;            this.txtUser_NewPwd.Size = new System.Drawing.Size(224, 28);            //             //             //             this.txtUser_NewPwd.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;            this.txtUser_NewPwd.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;            this.txtUser_NewPwd.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);            this.txtUser_NewPwd.SkinTxt.Location = new System.Drawing.Point(5, 5);            this.txtUser_NewPwd.SkinTxt.Name = "BaseText";            this.txtUser_NewPwd.SkinTxt.PasswordChar = '*';            this.txtUser_NewPwd.SkinTxt.Size = new System.Drawing.Size(214, 18);            this.txtUser_NewPwd.SkinTxt.TabIndex = 0;            this.txtUser_NewPwd.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));            this.txtUser_NewPwd.SkinTxt.WaterText = "";            this.txtUser_NewPwd.TabIndex = 2;            this.txtUser_NewPwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;            this.txtUser_NewPwd.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));            this.txtUser_NewPwd.WaterText = "";            this.txtUser_NewPwd.WordWrap = true;            //             // txtUser_TwoNewPwd            //             this.txtUser_TwoNewPwd.BackColor = System.Drawing.Color.Transparent;            this.txtUser_TwoNewPwd.DownBack = null;            this.txtUser_TwoNewPwd.Icon = null;            this.txtUser_TwoNewPwd.IconIsButton = false;            this.txtUser_TwoNewPwd.IconMouseState = CCWin.SkinClass.ControlState.Normal;            this.txtUser_TwoNewPwd.IsPasswordChat = '*';            this.txtUser_TwoNewPwd.IsSystemPasswordChar = false;            this.txtUser_TwoNewPwd.Lines = new string[0];            this.txtUser_TwoNewPwd.Location = new System.Drawing.Point(154, 72);            this.txtUser_TwoNewPwd.Margin = new System.Windows.Forms.Padding(0);            this.txtUser_TwoNewPwd.MaxLength = 32767;            this.txtUser_TwoNewPwd.MinimumSize = new System.Drawing.Size(28, 28);            this.txtUser_TwoNewPwd.MouseBack = null;            this.txtUser_TwoNewPwd.MouseState = CCWin.SkinClass.ControlState.Normal;            this.txtUser_TwoNewPwd.Multiline = false;            this.txtUser_TwoNewPwd.Name = "txtUser_TwoNewPwd";            this.txtUser_TwoNewPwd.NormlBack = null;            this.txtUser_TwoNewPwd.Padding = new System.Windows.Forms.Padding(5);            this.txtUser_TwoNewPwd.ReadOnly = false;            this.txtUser_TwoNewPwd.ScrollBars = System.Windows.Forms.ScrollBars.None;            this.txtUser_TwoNewPwd.Size = new System.Drawing.Size(224, 28);            //             //             //             this.txtUser_TwoNewPwd.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;            this.txtUser_TwoNewPwd.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;            this.txtUser_TwoNewPwd.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);            this.txtUser_TwoNewPwd.SkinTxt.Location = new System.Drawing.Point(5, 5);            this.txtUser_TwoNewPwd.SkinTxt.Name = "BaseText";            this.txtUser_TwoNewPwd.SkinTxt.PasswordChar = '*';            this.txtUser_TwoNewPwd.SkinTxt.Size = new System.Drawing.Size(214, 18);            this.txtUser_TwoNewPwd.SkinTxt.TabIndex = 0;            this.txtUser_TwoNewPwd.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));            this.txtUser_TwoNewPwd.SkinTxt.WaterText = "";            this.txtUser_TwoNewPwd.TabIndex = 3;            this.txtUser_TwoNewPwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;            this.txtUser_TwoNewPwd.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));            this.txtUser_TwoNewPwd.WaterText = "";            this.txtUser_TwoNewPwd.WordWrap = true;            //             // skinButton1            //             this.skinButton1.BackColor = System.Drawing.Color.Transparent;            this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;            this.skinButton1.DownBack = null;            this.skinButton1.Location = new System.Drawing.Point(92, 167);            this.skinButton1.MouseBack = null;            this.skinButton1.Name = "skinButton1";            this.skinButton1.NormlBack = null;            this.skinButton1.Size = new System.Drawing.Size(75, 23);            this.skinButton1.TabIndex = 4;            this.skinButton1.Text = "修改密码";            this.skinButton1.UseVisualStyleBackColor = false;            this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);            //             // skinButton2            //             this.skinButton2.BackColor = System.Drawing.Color.Transparent;            this.skinButton2.ControlState = CCWin.SkinClass.ControlState.Normal;            this.skinButton2.DownBack = null;            this.skinButton2.Location = new System.Drawing.Point(253, 167);            this.skinButton2.MouseBack = null;            this.skinButton2.Name = "skinButton2";            this.skinButton2.NormlBack = null;            this.skinButton2.Size = new System.Drawing.Size(75, 23);            this.skinButton2.TabIndex = 5;            this.skinButton2.Text = "取消";            this.skinButton2.UseVisualStyleBackColor = false;            this.skinButton2.Click += new System.EventHandler(this.skinButton2_Click);            //             // label1            //             this.label1.AutoSize = true;            this.label1.Location = new System.Drawing.Point(49, 119);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(329, 12);            this.label1.TabIndex = 6;            this.label1.Text = "说明:至少8-16个字符,必须包含大写字母,小写字母和数字";            //             // FormEditPwd            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(430, 208);            this.Controls.Add(this.label1);            this.Controls.Add(this.skinButton2);            this.Controls.Add(this.skinButton1);            this.Controls.Add(this.txtUser_TwoNewPwd);            this.Controls.Add(this.txtUser_NewPwd);            this.Controls.Add(this.skinLabel2);            this.Controls.Add(this.skinLabel1);            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "FormEditPwd";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;            this.Text = "修改密码";            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private CCWin.SkinControl.SkinLabel skinLabel1;        private CCWin.SkinControl.SkinLabel skinLabel2;        private CCWin.SkinControl.SkinTextBox txtUser_NewPwd;        private CCWin.SkinControl.SkinTextBox txtUser_TwoNewPwd;        private CCWin.SkinControl.SkinButton skinButton1;        private CCWin.SkinControl.SkinButton skinButton2;        private System.Windows.Forms.Label label1;    }}
 |