namespace HStation.Desktop
|
{
|
partial class SmsLoginCtrl
|
{
|
/// <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()
|
{
|
components = new System.ComponentModel.Container();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
btnLogin = new DevExpress.XtraEditors.SimpleButton();
|
btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
btnSendCode = new DevExpress.XtraEditors.SimpleButton();
|
txtCode = new DevExpress.XtraEditors.TextEdit();
|
txtMobileNumber = new DevExpress.XtraEditors.TextEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)txtCode.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)txtMobileNumber.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(btnLogin);
|
layoutControl1.Controls.Add(btnCancel);
|
layoutControl1.Controls.Add(btnSendCode);
|
layoutControl1.Controls.Add(txtCode);
|
layoutControl1.Controls.Add(txtMobileNumber);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(323, 173);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// btnLogin
|
//
|
btnLogin.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnLogin.Appearance.Options.UseBackColor = true;
|
btnLogin.Location = new Point(166, 84);
|
btnLogin.Name = "btnLogin";
|
btnLogin.Size = new Size(142, 22);
|
btnLogin.StyleController = layoutControl1;
|
btnLogin.TabIndex = 8;
|
btnLogin.Text = "登录";
|
btnLogin.Click += btnLogin_Click;
|
//
|
// btnCancel
|
//
|
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
btnCancel.Appearance.Options.UseBackColor = true;
|
btnCancel.Location = new Point(15, 84);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(141, 22);
|
btnCancel.StyleController = layoutControl1;
|
btnCancel.TabIndex = 7;
|
btnCancel.Text = "取消";
|
btnCancel.Click += btnCancel_Click;
|
//
|
// btnSendCode
|
//
|
btnSendCode.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success;
|
btnSendCode.Appearance.Options.UseBackColor = true;
|
btnSendCode.Location = new Point(166, 47);
|
btnSendCode.Name = "btnSendCode";
|
btnSendCode.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
|
btnSendCode.Size = new Size(142, 22);
|
btnSendCode.StyleController = layoutControl1;
|
btnSendCode.TabIndex = 6;
|
btnSendCode.Text = "发送验证码";
|
btnSendCode.Click += btnSendCode_Click;
|
//
|
// txtCode
|
//
|
txtCode.Location = new Point(15, 47);
|
txtCode.Name = "txtCode";
|
txtCode.Properties.NullValuePrompt = "请输入验证码";
|
txtCode.Size = new Size(141, 22);
|
txtCode.StyleController = layoutControl1;
|
txtCode.TabIndex = 5;
|
//
|
// txtMobileNumber
|
//
|
txtMobileNumber.Location = new Point(15, 15);
|
txtMobileNumber.Name = "txtMobileNumber";
|
txtMobileNumber.Properties.NullValuePrompt = "手机号码";
|
txtMobileNumber.Size = new Size(293, 22);
|
txtMobileNumber.StyleController = layoutControl1;
|
txtMobileNumber.TabIndex = 4;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1, layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem5 });
|
Root.Name = "Root";
|
Root.Size = new Size(323, 173);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem1.Control = txtMobileNumber;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
|
layoutControlItem1.Size = new Size(303, 32);
|
layoutControlItem1.Text = "手机号码:";
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 101);
|
emptySpaceItem1.MinSize = new Size(1, 1);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(303, 52);
|
emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem2.Control = txtCode;
|
layoutControlItem2.Location = new Point(0, 32);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
|
layoutControlItem2.Size = new Size(151, 32);
|
layoutControlItem2.Text = "验证码:";
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem3.Control = btnSendCode;
|
layoutControlItem3.Location = new Point(151, 32);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
|
layoutControlItem3.Size = new Size(152, 32);
|
layoutControlItem3.TextSize = new Size(0, 0);
|
layoutControlItem3.TextVisible = false;
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem4.Control = btnCancel;
|
layoutControlItem4.Location = new Point(0, 64);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 10, 5);
|
layoutControlItem4.Size = new Size(151, 37);
|
layoutControlItem4.TextSize = new Size(0, 0);
|
layoutControlItem4.TextVisible = false;
|
//
|
// layoutControlItem5
|
//
|
layoutControlItem5.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem5.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem5.Control = btnLogin;
|
layoutControlItem5.Location = new Point(151, 64);
|
layoutControlItem5.Name = "layoutControlItem5";
|
layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 10, 5);
|
layoutControlItem5.Size = new Size(152, 37);
|
layoutControlItem5.TextSize = new Size(0, 0);
|
layoutControlItem5.TextVisible = false;
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// SmsLoginCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "SmsLoginCtrl";
|
Size = new Size(323, 173);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)txtCode.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)txtMobileNumber.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
|
((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
|
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.SimpleButton btnSendCode;
|
private DevExpress.XtraEditors.TextEdit txtCode;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraEditors.SimpleButton btnLogin;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
}
|
}
|