470 lines
27 KiB
C#
470 lines
27 KiB
C#
|
namespace DeviceRepairAndOptimization.Pages.Users
|
|||
|
{
|
|||
|
partial class frmPwdModify
|
|||
|
{
|
|||
|
/// <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();
|
|||
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
|
|||
|
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
|||
|
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
|
|||
|
DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
|
|||
|
DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
|
|||
|
DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition();
|
|||
|
DevExpress.XtraLayout.RowDefinition rowDefinition6 = new DevExpress.XtraLayout.RowDefinition();
|
|||
|
DevExpress.XtraLayout.RowDefinition rowDefinition7 = new DevExpress.XtraLayout.RowDefinition();
|
|||
|
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::DeviceRepairAndOptimization.frmWaiting), true, true);
|
|||
|
this.toolbarFormControl1 = new DevExpress.XtraBars.ToolbarForm.ToolbarFormControl();
|
|||
|
this.toolbarFormManager1 = new DevExpress.XtraBars.ToolbarForm.ToolbarFormManager(this.components);
|
|||
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|||
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|||
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|||
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|||
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|||
|
this.lb_Description = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
|
|||
|
this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.btn_Submit = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.txt_LoginCode = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txt_RealName = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txt_ConfirmPassWord = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txt_NewPassWord = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.txt_OldPassWord = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.账号 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.姓名 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.原密码 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.新密码 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.密码确认 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.toolbarFormControl1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.toolbarFormManager1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|||
|
this.layoutControl1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).BeginInit();
|
|||
|
this.stackPanel1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txt_LoginCode.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txt_RealName.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txt_ConfirmPassWord.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txt_NewPassWord.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txt_OldPassWord.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.账号)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.姓名)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.原密码)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.新密码)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.密码确认)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// splashScreenManager1
|
|||
|
//
|
|||
|
this.splashScreenManager1.ClosingDelay = 500;
|
|||
|
//
|
|||
|
// toolbarFormControl1
|
|||
|
//
|
|||
|
this.toolbarFormControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.toolbarFormControl1.Manager = this.toolbarFormManager1;
|
|||
|
this.toolbarFormControl1.Name = "toolbarFormControl1";
|
|||
|
this.toolbarFormControl1.Size = new System.Drawing.Size(554, 39);
|
|||
|
this.toolbarFormControl1.TabIndex = 0;
|
|||
|
this.toolbarFormControl1.TabStop = false;
|
|||
|
this.toolbarFormControl1.ToolbarForm = this;
|
|||
|
//
|
|||
|
// toolbarFormManager1
|
|||
|
//
|
|||
|
this.toolbarFormManager1.DockControls.Add(this.barDockControlTop);
|
|||
|
this.toolbarFormManager1.DockControls.Add(this.barDockControlBottom);
|
|||
|
this.toolbarFormManager1.DockControls.Add(this.barDockControlLeft);
|
|||
|
this.toolbarFormManager1.DockControls.Add(this.barDockControlRight);
|
|||
|
this.toolbarFormManager1.Form = this;
|
|||
|
this.toolbarFormManager1.MaxItemId = 2;
|
|||
|
//
|
|||
|
// barDockControlTop
|
|||
|
//
|
|||
|
this.barDockControlTop.CausesValidation = false;
|
|||
|
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
this.barDockControlTop.Location = new System.Drawing.Point(0, 39);
|
|||
|
this.barDockControlTop.Manager = this.toolbarFormManager1;
|
|||
|
this.barDockControlTop.Size = new System.Drawing.Size(554, 0);
|
|||
|
//
|
|||
|
// barDockControlBottom
|
|||
|
//
|
|||
|
this.barDockControlBottom.CausesValidation = false;
|
|||
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|||
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 370);
|
|||
|
this.barDockControlBottom.Manager = this.toolbarFormManager1;
|
|||
|
this.barDockControlBottom.Size = new System.Drawing.Size(554, 0);
|
|||
|
//
|
|||
|
// barDockControlLeft
|
|||
|
//
|
|||
|
this.barDockControlLeft.CausesValidation = false;
|
|||
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
this.barDockControlLeft.Location = new System.Drawing.Point(0, 39);
|
|||
|
this.barDockControlLeft.Manager = this.toolbarFormManager1;
|
|||
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 331);
|
|||
|
//
|
|||
|
// barDockControlRight
|
|||
|
//
|
|||
|
this.barDockControlRight.CausesValidation = false;
|
|||
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|||
|
this.barDockControlRight.Location = new System.Drawing.Point(554, 39);
|
|||
|
this.barDockControlRight.Manager = this.toolbarFormManager1;
|
|||
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 331);
|
|||
|
//
|
|||
|
// layoutControl1
|
|||
|
//
|
|||
|
this.layoutControl1.AllowCustomization = false;
|
|||
|
this.layoutControl1.Controls.Add(this.lb_Description);
|
|||
|
this.layoutControl1.Controls.Add(this.stackPanel1);
|
|||
|
this.layoutControl1.Controls.Add(this.txt_LoginCode);
|
|||
|
this.layoutControl1.Controls.Add(this.txt_RealName);
|
|||
|
this.layoutControl1.Controls.Add(this.txt_ConfirmPassWord);
|
|||
|
this.layoutControl1.Controls.Add(this.txt_NewPassWord);
|
|||
|
this.layoutControl1.Controls.Add(this.txt_OldPassWord);
|
|||
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.layoutControl1.Location = new System.Drawing.Point(0, 39);
|
|||
|
this.layoutControl1.Name = "layoutControl1";
|
|||
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1057, 118, 812, 500);
|
|||
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.BackColor = System.Drawing.Color.LightGray;
|
|||
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|||
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseBackColor = true;
|
|||
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseFont = true;
|
|||
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseTextOptions = true;
|
|||
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|||
|
this.layoutControl1.Root = this.Root;
|
|||
|
this.layoutControl1.Size = new System.Drawing.Size(554, 331);
|
|||
|
this.layoutControl1.TabIndex = 1;
|
|||
|
this.layoutControl1.Text = "layoutControl1";
|
|||
|
//
|
|||
|
// lb_Description
|
|||
|
//
|
|||
|
this.lb_Description.AllowHtmlString = true;
|
|||
|
this.lb_Description.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
|
|||
|
this.lb_Description.Location = new System.Drawing.Point(25, 239);
|
|||
|
this.lb_Description.Name = "lb_Description";
|
|||
|
this.lb_Description.Size = new System.Drawing.Size(504, 18);
|
|||
|
this.lb_Description.StyleController = this.layoutControl1;
|
|||
|
this.lb_Description.TabIndex = 10;
|
|||
|
this.lb_Description.Text = "<color=red>labelControl1";
|
|||
|
//
|
|||
|
// stackPanel1
|
|||
|
//
|
|||
|
this.stackPanel1.Controls.Add(this.btn_Cancel);
|
|||
|
this.stackPanel1.Controls.Add(this.btn_Submit);
|
|||
|
this.stackPanel1.LayoutDirection = DevExpress.Utils.Layout.StackPanelLayoutDirection.RightToLeft;
|
|||
|
this.stackPanel1.Location = new System.Drawing.Point(25, 273);
|
|||
|
this.stackPanel1.Name = "stackPanel1";
|
|||
|
this.stackPanel1.Size = new System.Drawing.Size(504, 46);
|
|||
|
this.stackPanel1.TabIndex = 9;
|
|||
|
//
|
|||
|
// btn_Cancel
|
|||
|
//
|
|||
|
this.btn_Cancel.Location = new System.Drawing.Point(407, 8);
|
|||
|
this.btn_Cancel.Name = "btn_Cancel";
|
|||
|
this.btn_Cancel.Size = new System.Drawing.Size(94, 29);
|
|||
|
this.btn_Cancel.TabIndex = 0;
|
|||
|
this.btn_Cancel.Text = "取消";
|
|||
|
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
|||
|
//
|
|||
|
// btn_Submit
|
|||
|
//
|
|||
|
this.btn_Submit.Location = new System.Drawing.Point(307, 8);
|
|||
|
this.btn_Submit.Name = "btn_Submit";
|
|||
|
this.btn_Submit.Size = new System.Drawing.Size(94, 29);
|
|||
|
this.btn_Submit.TabIndex = 1;
|
|||
|
this.btn_Submit.Text = "保存";
|
|||
|
this.btn_Submit.Click += new System.EventHandler(this.btn_Submit_Click);
|
|||
|
//
|
|||
|
// txt_LoginCode
|
|||
|
//
|
|||
|
this.txt_LoginCode.Location = new System.Drawing.Point(110, 19);
|
|||
|
this.txt_LoginCode.MenuManager = this.toolbarFormManager1;
|
|||
|
this.txt_LoginCode.Name = "txt_LoginCode";
|
|||
|
this.txt_LoginCode.Properties.ReadOnly = true;
|
|||
|
this.txt_LoginCode.Size = new System.Drawing.Size(419, 24);
|
|||
|
this.txt_LoginCode.StyleController = this.layoutControl1;
|
|||
|
this.txt_LoginCode.TabIndex = 4;
|
|||
|
//
|
|||
|
// txt_RealName
|
|||
|
//
|
|||
|
this.txt_RealName.Location = new System.Drawing.Point(110, 62);
|
|||
|
this.txt_RealName.MenuManager = this.toolbarFormManager1;
|
|||
|
this.txt_RealName.Name = "txt_RealName";
|
|||
|
this.txt_RealName.Properties.ReadOnly = true;
|
|||
|
this.txt_RealName.Size = new System.Drawing.Size(419, 24);
|
|||
|
this.txt_RealName.StyleController = this.layoutControl1;
|
|||
|
this.txt_RealName.TabIndex = 5;
|
|||
|
//
|
|||
|
// txt_ConfirmPassWord
|
|||
|
//
|
|||
|
this.txt_ConfirmPassWord.Location = new System.Drawing.Point(110, 191);
|
|||
|
this.txt_ConfirmPassWord.MenuManager = this.toolbarFormManager1;
|
|||
|
this.txt_ConfirmPassWord.Name = "txt_ConfirmPassWord";
|
|||
|
this.txt_ConfirmPassWord.Properties.PasswordChar = '*';
|
|||
|
this.txt_ConfirmPassWord.Properties.UseSystemPasswordChar = true;
|
|||
|
this.txt_ConfirmPassWord.Size = new System.Drawing.Size(419, 24);
|
|||
|
this.txt_ConfirmPassWord.StyleController = this.layoutControl1;
|
|||
|
this.txt_ConfirmPassWord.TabIndex = 8;
|
|||
|
//
|
|||
|
// txt_NewPassWord
|
|||
|
//
|
|||
|
this.txt_NewPassWord.Location = new System.Drawing.Point(110, 148);
|
|||
|
this.txt_NewPassWord.MenuManager = this.toolbarFormManager1;
|
|||
|
this.txt_NewPassWord.Name = "txt_NewPassWord";
|
|||
|
this.txt_NewPassWord.Properties.PasswordChar = '*';
|
|||
|
this.txt_NewPassWord.Properties.UseSystemPasswordChar = true;
|
|||
|
this.txt_NewPassWord.Size = new System.Drawing.Size(419, 24);
|
|||
|
this.txt_NewPassWord.StyleController = this.layoutControl1;
|
|||
|
this.txt_NewPassWord.TabIndex = 7;
|
|||
|
//
|
|||
|
// txt_OldPassWord
|
|||
|
//
|
|||
|
this.txt_OldPassWord.Location = new System.Drawing.Point(110, 105);
|
|||
|
this.txt_OldPassWord.MenuManager = this.toolbarFormManager1;
|
|||
|
this.txt_OldPassWord.Name = "txt_OldPassWord";
|
|||
|
this.txt_OldPassWord.Properties.PasswordChar = '*';
|
|||
|
this.txt_OldPassWord.Properties.UseSystemPasswordChar = true;
|
|||
|
this.txt_OldPassWord.Size = new System.Drawing.Size(419, 24);
|
|||
|
this.txt_OldPassWord.StyleController = this.layoutControl1;
|
|||
|
this.txt_OldPassWord.TabIndex = 6;
|
|||
|
//
|
|||
|
// Root
|
|||
|
//
|
|||
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
this.Root.GroupBordersVisible = false;
|
|||
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.账号,
|
|||
|
this.姓名,
|
|||
|
this.原密码,
|
|||
|
this.新密码,
|
|||
|
this.密码确认,
|
|||
|
this.layoutControlItem1,
|
|||
|
this.layoutControlItem2});
|
|||
|
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
|||
|
this.Root.Name = "Root";
|
|||
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
|||
|
columnDefinition1.Width = 100D;
|
|||
|
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
|||
|
columnDefinition1});
|
|||
|
rowDefinition1.Height = 100D;
|
|||
|
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
|||
|
rowDefinition2.Height = 100D;
|
|||
|
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
|||
|
rowDefinition3.Height = 100D;
|
|||
|
rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
|
|||
|
rowDefinition4.Height = 100D;
|
|||
|
rowDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
|
|||
|
rowDefinition5.Height = 100D;
|
|||
|
rowDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
|
|||
|
rowDefinition6.Height = 100D;
|
|||
|
rowDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
|
|||
|
rowDefinition7.Height = 50D;
|
|||
|
rowDefinition7.SizeType = System.Windows.Forms.SizeType.Absolute;
|
|||
|
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
|||
|
rowDefinition1,
|
|||
|
rowDefinition2,
|
|||
|
rowDefinition3,
|
|||
|
rowDefinition4,
|
|||
|
rowDefinition5,
|
|||
|
rowDefinition6,
|
|||
|
rowDefinition7});
|
|||
|
this.Root.Size = new System.Drawing.Size(554, 331);
|
|||
|
this.Root.TextVisible = false;
|
|||
|
//
|
|||
|
// 账号
|
|||
|
//
|
|||
|
this.账号.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|||
|
this.账号.Control = this.txt_LoginCode;
|
|||
|
this.账号.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.账号.Name = "账号";
|
|||
|
this.账号.Padding = new DevExpress.XtraLayout.Utils.Padding(15, 15, 3, 3);
|
|||
|
this.账号.Size = new System.Drawing.Size(534, 43);
|
|||
|
this.账号.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|||
|
this.账号.TextSize = new System.Drawing.Size(80, 18);
|
|||
|
this.账号.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// 姓名
|
|||
|
//
|
|||
|
this.姓名.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|||
|
this.姓名.Control = this.txt_RealName;
|
|||
|
this.姓名.Location = new System.Drawing.Point(0, 43);
|
|||
|
this.姓名.Name = "姓名";
|
|||
|
this.姓名.OptionsTableLayoutItem.RowIndex = 1;
|
|||
|
this.姓名.Padding = new DevExpress.XtraLayout.Utils.Padding(15, 15, 2, 2);
|
|||
|
this.姓名.Size = new System.Drawing.Size(534, 43);
|
|||
|
this.姓名.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|||
|
this.姓名.TextSize = new System.Drawing.Size(80, 18);
|
|||
|
this.姓名.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// 原密码
|
|||
|
//
|
|||
|
this.原密码.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|||
|
this.原密码.Control = this.txt_OldPassWord;
|
|||
|
this.原密码.Location = new System.Drawing.Point(0, 86);
|
|||
|
this.原密码.Name = "原密码";
|
|||
|
this.原密码.OptionsTableLayoutItem.RowIndex = 2;
|
|||
|
this.原密码.Padding = new DevExpress.XtraLayout.Utils.Padding(15, 15, 2, 2);
|
|||
|
this.原密码.Size = new System.Drawing.Size(534, 43);
|
|||
|
this.原密码.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|||
|
this.原密码.TextSize = new System.Drawing.Size(80, 20);
|
|||
|
this.原密码.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// 新密码
|
|||
|
//
|
|||
|
this.新密码.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|||
|
this.新密码.Control = this.txt_NewPassWord;
|
|||
|
this.新密码.Location = new System.Drawing.Point(0, 129);
|
|||
|
this.新密码.Name = "新密码";
|
|||
|
this.新密码.OptionsTableLayoutItem.RowIndex = 3;
|
|||
|
this.新密码.Padding = new DevExpress.XtraLayout.Utils.Padding(15, 15, 2, 2);
|
|||
|
this.新密码.Size = new System.Drawing.Size(534, 43);
|
|||
|
this.新密码.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|||
|
this.新密码.TextSize = new System.Drawing.Size(80, 20);
|
|||
|
this.新密码.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// 密码确认
|
|||
|
//
|
|||
|
this.密码确认.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|||
|
this.密码确认.Control = this.txt_ConfirmPassWord;
|
|||
|
this.密码确认.Location = new System.Drawing.Point(0, 172);
|
|||
|
this.密码确认.Name = "密码确认";
|
|||
|
this.密码确认.OptionsTableLayoutItem.RowIndex = 4;
|
|||
|
this.密码确认.Padding = new DevExpress.XtraLayout.Utils.Padding(15, 15, 2, 2);
|
|||
|
this.密码确认.Size = new System.Drawing.Size(534, 43);
|
|||
|
this.密码确认.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|||
|
this.密码确认.TextSize = new System.Drawing.Size(80, 20);
|
|||
|
this.密码确认.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem1
|
|||
|
//
|
|||
|
this.layoutControlItem1.Control = this.stackPanel1;
|
|||
|
this.layoutControlItem1.CustomizationFormText = "操作";
|
|||
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 261);
|
|||
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|||
|
this.layoutControlItem1.OptionsTableLayoutItem.RowIndex = 6;
|
|||
|
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(15, 15, 2, 2);
|
|||
|
this.layoutControlItem1.Size = new System.Drawing.Size(534, 50);
|
|||
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem1.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem2
|
|||
|
//
|
|||
|
this.layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|||
|
this.layoutControlItem2.Control = this.lb_Description;
|
|||
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 215);
|
|||
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|||
|
this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 5;
|
|||
|
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(15, 15, 2, 2);
|
|||
|
this.layoutControlItem2.Size = new System.Drawing.Size(534, 46);
|
|||
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem2.TextVisible = false;
|
|||
|
//
|
|||
|
// dxErrorProvider1
|
|||
|
//
|
|||
|
this.dxErrorProvider1.ContainerControl = this;
|
|||
|
//
|
|||
|
// frmPwdModify
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(554, 370);
|
|||
|
this.Controls.Add(this.layoutControl1);
|
|||
|
this.Controls.Add(this.barDockControlLeft);
|
|||
|
this.Controls.Add(this.barDockControlRight);
|
|||
|
this.Controls.Add(this.barDockControlBottom);
|
|||
|
this.Controls.Add(this.barDockControlTop);
|
|||
|
this.Controls.Add(this.toolbarFormControl1);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
|||
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.Name = "frmPwdModify";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "密码修改";
|
|||
|
this.ToolbarFormControl = this.toolbarFormControl1;
|
|||
|
this.Load += new System.EventHandler(this.frmPwdModify_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.toolbarFormControl1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.toolbarFormManager1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|||
|
this.layoutControl1.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).EndInit();
|
|||
|
this.stackPanel1.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txt_LoginCode.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txt_RealName.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txt_ConfirmPassWord.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txt_NewPassWord.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txt_OldPassWord.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.账号)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.姓名)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.原密码)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.新密码)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.密码确认)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraBars.ToolbarForm.ToolbarFormControl toolbarFormControl1;
|
|||
|
private DevExpress.XtraBars.ToolbarForm.ToolbarFormManager toolbarFormManager1;
|
|||
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|||
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|||
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|||
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|||
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|||
|
private DevExpress.XtraEditors.TextEdit txt_LoginCode;
|
|||
|
private DevExpress.XtraEditors.TextEdit txt_RealName;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem 姓名;
|
|||
|
private DevExpress.Utils.Layout.StackPanel stackPanel1;
|
|||
|
private DevExpress.XtraEditors.TextEdit txt_ConfirmPassWord;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem 原密码;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem 新密码;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem 密码确认;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|||
|
private DevExpress.XtraEditors.SimpleButton btn_Cancel;
|
|||
|
private DevExpress.XtraEditors.SimpleButton btn_Submit;
|
|||
|
private DevExpress.XtraEditors.LabelControl lb_Description;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem 账号;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|||
|
private DevExpress.XtraEditors.TextEdit txt_NewPassWord;
|
|||
|
private DevExpress.XtraEditors.TextEdit txt_OldPassWord;
|
|||
|
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
|
|||
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
|||
|
}
|
|||
|
}
|