namespace HStation.WinFrmUI.Organize
|
{
|
partial class LoginUserForm
|
{
|
/// <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 Component 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()
|
{
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
TextEditLoginName = new DevExpress.XtraEditors.TextEdit();
|
TextEditPassWord = new DevExpress.XtraEditors.TextEdit();
|
TextEditValidPassWord = new DevExpress.XtraEditors.TextEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
|
simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)TextEditLoginName.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)TextEditPassWord.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)TextEditValidPassWord.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)simpleLabelItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)simpleLabelItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)simpleLabelItem3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)simpleLabelItem4).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(TextEditLoginName);
|
layoutControl1.Controls.Add(TextEditPassWord);
|
layoutControl1.Controls.Add(TextEditValidPassWord);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(428, 139);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// TextEditLoginName
|
//
|
TextEditLoginName.Location = new Point(106, 12);
|
TextEditLoginName.Name = "TextEditLoginName";
|
TextEditLoginName.Size = new Size(207, 20);
|
TextEditLoginName.StyleController = layoutControl1;
|
TextEditLoginName.TabIndex = 0;
|
//
|
// TextEditPassWord
|
//
|
TextEditPassWord.Location = new Point(106, 36);
|
TextEditPassWord.Name = "TextEditPassWord";
|
TextEditPassWord.Size = new Size(207, 20);
|
TextEditPassWord.StyleController = layoutControl1;
|
TextEditPassWord.TabIndex = 2;
|
//
|
// TextEditValidPassWord
|
//
|
TextEditValidPassWord.Location = new Point(106, 60);
|
TextEditValidPassWord.Name = "TextEditValidPassWord";
|
TextEditValidPassWord.Size = new Size(207, 20);
|
TextEditValidPassWord.StyleController = layoutControl1;
|
TextEditValidPassWord.TabIndex = 3;
|
//
|
// 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, layoutControlItem3, simpleLabelItem1, simpleLabelItem2, simpleLabelItem3, emptySpaceItem1, simpleLabelItem4 });
|
Root.Name = "Root";
|
Root.Size = new Size(428, 139);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = TextEditLoginName;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(305, 24);
|
layoutControlItem1.Text = "登录用户名(U):";
|
layoutControlItem1.TextSize = new Size(82, 14);
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = TextEditPassWord;
|
layoutControlItem2.Location = new Point(0, 24);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(305, 24);
|
layoutControlItem2.Text = "密码(P):";
|
layoutControlItem2.TextSize = new Size(82, 14);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = TextEditValidPassWord;
|
layoutControlItem3.Location = new Point(0, 48);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(305, 24);
|
layoutControlItem3.Text = "确认密码:(C)";
|
layoutControlItem3.TextSize = new Size(82, 14);
|
//
|
// simpleLabelItem1
|
//
|
simpleLabelItem1.AllowHotTrack = false;
|
simpleLabelItem1.Location = new Point(305, 0);
|
simpleLabelItem1.Name = "simpleLabelItem1";
|
simpleLabelItem1.Size = new Size(103, 24);
|
simpleLabelItem1.Text = " ";
|
simpleLabelItem1.TextSize = new Size(82, 14);
|
//
|
// simpleLabelItem2
|
//
|
simpleLabelItem2.AllowHotTrack = false;
|
simpleLabelItem2.Location = new Point(305, 24);
|
simpleLabelItem2.Name = "simpleLabelItem2";
|
simpleLabelItem2.Size = new Size(58, 24);
|
simpleLabelItem2.Text = "123456";
|
simpleLabelItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
simpleLabelItem2.TextSize = new Size(42, 14);
|
//
|
// simpleLabelItem3
|
//
|
simpleLabelItem3.AllowHotTrack = false;
|
simpleLabelItem3.Location = new Point(305, 48);
|
simpleLabelItem3.Name = "simpleLabelItem3";
|
simpleLabelItem3.Size = new Size(103, 24);
|
simpleLabelItem3.Text = " ";
|
simpleLabelItem3.TextSize = new Size(82, 14);
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 72);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(408, 47);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// simpleLabelItem4
|
//
|
simpleLabelItem4.AllowHotTrack = false;
|
simpleLabelItem4.Location = new Point(363, 24);
|
simpleLabelItem4.Name = "simpleLabelItem4";
|
simpleLabelItem4.Size = new Size(45, 24);
|
simpleLabelItem4.Text = "随机";
|
simpleLabelItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
simpleLabelItem4.TextSize = new Size(24, 14);
|
//
|
// LoginUserForm
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "LoginUserForm";
|
Size = new Size(428, 139);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)TextEditLoginName.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)TextEditPassWord.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)TextEditValidPassWord.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
((System.ComponentModel.ISupportInitialize)simpleLabelItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)simpleLabelItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)simpleLabelItem3).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)simpleLabelItem4).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.TextEdit TextEditLoginName;
|
private DevExpress.XtraEditors.TextEdit TextEditPassWord;
|
private DevExpress.XtraEditors.TextEdit TextEditValidPassWord;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem4;
|
}
|
}
|