using System.Drawing;
|
using System.Windows.Forms;
|
|
namespace HStation.RevitDev.RevitDataExport
|
{
|
partial class SystemLoginCtrl
|
{
|
/// <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()
|
{
|
this.components = new System.ComponentModel.Container();
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
this.btnLogin = new DevExpress.XtraEditors.SimpleButton();
|
this.labCancel = new DevExpress.XtraEditors.LabelControl();
|
this.ckRemember = new DevExpress.XtraEditors.CheckEdit();
|
this.txtLoginPwd = new DevExpress.XtraEditors.TextEdit();
|
this.txtLoginName = new DevExpress.XtraEditors.TextEdit();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
|
this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator();
|
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.ckRemember.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLoginPwd.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLoginName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// layoutControl1
|
//
|
this.layoutControl1.Controls.Add(this.btnLogin);
|
this.layoutControl1.Controls.Add(this.labCancel);
|
this.layoutControl1.Controls.Add(this.ckRemember);
|
this.layoutControl1.Controls.Add(this.txtLoginPwd);
|
this.layoutControl1.Controls.Add(this.txtLoginName);
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControl1.Name = "layoutControl1";
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(723, 130, 650, 400);
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(360, 313);
|
this.layoutControl1.TabIndex = 0;
|
this.layoutControl1.Text = "layoutControl1";
|
//
|
// btnLogin
|
//
|
this.btnLogin.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
this.btnLogin.Appearance.Options.UseBackColor = true;
|
this.btnLogin.Location = new System.Drawing.Point(12, 148);
|
this.btnLogin.Name = "btnLogin";
|
this.btnLogin.Size = new System.Drawing.Size(336, 30);
|
this.btnLogin.StyleController = this.layoutControl1;
|
this.btnLogin.TabIndex = 7;
|
this.btnLogin.Text = "登录";
|
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
|
//
|
// labCancel
|
//
|
this.labCancel.Appearance.ForeColor = System.Drawing.Color.Gray;
|
this.labCancel.Appearance.Options.UseForeColor = true;
|
this.labCancel.Appearance.Options.UseTextOptions = true;
|
this.labCancel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.labCancel.AppearanceHovered.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
|
this.labCancel.AppearanceHovered.Options.UseForeColor = true;
|
this.labCancel.Location = new System.Drawing.Point(282, 182);
|
this.labCancel.Name = "labCancel";
|
this.labCancel.Size = new System.Drawing.Size(66, 22);
|
this.labCancel.StyleController = this.layoutControl1;
|
this.labCancel.TabIndex = 6;
|
this.labCancel.Text = "取 消";
|
this.labCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// ckRemember
|
//
|
this.ckRemember.Location = new System.Drawing.Point(15, 121);
|
this.ckRemember.Name = "ckRemember";
|
this.ckRemember.Properties.Appearance.ForeColor = System.Drawing.Color.Gray;
|
this.ckRemember.Properties.Appearance.Options.UseForeColor = true;
|
this.ckRemember.Properties.AutoWidth = true;
|
this.ckRemember.Properties.Caption = "记住密码";
|
this.ckRemember.Size = new System.Drawing.Size(71, 20);
|
this.ckRemember.StyleController = this.layoutControl1;
|
this.ckRemember.TabIndex = 3;
|
//
|
// txtLoginPwd
|
//
|
this.txtLoginPwd.Location = new System.Drawing.Point(10, 80);
|
this.txtLoginPwd.Name = "txtLoginPwd";
|
this.txtLoginPwd.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
this.txtLoginPwd.Properties.Appearance.Options.UseFont = true;
|
this.txtLoginPwd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.txtLoginPwd.Properties.NullValuePrompt = "请输入登录密码";
|
this.txtLoginPwd.Properties.PasswordChar = '*';
|
this.txtLoginPwd.Size = new System.Drawing.Size(340, 24);
|
this.txtLoginPwd.StyleController = this.layoutControl1;
|
this.txtLoginPwd.TabIndex = 2;
|
//
|
// txtLoginName
|
//
|
this.txtLoginName.Location = new System.Drawing.Point(10, 30);
|
this.txtLoginName.Name = "txtLoginName";
|
this.txtLoginName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
this.txtLoginName.Properties.Appearance.Options.UseFont = true;
|
this.txtLoginName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.txtLoginName.Properties.NullValuePrompt = "请输入用户名称";
|
this.txtLoginName.Size = new System.Drawing.Size(340, 24);
|
this.txtLoginName.StyleController = this.layoutControl1;
|
this.txtLoginName.TabIndex = 0;
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem1,
|
this.emptySpaceItem1,
|
this.layoutControlItem2,
|
this.layoutControlItem3,
|
this.layoutControlItem4,
|
this.emptySpaceItem2,
|
this.layoutControlItem5,
|
this.simpleSeparator1,
|
this.simpleSeparator2});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(360, 313);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.layoutControlItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
this.layoutControlItem1.Control = this.txtLoginName;
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 20, 10);
|
this.layoutControlItem1.Size = new System.Drawing.Size(340, 54);
|
this.layoutControlItem1.Text = "手机号码:";
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem1.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
this.emptySpaceItem1.AllowHotTrack = false;
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 196);
|
this.emptySpaceItem1.MinSize = new System.Drawing.Size(1, 1);
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
this.emptySpaceItem1.Size = new System.Drawing.Size(340, 97);
|
this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// layoutControlItem2
|
//
|
this.layoutControlItem2.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
this.layoutControlItem2.Control = this.txtLoginPwd;
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 55);
|
this.layoutControlItem2.MinSize = new System.Drawing.Size(60, 32);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 10, 5);
|
this.layoutControlItem2.Size = new System.Drawing.Size(340, 50);
|
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutControlItem2.Text = "验证码:";
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem2.TextVisible = false;
|
//
|
// layoutControlItem3
|
//
|
this.layoutControlItem3.Control = this.ckRemember;
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 106);
|
this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 30);
|
this.layoutControlItem3.MinSize = new System.Drawing.Size(82, 30);
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
|
this.layoutControlItem3.Size = new System.Drawing.Size(340, 30);
|
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem3.TextVisible = false;
|
//
|
// layoutControlItem4
|
//
|
this.layoutControlItem4.Control = this.labCancel;
|
this.layoutControlItem4.Location = new System.Drawing.Point(270, 170);
|
this.layoutControlItem4.MaxSize = new System.Drawing.Size(70, 26);
|
this.layoutControlItem4.MinSize = new System.Drawing.Size(70, 26);
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
this.layoutControlItem4.Size = new System.Drawing.Size(70, 26);
|
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem4.TextVisible = false;
|
//
|
// emptySpaceItem2
|
//
|
this.emptySpaceItem2.AllowHotTrack = false;
|
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 170);
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
this.emptySpaceItem2.Size = new System.Drawing.Size(270, 26);
|
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// layoutControlItem5
|
//
|
this.layoutControlItem5.Control = this.btnLogin;
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 136);
|
this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 34);
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(89, 34);
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
this.layoutControlItem5.Size = new System.Drawing.Size(340, 34);
|
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem5.TextVisible = false;
|
//
|
// simpleSeparator1
|
//
|
this.simpleSeparator1.AllowHotTrack = false;
|
this.simpleSeparator1.Location = new System.Drawing.Point(0, 105);
|
this.simpleSeparator1.Name = "simpleSeparator1";
|
this.simpleSeparator1.Size = new System.Drawing.Size(340, 1);
|
//
|
// simpleSeparator2
|
//
|
this.simpleSeparator2.AllowHotTrack = false;
|
this.simpleSeparator2.Location = new System.Drawing.Point(0, 54);
|
this.simpleSeparator2.Name = "simpleSeparator2";
|
this.simpleSeparator2.Size = new System.Drawing.Size(340, 1);
|
//
|
// dxErrorProvider1
|
//
|
this.dxErrorProvider1.ContainerControl = this;
|
//
|
// SystemLoginCtrl
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.layoutControl1);
|
this.Name = "SystemLoginCtrl";
|
this.Size = new System.Drawing.Size(360, 313);
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.ckRemember.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLoginPwd.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtLoginName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraEditors.TextEdit txtLoginName;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraEditors.TextEdit txtLoginPwd;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
private DevExpress.XtraEditors.CheckEdit ckRemember;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraEditors.LabelControl labCancel;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
private DevExpress.XtraEditors.SimpleButton btnLogin;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraLayout.SimpleSeparator simpleSeparator1;
|
private DevExpress.XtraLayout.SimpleSeparator simpleSeparator2;
|
}
|
}
|