using System.Drawing;
using System.Windows.Forms;
namespace HStation.RevitDev.RevitDataExport
{
partial class SmsLoginCtrl
{
///
/// 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 Component 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();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.labelCancel = new DevExpress.XtraEditors.LabelControl();
this.btnLogin = new DevExpress.XtraEditors.SimpleButton();
this.labSendCode = new DevExpress.XtraEditors.LabelControl();
this.txtCode = new DevExpress.XtraEditors.TextEdit();
this.txtMobileNumber = 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.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator();
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.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMobileNumber.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.simpleSeparator1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).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.emptySpaceItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.labelCancel);
this.layoutControl1.Controls.Add(this.btnLogin);
this.layoutControl1.Controls.Add(this.labSendCode);
this.layoutControl1.Controls.Add(this.txtCode);
this.layoutControl1.Controls.Add(this.txtMobileNumber);
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(1034, 117, 650, 400);
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(380, 279);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// labelCancel
//
this.labelCancel.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelCancel.Appearance.Options.UseForeColor = true;
this.labelCancel.Appearance.Options.UseTextOptions = true;
this.labelCancel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelCancel.AppearanceHovered.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.labelCancel.AppearanceHovered.Options.UseForeColor = true;
this.labelCancel.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
this.labelCancel.Location = new System.Drawing.Point(298, 161);
this.labelCancel.Name = "labelCancel";
this.labelCancel.Size = new System.Drawing.Size(70, 22);
this.labelCancel.StyleController = this.layoutControl1;
this.labelCancel.TabIndex = 11;
this.labelCancel.Text = "取 消";
this.labelCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnLogin
//
this.btnLogin.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
this.btnLogin.Appearance.Options.UseBackColor = true;
this.btnLogin.Location = new System.Drawing.Point(12, 127);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(356, 30);
this.btnLogin.StyleController = this.layoutControl1;
this.btnLogin.TabIndex = 10;
this.btnLogin.Text = "登录";
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// labSendCode
//
this.labSendCode.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204)))));
this.labSendCode.Appearance.Options.UseForeColor = true;
this.labSendCode.Appearance.Options.UseTextOptions = true;
this.labSendCode.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labSendCode.AppearanceDisabled.ForeColor = System.Drawing.Color.Gray;
this.labSendCode.AppearanceDisabled.Options.UseForeColor = true;
this.labSendCode.AppearanceHovered.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.labSendCode.AppearanceHovered.Options.UseForeColor = true;
this.labSendCode.Location = new System.Drawing.Point(279, 67);
this.labSendCode.Name = "labSendCode";
this.labSendCode.Size = new System.Drawing.Size(89, 40);
this.labSendCode.StyleController = this.layoutControl1;
this.labSendCode.TabIndex = 9;
this.labSendCode.Text = "发送验证码";
this.labSendCode.Click += new System.EventHandler(this.btnSendCode_Click);
//
// txtCode
//
this.txtCode.Location = new System.Drawing.Point(10, 75);
this.txtCode.Name = "txtCode";
this.txtCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txtCode.Properties.Appearance.Options.UseFont = true;
this.txtCode.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.txtCode.Properties.NullValuePrompt = "请输入验证码";
this.txtCode.Size = new System.Drawing.Size(267, 24);
this.txtCode.StyleController = this.layoutControl1;
this.txtCode.TabIndex = 5;
//
// txtMobileNumber
//
this.txtMobileNumber.Location = new System.Drawing.Point(10, 30);
this.txtMobileNumber.Name = "txtMobileNumber";
this.txtMobileNumber.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txtMobileNumber.Properties.Appearance.Options.UseFont = true;
this.txtMobileNumber.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.txtMobileNumber.Properties.NullValuePrompt = "手机号码";
this.txtMobileNumber.Size = new System.Drawing.Size(360, 24);
this.txtMobileNumber.StyleController = this.layoutControl1;
this.txtMobileNumber.TabIndex = 4;
//
// 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.simpleSeparator1,
this.simpleSeparator2,
this.layoutControlItem3,
this.layoutControlItem4,
this.emptySpaceItem2,
this.layoutControlItem5,
this.emptySpaceItem3});
this.Root.Name = "Root";
this.Root.Size = new System.Drawing.Size(380, 279);
this.Root.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
this.layoutControlItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.layoutControlItem1.Control = this.txtMobileNumber;
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(360, 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, 175);
this.emptySpaceItem1.MinSize = new System.Drawing.Size(1, 1);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(360, 84);
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.txtCode;
this.layoutControlItem2.Location = new System.Drawing.Point(0, 55);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 10, 10);
this.layoutControlItem2.Size = new System.Drawing.Size(267, 44);
this.layoutControlItem2.Text = "验证码:";
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem2.TextVisible = false;
//
// simpleSeparator1
//
this.simpleSeparator1.AllowHotTrack = false;
this.simpleSeparator1.Location = new System.Drawing.Point(0, 99);
this.simpleSeparator1.Name = "simpleSeparator1";
this.simpleSeparator1.Size = new System.Drawing.Size(360, 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(360, 1);
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.labSendCode;
this.layoutControlItem3.Location = new System.Drawing.Point(267, 55);
this.layoutControlItem3.MaxSize = new System.Drawing.Size(93, 0);
this.layoutControlItem3.MinSize = new System.Drawing.Size(93, 18);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(93, 44);
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.btnLogin;
this.layoutControlItem4.Location = new System.Drawing.Point(0, 115);
this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 34);
this.layoutControlItem4.MinSize = new System.Drawing.Size(89, 34);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(360, 34);
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, 100);
this.emptySpaceItem2.MaxSize = new System.Drawing.Size(0, 15);
this.emptySpaceItem2.MinSize = new System.Drawing.Size(10, 15);
this.emptySpaceItem2.Name = "emptySpaceItem2";
this.emptySpaceItem2.Size = new System.Drawing.Size(360, 15);
this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.labelCancel;
this.layoutControlItem5.Location = new System.Drawing.Point(286, 149);
this.layoutControlItem5.MaxSize = new System.Drawing.Size(74, 26);
this.layoutControlItem5.MinSize = new System.Drawing.Size(74, 26);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(74, 26);
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem5.TextVisible = false;
//
// emptySpaceItem3
//
this.emptySpaceItem3.AllowHotTrack = false;
this.emptySpaceItem3.Location = new System.Drawing.Point(0, 149);
this.emptySpaceItem3.Name = "emptySpaceItem3";
this.emptySpaceItem3.Size = new System.Drawing.Size(286, 26);
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
//
// dxErrorProvider1
//
this.dxErrorProvider1.ContainerControl = this;
//
// SmsLoginCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.layoutControl1);
this.Name = "SmsLoginCtrl";
this.Size = new System.Drawing.Size(380, 279);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMobileNumber.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.simpleSeparator1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).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.emptySpaceItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.TextEdit txtMobileNumber;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.TextEdit txtCode;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
private DevExpress.XtraLayout.SimpleSeparator simpleSeparator1;
private DevExpress.XtraLayout.SimpleSeparator simpleSeparator2;
private DevExpress.XtraEditors.LabelControl labSendCode;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraEditors.SimpleButton btnLogin;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
private DevExpress.XtraEditors.LabelControl labelCancel;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
}
}