namespace WMS.FrmSystems { partial class FrmSetPwd { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSetPwd)); this.lblPwd = new System.Windows.Forms.Label(); this.lblOldPwd = new System.Windows.Forms.Label(); this.lblNewPwd = new System.Windows.Forms.Label(); this.btnClose = new WMS.Ctrl.CtrlButtons(); this.btnAccept = new WMS.Ctrl.CtrlButtons(); this.txtPwd = new WMS.Ctrl.WMSCtrlTextBox(this.components); this.txtNewPwd = new WMS.Ctrl.WMSCtrlTextBox(this.components); this.txtOldPwd = new WMS.Ctrl.WMSCtrlTextBox(this.components); ((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNewPwd.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtOldPwd.Properties)).BeginInit(); this.SuspendLayout(); // // lblPwd // this.lblPwd.AutoSize = true; this.lblPwd.Font = new System.Drawing.Font("宋体", 10F); this.lblPwd.ForeColor = System.Drawing.SystemColors.ControlText; this.lblPwd.Location = new System.Drawing.Point(3, 86); this.lblPwd.Name = "lblPwd"; this.lblPwd.Size = new System.Drawing.Size(63, 14); this.lblPwd.TabIndex = 27; this.lblPwd.Text = "确认密码"; // // lblOldPwd // this.lblOldPwd.AutoSize = true; this.lblOldPwd.Font = new System.Drawing.Font("宋体", 10F); this.lblOldPwd.ForeColor = System.Drawing.SystemColors.ControlText; this.lblOldPwd.Location = new System.Drawing.Point(3, 8); this.lblOldPwd.Name = "lblOldPwd"; this.lblOldPwd.Size = new System.Drawing.Size(63, 14); this.lblOldPwd.TabIndex = 26; this.lblOldPwd.Text = "旧 密 码"; // // lblNewPwd // this.lblNewPwd.AutoSize = true; this.lblNewPwd.Font = new System.Drawing.Font("宋体", 10F); this.lblNewPwd.ForeColor = System.Drawing.SystemColors.ControlText; this.lblNewPwd.Location = new System.Drawing.Point(3, 47); this.lblNewPwd.Name = "lblNewPwd"; this.lblNewPwd.Size = new System.Drawing.Size(63, 14); this.lblNewPwd.TabIndex = 25; this.lblNewPwd.Text = "新 密 码"; // // btnClose // this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.btnClose.Appearance.Options.UseFont = true; this.btnClose.BoolDiagFrm = false; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.ImageUri.Uri = "Close;Office2013"; this.btnClose.Location = new System.Drawing.Point(185, 118); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(150, 45); this.btnClose.TabIndex = 32; this.btnClose.Text = " 关闭 "; this.btnClose.typeButton = " 关闭 "; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnAccept // this.btnAccept.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.btnAccept.Appearance.Options.UseFont = true; this.btnAccept.BoolDiagFrm = false; this.btnAccept.Image = ((System.Drawing.Image)(resources.GetObject("btnAccept.Image"))); this.btnAccept.ImageUri.Uri = "Apply;Office2013"; this.btnAccept.Location = new System.Drawing.Point(8, 118); this.btnAccept.Name = "btnAccept"; this.btnAccept.Size = new System.Drawing.Size(150, 45); this.btnAccept.TabIndex = 31; this.btnAccept.Text = " 确定 "; this.btnAccept.typeButton = " 确定 "; this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click); // // txtPwd // this.txtPwd.FrmSelect = false; this.txtPwd.Location = new System.Drawing.Point(65, 82); this.txtPwd.MustText = false; this.txtPwd.Name = "txtPwd"; this.txtPwd.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtPwd.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtPwd.Properties.Appearance.Options.UseBackColor = true; this.txtPwd.Properties.Appearance.Options.UseFont = true; this.txtPwd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtPwd.Properties.PasswordChar = '*'; this.txtPwd.Size = new System.Drawing.Size(277, 22); this.txtPwd.StrLen = 0; this.txtPwd.TabIndex = 30; this.txtPwd.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtPwd.ValText = ""; // // txtNewPwd // this.txtNewPwd.FrmSelect = false; this.txtNewPwd.Location = new System.Drawing.Point(65, 43); this.txtNewPwd.MustText = false; this.txtNewPwd.Name = "txtNewPwd"; this.txtNewPwd.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtNewPwd.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtNewPwd.Properties.Appearance.Options.UseBackColor = true; this.txtNewPwd.Properties.Appearance.Options.UseFont = true; this.txtNewPwd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtNewPwd.Properties.PasswordChar = '*'; this.txtNewPwd.Size = new System.Drawing.Size(277, 22); this.txtNewPwd.StrLen = 0; this.txtNewPwd.TabIndex = 29; this.txtNewPwd.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtNewPwd.ValText = ""; // // txtOldPwd // this.txtOldPwd.FrmSelect = false; this.txtOldPwd.Location = new System.Drawing.Point(65, 4); this.txtOldPwd.MustText = false; this.txtOldPwd.Name = "txtOldPwd"; this.txtOldPwd.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtOldPwd.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtOldPwd.Properties.Appearance.Options.UseBackColor = true; this.txtOldPwd.Properties.Appearance.Options.UseFont = true; this.txtOldPwd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtOldPwd.Properties.PasswordChar = '*'; this.txtOldPwd.Size = new System.Drawing.Size(277, 22); this.txtOldPwd.StrLen = 0; this.txtOldPwd.TabIndex = 28; this.txtOldPwd.Valatt = WMS.Ctrl.ValidationAttribute.无; this.txtOldPwd.ValText = ""; // // FrmSetPwd // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(346, 168); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnAccept); this.Controls.Add(this.txtPwd); this.Controls.Add(this.txtNewPwd); this.Controls.Add(this.txtOldPwd); this.Controls.Add(this.lblPwd); this.Controls.Add(this.lblOldPwd); this.Controls.Add(this.lblNewPwd); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmSetPwd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "重置密码"; ((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNewPwd.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtOldPwd.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Ctrl.WMSCtrlTextBox txtPwd; private Ctrl.WMSCtrlTextBox txtNewPwd; private Ctrl.WMSCtrlTextBox txtOldPwd; private System.Windows.Forms.Label lblPwd; private System.Windows.Forms.Label lblOldPwd; private System.Windows.Forms.Label lblNewPwd; private Ctrl.CtrlButtons btnClose; private Ctrl.CtrlButtons btnAccept; } }