123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254 |
- namespace LYFZ.Software.UI.SystemSettings
- {
- partial class FrmChangePassword
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmChangePassword));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.BtnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtOkUser_Password = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtNewUser_Password = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtOldUser_Password = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtUser_Account = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Size = new System.Drawing.Size(401, 286);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(401, 286);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(342, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(369, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(342, 0);
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.BtnClose);
- this.panelEx1.Controls.Add(this.btnSave);
- this.panelEx1.Controls.Add(this.txtOkUser_Password);
- this.panelEx1.Controls.Add(this.labelEx7);
- this.panelEx1.Controls.Add(this.txtNewUser_Password);
- this.panelEx1.Controls.Add(this.labelEx6);
- this.panelEx1.Controls.Add(this.txtOldUser_Password);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.txtUser_Account);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Location = new System.Drawing.Point(13, 55);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(373, 259);
- this.panelEx1.TabIndex = 1;
- //
- // BtnClose
- //
- this.BtnClose.BackColor = System.Drawing.Color.Transparent;
- this.BtnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("BtnClose.BackImg")));
- this.BtnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.BtnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.BtnClose.ForeColor = System.Drawing.Color.White;
- this.BtnClose.IsCustomBackImg = false;
- this.BtnClose.IsShowText = true;
- this.BtnClose.Location = new System.Drawing.Point(220, 192);
- this.BtnClose.Name = "BtnClose";
- this.BtnClose.Size = new System.Drawing.Size(93, 26);
- this.BtnClose.TabIndex = 165;
- this.BtnClose.Text = "取消";
- this.BtnClose.UseVisualStyleBackColor = false;
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
- this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.IsCustomBackImg = false;
- this.btnSave.IsShowText = true;
- this.btnSave.Location = new System.Drawing.Point(84, 194);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(93, 26);
- this.btnSave.TabIndex = 164;
- this.btnSave.Text = "确定";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // txtOkUser_Password
- //
- this.txtOkUser_Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtOkUser_Password.EmptyTextTip = null;
- this.txtOkUser_Password.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtOkUser_Password.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtOkUser_Password.Location = new System.Drawing.Point(114, 144);
- this.txtOkUser_Password.Name = "txtOkUser_Password";
- this.txtOkUser_Password.PasswordChar = '●';
- this.txtOkUser_Password.Size = new System.Drawing.Size(183, 23);
- this.txtOkUser_Password.TabIndex = 2;
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx7.Location = new System.Drawing.Point(38, 145);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(73, 17);
- this.labelEx7.TabIndex = 161;
- this.labelEx7.Text = "*确定密码:";
- //
- // txtNewUser_Password
- //
- this.txtNewUser_Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtNewUser_Password.EmptyTextTip = null;
- this.txtNewUser_Password.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtNewUser_Password.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtNewUser_Password.Location = new System.Drawing.Point(114, 104);
- this.txtNewUser_Password.Name = "txtNewUser_Password";
- this.txtNewUser_Password.PasswordChar = '●';
- this.txtNewUser_Password.Size = new System.Drawing.Size(183, 23);
- this.txtNewUser_Password.TabIndex = 1;
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(51, 105);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(61, 17);
- this.labelEx6.TabIndex = 159;
- this.labelEx6.Text = "*新密码:";
- //
- // txtOldUser_Password
- //
- this.txtOldUser_Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtOldUser_Password.EmptyTextTip = null;
- this.txtOldUser_Password.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtOldUser_Password.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtOldUser_Password.Location = new System.Drawing.Point(114, 67);
- this.txtOldUser_Password.Name = "txtOldUser_Password";
- this.txtOldUser_Password.PasswordChar = '●';
- this.txtOldUser_Password.Size = new System.Drawing.Size(183, 23);
- this.txtOldUser_Password.TabIndex = 0;
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx4.Location = new System.Drawing.Point(51, 68);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(61, 17);
- this.labelEx4.TabIndex = 157;
- this.labelEx4.Text = "*旧密码:";
- //
- // txtUser_Account
- //
- this.txtUser_Account.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtUser_Account.EmptyTextTip = null;
- this.txtUser_Account.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtUser_Account.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtUser_Account.Location = new System.Drawing.Point(114, 28);
- this.txtUser_Account.Name = "txtUser_Account";
- this.txtUser_Account.ReadOnly = true;
- this.txtUser_Account.Size = new System.Drawing.Size(183, 23);
- this.txtUser_Account.TabIndex = 158;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(62, 30);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(49, 17);
- this.labelEx2.TabIndex = 156;
- this.labelEx2.Text = "*账号:";
- //
- // FrmChangePassword
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(401, 351);
- this.Controls.Add(this.panelEx1);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.Name = "FrmChangePassword";
- this.Text = "修改密码";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.Controls.SetChildIndex(this.panelEx1, 0);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- protected ComponentLibrary.ButtonEx BtnClose;
- protected ComponentLibrary.ButtonEx btnSave;
- protected ComponentLibrary.TextBoxBasicEx txtOkUser_Password;
- private ComponentLibrary.LabelEx labelEx7;
- protected ComponentLibrary.TextBoxBasicEx txtNewUser_Password;
- private ComponentLibrary.LabelEx labelEx6;
- protected ComponentLibrary.TextBoxBasicEx txtOldUser_Password;
- private ComponentLibrary.LabelEx labelEx4;
- protected ComponentLibrary.TextBoxBasicEx txtUser_Account;
- private ComponentLibrary.LabelEx labelEx2;
- }
- }
|