namespace HStation.WinFrmUI
|
{
|
partial class UpdatePwdDlg
|
{
|
/// <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()
|
{
|
components = new System.ComponentModel.Container();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
txtConfirm = new DevExpress.XtraEditors.TextEdit();
|
txtPwd = new DevExpress.XtraEditors.TextEdit();
|
btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
btnOk = new DevExpress.XtraEditors.SimpleButton();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)txtConfirm.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)txtPwd.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(txtConfirm);
|
layoutControl1.Controls.Add(txtPwd);
|
layoutControl1.Controls.Add(btnCancel);
|
layoutControl1.Controls.Add(btnOk);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Margin = new Padding(3, 2, 3, 2);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(668, 0, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(384, 93);
|
layoutControl1.TabIndex = 1;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// txtConfirm
|
//
|
txtConfirm.Location = new Point(83, 36);
|
txtConfirm.Margin = new Padding(3, 2, 3, 2);
|
txtConfirm.Name = "txtConfirm";
|
txtConfirm.Properties.PasswordChar = '*';
|
txtConfirm.Size = new Size(289, 20);
|
txtConfirm.StyleController = layoutControl1;
|
txtConfirm.TabIndex = 7;
|
//
|
// txtPwd
|
//
|
txtPwd.Location = new Point(83, 12);
|
txtPwd.Margin = new Padding(3, 2, 3, 2);
|
txtPwd.Name = "txtPwd";
|
txtPwd.Properties.PasswordChar = '*';
|
txtPwd.Size = new Size(289, 20);
|
txtPwd.StyleController = layoutControl1;
|
txtPwd.TabIndex = 6;
|
//
|
// btnCancel
|
//
|
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
btnCancel.Appearance.Options.UseBackColor = true;
|
btnCancel.DialogResult = DialogResult.Cancel;
|
btnCancel.Location = new Point(289, 60);
|
btnCancel.Margin = new Padding(3, 2, 3, 2);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(83, 17);
|
btnCancel.StyleController = layoutControl1;
|
btnCancel.TabIndex = 5;
|
btnCancel.Text = "取消";
|
//
|
// btnOk
|
//
|
btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnOk.Appearance.Options.UseBackColor = true;
|
btnOk.Location = new Point(202, 60);
|
btnOk.Margin = new Padding(3, 2, 3, 2);
|
btnOk.Name = "btnOk";
|
btnOk.Size = new Size(83, 17);
|
btnOk.StyleController = layoutControl1;
|
btnOk.TabIndex = 4;
|
btnOk.Text = "确定";
|
btnOk.Click += btnOk_Click;
|
//
|
// Root
|
//
|
Root.AppearanceItemCaption.Options.UseTextOptions = true;
|
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, emptySpaceItem1, layoutControlItem3, layoutControlItem4 });
|
Root.Name = "Root";
|
Root.Size = new Size(384, 93);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = btnOk;
|
layoutControlItem1.Location = new Point(190, 48);
|
layoutControlItem1.MaxSize = new Size(87, 21);
|
layoutControlItem1.MinSize = new Size(87, 21);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(87, 25);
|
layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = btnCancel;
|
layoutControlItem2.Location = new Point(277, 48);
|
layoutControlItem2.MaxSize = new Size(87, 21);
|
layoutControlItem2.MinSize = new Size(87, 21);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(87, 25);
|
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 48);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(190, 25);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.AllowHtmlStringInCaption = true;
|
layoutControlItem3.Control = txtPwd;
|
layoutControlItem3.Location = new Point(0, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(364, 24);
|
layoutControlItem3.Text = "<color=red>*</color>新密码:";
|
layoutControlItem3.TextSize = new Size(59, 14);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.AllowHtmlStringInCaption = true;
|
layoutControlItem4.Control = txtConfirm;
|
layoutControlItem4.Location = new Point(0, 24);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(364, 24);
|
layoutControlItem4.Text = "<color=red>*</color>确定密码:";
|
layoutControlItem4.TextSize = new Size(59, 14);
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// UpdatePwdDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(384, 93);
|
Controls.Add(layoutControl1);
|
FormBorderStyle = FormBorderStyle.FixedToolWindow;
|
Margin = new Padding(3, 2, 3, 2);
|
Name = "UpdatePwdDlg";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "修改密码";
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)txtConfirm.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)txtPwd.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraEditors.TextEdit txtConfirm;
|
private DevExpress.XtraEditors.TextEdit txtPwd;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
}
|
}
|