namespace HStation.WinFrmUI.Auth.Core._02_User
{
partial class UpdateUserDlg
{
///
/// 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()
{
groupControl2 = new DevExpress.XtraEditors.GroupControl();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
checkedComboBoxEditUserRole = new DevExpress.XtraEditors.CheckedComboBoxEdit();
imageComboBoxEditUserStatus = new DevExpress.XtraEditors.ImageComboBoxEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItemUserRole = new DevExpress.XtraLayout.LayoutControlItem();
checkEditChongZHiPass = new DevExpress.XtraEditors.CheckEdit();
checkEditXiuGaiPass = new DevExpress.XtraEditors.CheckEdit();
groupControl1 = new DevExpress.XtraEditors.GroupControl();
layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
textEditQueRenPass = new DevExpress.XtraEditors.TextEdit();
textEditNewPass = new DevExpress.XtraEditors.TextEdit();
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)groupControl2).BeginInit();
groupControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)checkedComboBoxEditUserRole.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)imageComboBoxEditUserStatus.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItemUserRole).BeginInit();
((System.ComponentModel.ISupportInitialize)checkEditChongZHiPass.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)checkEditXiuGaiPass.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)groupControl1).BeginInit();
groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)layoutControl2).BeginInit();
layoutControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)textEditQueRenPass.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)textEditNewPass.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem4).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem5).BeginInit();
SuspendLayout();
//
// groupControl2
//
groupControl2.Controls.Add(layoutControl1);
groupControl2.Location = new Point(12, 12);
groupControl2.Name = "groupControl2";
groupControl2.Size = new Size(436, 80);
groupControl2.TabIndex = 2;
groupControl2.Text = "用户状态及权限";
//
// layoutControl1
//
layoutControl1.Controls.Add(checkedComboBoxEditUserRole);
layoutControl1.Controls.Add(imageComboBoxEditUserStatus);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(2, 23);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new Size(432, 55);
layoutControl1.TabIndex = 2;
layoutControl1.Text = "layoutControl1";
//
// checkedComboBoxEditUserRole
//
checkedComboBoxEditUserRole.Location = new Point(282, 12);
checkedComboBoxEditUserRole.Name = "checkedComboBoxEditUserRole";
checkedComboBoxEditUserRole.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
checkedComboBoxEditUserRole.Size = new Size(138, 20);
checkedComboBoxEditUserRole.StyleController = layoutControl1;
checkedComboBoxEditUserRole.TabIndex = 5;
//
// imageComboBoxEditUserStatus
//
imageComboBoxEditUserStatus.EditValue = "1";
imageComboBoxEditUserStatus.Location = new Point(76, 12);
imageComboBoxEditUserStatus.Name = "imageComboBoxEditUserStatus";
imageComboBoxEditUserStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
imageComboBoxEditUserStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("禁用", "0", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("启用", "1", -1) });
imageComboBoxEditUserStatus.Size = new Size(138, 20);
imageComboBoxEditUserStatus.StyleController = layoutControl1;
imageComboBoxEditUserStatus.TabIndex = 4;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1, layoutControlItemUserRole });
Root.Name = "Root";
Root.Size = new Size(432, 55);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.AppearanceItemCaption.Options.UseTextOptions = true;
layoutControlItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
layoutControlItem1.Control = imageComboBoxEditUserStatus;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(206, 24);
layoutControlItem1.Text = "用户状态:";
layoutControlItem1.TextSize = new Size(52, 14);
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 24);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(412, 11);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItemUserRole
//
layoutControlItemUserRole.AppearanceItemCaption.Options.UseTextOptions = true;
layoutControlItemUserRole.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
layoutControlItemUserRole.Control = checkedComboBoxEditUserRole;
layoutControlItemUserRole.Location = new Point(206, 0);
layoutControlItemUserRole.Name = "layoutControlItemUserRole";
layoutControlItemUserRole.Size = new Size(206, 24);
layoutControlItemUserRole.Text = "角色:";
layoutControlItemUserRole.TextSize = new Size(52, 14);
//
// checkEditChongZHiPass
//
checkEditChongZHiPass.Location = new Point(116, 99);
checkEditChongZHiPass.Name = "checkEditChongZHiPass";
checkEditChongZHiPass.Properties.Caption = "重置密码";
checkEditChongZHiPass.Size = new Size(75, 20);
checkEditChongZHiPass.TabIndex = 6;
//
// checkEditXiuGaiPass
//
checkEditXiuGaiPass.Location = new Point(12, 99);
checkEditXiuGaiPass.Name = "checkEditXiuGaiPass";
checkEditXiuGaiPass.Properties.Caption = "修改密码";
checkEditXiuGaiPass.Size = new Size(75, 20);
checkEditXiuGaiPass.TabIndex = 5;
checkEditXiuGaiPass.CheckedChanged += checkEditXiuGaiPass_CheckedChanged;
//
// groupControl1
//
groupControl1.Controls.Add(layoutControl2);
groupControl1.Location = new Point(12, 125);
groupControl1.Name = "groupControl1";
groupControl1.Size = new Size(436, 113);
groupControl1.TabIndex = 4;
groupControl1.Text = "修改密码";
//
// layoutControl2
//
layoutControl2.Controls.Add(textEditQueRenPass);
layoutControl2.Controls.Add(textEditNewPass);
layoutControl2.Dock = DockStyle.Fill;
layoutControl2.Location = new Point(2, 23);
layoutControl2.Name = "layoutControl2";
layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(764, 52, 650, 400);
layoutControl2.Root = layoutControlGroup1;
layoutControl2.Size = new Size(432, 88);
layoutControl2.TabIndex = 0;
layoutControl2.Text = "layoutControl2";
//
// textEditQueRenPass
//
textEditQueRenPass.Enabled = false;
textEditQueRenPass.Location = new Point(168, 46);
textEditQueRenPass.Name = "textEditQueRenPass";
textEditQueRenPass.Size = new Size(168, 20);
textEditQueRenPass.StyleController = layoutControl2;
textEditQueRenPass.TabIndex = 5;
//
// textEditNewPass
//
textEditNewPass.Enabled = false;
textEditNewPass.Location = new Point(168, 12);
textEditNewPass.Name = "textEditNewPass";
textEditNewPass.Size = new Size(168, 20);
textEditNewPass.StyleController = layoutControl2;
textEditNewPass.TabIndex = 4;
//
// layoutControlGroup1
//
layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
layoutControlGroup1.GroupBordersVisible = false;
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, emptySpaceItem2, layoutControlItem3, emptySpaceItem3, emptySpaceItem4, emptySpaceItem5 });
layoutControlGroup1.Name = "Root";
layoutControlGroup1.Size = new Size(432, 88);
layoutControlGroup1.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.AppearanceItemCaption.Options.UseTextOptions = true;
layoutControlItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
layoutControlItem2.Control = textEditNewPass;
layoutControlItem2.Location = new Point(77, 0);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(251, 24);
layoutControlItem2.Text = "*新密码:";
layoutControlItem2.TextSize = new Size(67, 14);
//
// emptySpaceItem2
//
emptySpaceItem2.AllowHotTrack = false;
emptySpaceItem2.Location = new Point(77, 58);
emptySpaceItem2.Name = "emptySpaceItem2";
emptySpaceItem2.Size = new Size(251, 10);
emptySpaceItem2.TextSize = new Size(0, 0);
//
// layoutControlItem3
//
layoutControlItem3.Control = textEditQueRenPass;
layoutControlItem3.Location = new Point(77, 34);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(251, 24);
layoutControlItem3.Text = "*确认密码:";
layoutControlItem3.TextSize = new Size(67, 14);
//
// emptySpaceItem3
//
emptySpaceItem3.AllowHotTrack = false;
emptySpaceItem3.Location = new Point(77, 24);
emptySpaceItem3.Name = "emptySpaceItem3";
emptySpaceItem3.Size = new Size(251, 10);
emptySpaceItem3.TextSize = new Size(0, 0);
//
// emptySpaceItem4
//
emptySpaceItem4.AllowHotTrack = false;
emptySpaceItem4.Location = new Point(0, 0);
emptySpaceItem4.Name = "emptySpaceItem4";
emptySpaceItem4.Size = new Size(77, 68);
emptySpaceItem4.TextSize = new Size(0, 0);
//
// emptySpaceItem5
//
emptySpaceItem5.AllowHotTrack = false;
emptySpaceItem5.Location = new Point(328, 0);
emptySpaceItem5.Name = "emptySpaceItem5";
emptySpaceItem5.Size = new Size(84, 68);
emptySpaceItem5.TextSize = new Size(0, 0);
//
// simpleButton2
//
simpleButton2.Location = new Point(333, 257);
simpleButton2.Name = "simpleButton2";
simpleButton2.Size = new Size(75, 23);
simpleButton2.TabIndex = 8;
simpleButton2.Text = "取消";
simpleButton2.Click += simpleButton2_Click;
//
// simpleButton1
//
simpleButton1.Location = new Point(225, 257);
simpleButton1.Name = "simpleButton1";
simpleButton1.Size = new Size(75, 23);
simpleButton1.TabIndex = 7;
simpleButton1.Text = "确认";
simpleButton1.Click += simpleButton1_Click;
//
// UpdateUserDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(456, 297);
Controls.Add(simpleButton2);
Controls.Add(simpleButton1);
Controls.Add(checkEditChongZHiPass);
Controls.Add(checkEditXiuGaiPass);
Controls.Add(groupControl1);
Controls.Add(groupControl2);
Name = "UpdateUserDlg";
Text = "修改用户";
((System.ComponentModel.ISupportInitialize)groupControl2).EndInit();
groupControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)checkedComboBoxEditUserRole.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)imageComboBoxEditUserStatus.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItemUserRole).EndInit();
((System.ComponentModel.ISupportInitialize)checkEditChongZHiPass.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)checkEditXiuGaiPass.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)groupControl1).EndInit();
groupControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)layoutControl2).EndInit();
layoutControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)textEditQueRenPass.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)textEditNewPass.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem3).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem4).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem5).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl groupControl2;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.CheckedComboBoxEdit checkedComboBoxEditUserRole;
private DevExpress.XtraEditors.ImageComboBoxEdit imageComboBoxEditUserStatus;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemUserRole;
private DevExpress.XtraEditors.CheckEdit checkEditChongZHiPass;
private DevExpress.XtraEditors.CheckEdit checkEditXiuGaiPass;
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraLayout.LayoutControl layoutControl2;
private DevExpress.XtraEditors.TextEdit textEditQueRenPass;
private DevExpress.XtraEditors.TextEdit textEditNewPass;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
}
}