You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

178 lines
9.2 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace ZJ_BYD.UserControls
{
partial class ModifyPwd
{
/// <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.lblnewpwd = new DevExpress.XtraEditors.LabelControl();
this.txtnewpwd = new DevExpress.XtraEditors.TextEdit();
this.lblconfirmpwd = new DevExpress.XtraEditors.LabelControl();
this.txtConfirmPwd = new DevExpress.XtraEditors.TextEdit();
this.btnsave = new DevExpress.XtraEditors.SimpleButton();
this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.txtnewpwd.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtConfirmPwd.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
this.panelControl8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
this.SuspendLayout();
//
// lblnewpwd
//
this.lblnewpwd.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.lblnewpwd.Appearance.Options.UseFont = true;
this.lblnewpwd.Location = new System.Drawing.Point(130, 64);
this.lblnewpwd.Name = "lblnewpwd";
this.lblnewpwd.Size = new System.Drawing.Size(64, 21);
this.lblnewpwd.TabIndex = 5;
this.lblnewpwd.Text = "新口令:";
//
// txtnewpwd
//
this.txtnewpwd.Location = new System.Drawing.Point(206, 58);
this.txtnewpwd.Name = "txtnewpwd";
this.txtnewpwd.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtnewpwd.Properties.Appearance.Options.UseFont = true;
this.txtnewpwd.Properties.AutoHeight = false;
this.txtnewpwd.Size = new System.Drawing.Size(271, 37);
this.txtnewpwd.TabIndex = 6;
//
// lblconfirmpwd
//
this.lblconfirmpwd.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.lblconfirmpwd.Appearance.Options.UseFont = true;
this.lblconfirmpwd.Location = new System.Drawing.Point(106, 137);
this.lblconfirmpwd.Name = "lblconfirmpwd";
this.lblconfirmpwd.Size = new System.Drawing.Size(80, 21);
this.lblconfirmpwd.TabIndex = 5;
this.lblconfirmpwd.Text = "确认口令:";
//
// txtConfirmPwd
//
this.txtConfirmPwd.Location = new System.Drawing.Point(206, 130);
this.txtConfirmPwd.Name = "txtConfirmPwd";
this.txtConfirmPwd.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtConfirmPwd.Properties.Appearance.Options.UseFont = true;
this.txtConfirmPwd.Properties.AutoHeight = false;
this.txtConfirmPwd.Size = new System.Drawing.Size(271, 38);
this.txtConfirmPwd.TabIndex = 6;
//
// btnsave
//
this.btnsave.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(135)))), ((int)(((byte)(208)))));
this.btnsave.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btnsave.Appearance.Options.UseBackColor = true;
this.btnsave.Appearance.Options.UseFont = true;
this.btnsave.Location = new System.Drawing.Point(206, 211);
this.btnsave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnsave.Name = "btnsave";
this.btnsave.Size = new System.Drawing.Size(271, 34);
this.btnsave.TabIndex = 7;
this.btnsave.Text = "保存";
this.btnsave.Click += new System.EventHandler(this.btnsave_Click);
//
// panelControl8
//
this.panelControl8.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl8.Appearance.Options.UseBackColor = true;
this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl8.Controls.Add(this.separatorControl1);
this.panelControl8.Controls.Add(this.labelControl18);
this.panelControl8.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl8.Location = new System.Drawing.Point(0, 0);
this.panelControl8.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.panelControl8.LookAndFeel.UseDefaultLookAndFeel = false;
this.panelControl8.Margin = new System.Windows.Forms.Padding(0);
this.panelControl8.Name = "panelControl8";
this.panelControl8.Size = new System.Drawing.Size(599, 42);
this.panelControl8.TabIndex = 8;
//
// separatorControl1
//
this.separatorControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.separatorControl1.LineAlignment = DevExpress.XtraEditors.Alignment.Center;
this.separatorControl1.LineColor = System.Drawing.Color.Silver;
this.separatorControl1.Location = new System.Drawing.Point(0, 26);
this.separatorControl1.Margin = new System.Windows.Forms.Padding(0);
this.separatorControl1.Name = "separatorControl1";
this.separatorControl1.Padding = new System.Windows.Forms.Padding(0);
this.separatorControl1.Size = new System.Drawing.Size(599, 16);
this.separatorControl1.TabIndex = 1;
//
// labelControl18
//
this.labelControl18.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelControl18.Appearance.ForeColor = System.Drawing.Color.DimGray;
this.labelControl18.Appearance.Options.UseFont = true;
this.labelControl18.Appearance.Options.UseForeColor = true;
this.labelControl18.Location = new System.Drawing.Point(3, 6);
this.labelControl18.Name = "labelControl18";
this.labelControl18.Size = new System.Drawing.Size(64, 21);
this.labelControl18.TabIndex = 0;
this.labelControl18.Text = "口令修改";
//
// ModifyPwd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panelControl8);
this.Controls.Add(this.btnsave);
this.Controls.Add(this.txtConfirmPwd);
this.Controls.Add(this.txtnewpwd);
this.Controls.Add(this.lblconfirmpwd);
this.Controls.Add(this.lblnewpwd);
this.Name = "ModifyPwd";
this.Size = new System.Drawing.Size(599, 305);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frm_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frm_MouseMove);
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.frm_MouseUp);
((System.ComponentModel.ISupportInitialize)(this.txtnewpwd.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtConfirmPwd.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
this.panelControl8.ResumeLayout(false);
this.panelControl8.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl lblnewpwd;
private DevExpress.XtraEditors.TextEdit txtnewpwd;
private DevExpress.XtraEditors.LabelControl lblconfirmpwd;
private DevExpress.XtraEditors.TextEdit txtConfirmPwd;
private DevExpress.XtraEditors.SimpleButton btnsave;
private DevExpress.XtraEditors.PanelControl panelControl8;
private DevExpress.XtraEditors.SeparatorControl separatorControl1;
private DevExpress.XtraEditors.LabelControl labelControl18;
}
}