namespace DeviceRepairAndOptimization.Pages.Users
{
partial class frmPwdModify
{
///
/// 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();
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.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.toolbarFormControl1.Name = "toolbarFormControl1";
this.toolbarFormControl1.Size = new System.Drawing.Size(476, 31);
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, 31);
this.barDockControlTop.Manager = this.toolbarFormManager1;
this.barDockControlTop.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.barDockControlTop.Size = new System.Drawing.Size(476, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 329);
this.barDockControlBottom.Manager = this.toolbarFormManager1;
this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.barDockControlBottom.Size = new System.Drawing.Size(476, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 31);
this.barDockControlLeft.Manager = this.toolbarFormManager1;
this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.barDockControlLeft.Size = new System.Drawing.Size(0, 298);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(476, 31);
this.barDockControlRight.Manager = this.toolbarFormManager1;
this.barDockControlRight.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.barDockControlRight.Size = new System.Drawing.Size(0, 298);
//
// 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, 31);
this.layoutControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
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(476, 298);
this.layoutControl1.TabIndex = 1;
this.layoutControl1.Text = "layoutControl1";
//
// lb_Description
//
this.lb_Description.AllowHtmlString = true;
this.lb_Description.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.lb_Description.Appearance.Options.UseFont = true;
this.lb_Description.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.lb_Description.AppearanceDisabled.Options.UseFont = true;
this.lb_Description.AppearanceHovered.Font = new System.Drawing.Font("Tahoma", 12F);
this.lb_Description.AppearanceHovered.Options.UseFont = true;
this.lb_Description.AppearancePressed.Font = new System.Drawing.Font("Tahoma", 12F);
this.lb_Description.AppearancePressed.Options.UseFont = true;
this.lb_Description.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
this.lb_Description.Location = new System.Drawing.Point(20, 220);
this.lb_Description.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.lb_Description.Name = "lb_Description";
this.lb_Description.Size = new System.Drawing.Size(436, 19);
this.lb_Description.StyleController = this.layoutControl1;
this.lb_Description.TabIndex = 10;
this.lb_Description.Text = "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(20, 253);
this.stackPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.stackPanel1.Name = "stackPanel1";
this.stackPanel1.Size = new System.Drawing.Size(436, 35);
this.stackPanel1.TabIndex = 9;
//
// btn_Cancel
//
this.btn_Cancel.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Cancel.Appearance.Options.UseFont = true;
this.btn_Cancel.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Cancel.AppearanceDisabled.Options.UseFont = true;
this.btn_Cancel.AppearanceHovered.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Cancel.AppearanceHovered.Options.UseFont = true;
this.btn_Cancel.AppearancePressed.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Cancel.AppearancePressed.Options.UseFont = true;
this.btn_Cancel.Location = new System.Drawing.Point(345, -2);
this.btn_Cancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(89, 39);
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.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Submit.Appearance.Options.UseFont = true;
this.btn_Submit.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Submit.AppearanceDisabled.Options.UseFont = true;
this.btn_Submit.AppearanceHovered.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Submit.AppearanceHovered.Options.UseFont = true;
this.btn_Submit.AppearancePressed.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Submit.AppearancePressed.Options.UseFont = true;
this.btn_Submit.Location = new System.Drawing.Point(252, -2);
this.btn_Submit.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btn_Submit.Name = "btn_Submit";
this.btn_Submit.Size = new System.Drawing.Size(89, 39);
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(87, 15);
this.txt_LoginCode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txt_LoginCode.MenuManager = this.toolbarFormManager1;
this.txt_LoginCode.Name = "txt_LoginCode";
this.txt_LoginCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_LoginCode.Properties.Appearance.Options.UseFont = true;
this.txt_LoginCode.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_LoginCode.Properties.AppearanceDisabled.Options.UseFont = true;
this.txt_LoginCode.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_LoginCode.Properties.AppearanceFocused.Options.UseFont = true;
this.txt_LoginCode.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_LoginCode.Properties.AppearanceReadOnly.Options.UseFont = true;
this.txt_LoginCode.Properties.ReadOnly = true;
this.txt_LoginCode.Size = new System.Drawing.Size(369, 26);
this.txt_LoginCode.StyleController = this.layoutControl1;
this.txt_LoginCode.TabIndex = 4;
//
// txt_RealName
//
this.txt_RealName.Location = new System.Drawing.Point(87, 55);
this.txt_RealName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txt_RealName.MenuManager = this.toolbarFormManager1;
this.txt_RealName.Name = "txt_RealName";
this.txt_RealName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_RealName.Properties.Appearance.Options.UseFont = true;
this.txt_RealName.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_RealName.Properties.AppearanceDisabled.Options.UseFont = true;
this.txt_RealName.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_RealName.Properties.AppearanceFocused.Options.UseFont = true;
this.txt_RealName.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_RealName.Properties.AppearanceReadOnly.Options.UseFont = true;
this.txt_RealName.Properties.ReadOnly = true;
this.txt_RealName.Size = new System.Drawing.Size(369, 26);
this.txt_RealName.StyleController = this.layoutControl1;
this.txt_RealName.TabIndex = 5;
//
// txt_ConfirmPassWord
//
this.txt_ConfirmPassWord.Location = new System.Drawing.Point(87, 175);
this.txt_ConfirmPassWord.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txt_ConfirmPassWord.MenuManager = this.toolbarFormManager1;
this.txt_ConfirmPassWord.Name = "txt_ConfirmPassWord";
this.txt_ConfirmPassWord.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_ConfirmPassWord.Properties.Appearance.Options.UseFont = true;
this.txt_ConfirmPassWord.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_ConfirmPassWord.Properties.AppearanceDisabled.Options.UseFont = true;
this.txt_ConfirmPassWord.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_ConfirmPassWord.Properties.AppearanceFocused.Options.UseFont = true;
this.txt_ConfirmPassWord.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_ConfirmPassWord.Properties.AppearanceReadOnly.Options.UseFont = true;
this.txt_ConfirmPassWord.Properties.PasswordChar = '*';
this.txt_ConfirmPassWord.Properties.UseSystemPasswordChar = true;
this.txt_ConfirmPassWord.Size = new System.Drawing.Size(369, 26);
this.txt_ConfirmPassWord.StyleController = this.layoutControl1;
this.txt_ConfirmPassWord.TabIndex = 8;
//
// txt_NewPassWord
//
this.txt_NewPassWord.Location = new System.Drawing.Point(87, 135);
this.txt_NewPassWord.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txt_NewPassWord.MenuManager = this.toolbarFormManager1;
this.txt_NewPassWord.Name = "txt_NewPassWord";
this.txt_NewPassWord.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_NewPassWord.Properties.Appearance.Options.UseFont = true;
this.txt_NewPassWord.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_NewPassWord.Properties.AppearanceDisabled.Options.UseFont = true;
this.txt_NewPassWord.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_NewPassWord.Properties.AppearanceFocused.Options.UseFont = true;
this.txt_NewPassWord.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_NewPassWord.Properties.AppearanceReadOnly.Options.UseFont = true;
this.txt_NewPassWord.Properties.PasswordChar = '*';
this.txt_NewPassWord.Properties.UseSystemPasswordChar = true;
this.txt_NewPassWord.Size = new System.Drawing.Size(369, 26);
this.txt_NewPassWord.StyleController = this.layoutControl1;
this.txt_NewPassWord.TabIndex = 7;
//
// txt_OldPassWord
//
this.txt_OldPassWord.Location = new System.Drawing.Point(87, 95);
this.txt_OldPassWord.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txt_OldPassWord.MenuManager = this.toolbarFormManager1;
this.txt_OldPassWord.Name = "txt_OldPassWord";
this.txt_OldPassWord.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_OldPassWord.Properties.Appearance.Options.UseFont = true;
this.txt_OldPassWord.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_OldPassWord.Properties.AppearanceDisabled.Options.UseFont = true;
this.txt_OldPassWord.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_OldPassWord.Properties.AppearanceFocused.Options.UseFont = true;
this.txt_OldPassWord.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F);
this.txt_OldPassWord.Properties.AppearanceReadOnly.Options.UseFont = true;
this.txt_OldPassWord.Properties.PasswordChar = '*';
this.txt_OldPassWord.Properties.UseSystemPasswordChar = true;
this.txt_OldPassWord.Size = new System.Drawing.Size(369, 26);
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 = 39D;
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(476, 298);
this.Root.TextVisible = false;
//
// 账号
//
this.账号.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.账号.AppearanceItemCaption.Options.UseFont = true;
this.账号.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.账号.AppearanceItemCaptionDisabled.Options.UseFont = true;
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(12, 12, 2, 2);
this.账号.Size = new System.Drawing.Size(460, 40);
this.账号.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
this.账号.TextSize = new System.Drawing.Size(62, 14);
this.账号.TextToControlDistance = 5;
//
// 姓名
//
this.姓名.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.姓名.AppearanceItemCaption.Options.UseFont = true;
this.姓名.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.姓名.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.姓名.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.姓名.Control = this.txt_RealName;
this.姓名.Location = new System.Drawing.Point(0, 40);
this.姓名.Name = "姓名";
this.姓名.OptionsTableLayoutItem.RowIndex = 1;
this.姓名.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 2, 2);
this.姓名.Size = new System.Drawing.Size(460, 40);
this.姓名.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
this.姓名.TextSize = new System.Drawing.Size(62, 14);
this.姓名.TextToControlDistance = 5;
//
// 原密码
//
this.原密码.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.原密码.AppearanceItemCaption.Options.UseFont = true;
this.原密码.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.原密码.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.原密码.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.原密码.Control = this.txt_OldPassWord;
this.原密码.Location = new System.Drawing.Point(0, 80);
this.原密码.Name = "原密码";
this.原密码.OptionsTableLayoutItem.RowIndex = 2;
this.原密码.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 2, 2);
this.原密码.Size = new System.Drawing.Size(460, 40);
this.原密码.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
this.原密码.TextSize = new System.Drawing.Size(62, 16);
this.原密码.TextToControlDistance = 5;
//
// 新密码
//
this.新密码.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.新密码.AppearanceItemCaption.Options.UseFont = true;
this.新密码.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.新密码.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.新密码.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.新密码.Control = this.txt_NewPassWord;
this.新密码.Location = new System.Drawing.Point(0, 120);
this.新密码.Name = "新密码";
this.新密码.OptionsTableLayoutItem.RowIndex = 3;
this.新密码.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 2, 2);
this.新密码.Size = new System.Drawing.Size(460, 40);
this.新密码.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
this.新密码.TextSize = new System.Drawing.Size(62, 16);
this.新密码.TextToControlDistance = 5;
//
// 密码确认
//
this.密码确认.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.密码确认.AppearanceItemCaption.Options.UseFont = true;
this.密码确认.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.密码确认.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.密码确认.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.密码确认.Control = this.txt_ConfirmPassWord;
this.密码确认.Location = new System.Drawing.Point(0, 160);
this.密码确认.Name = "密码确认";
this.密码确认.OptionsTableLayoutItem.RowIndex = 4;
this.密码确认.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 2, 2);
this.密码确认.Size = new System.Drawing.Size(460, 40);
this.密码确认.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
this.密码确认.TextSize = new System.Drawing.Size(62, 16);
this.密码确认.TextToControlDistance = 5;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.stackPanel1;
this.layoutControlItem1.CustomizationFormText = "操作";
this.layoutControlItem1.Location = new System.Drawing.Point(0, 243);
this.layoutControlItem1.MinSize = new System.Drawing.Size(19, 50);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.OptionsTableLayoutItem.RowIndex = 6;
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 2, 2);
this.layoutControlItem1.Size = new System.Drawing.Size(460, 39);
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
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, 200);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 5;
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 2, 2);
this.layoutControlItem2.Size = new System.Drawing.Size(460, 43);
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(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(476, 329);
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(2, 3, 2, 3);
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;
}
}