SmartHouseAPI/Source/MyHouse/OTools/RegSoft/frmLogin.Designer.cs
zilinsoft f0ff641ed4 ## 2025-02-08 星期六更新
### MyHouse    V1.0.2502.0801
- *.[新增]适配新版接口。
### SmartHouseAPI    V1.0.2502.0801
- *.[新增]支持Docker部署,支持NAS。
2025-02-08 17:01:20 +08:00

190 lines
8.3 KiB
C#

namespace Itrycn
{
partial class FrmLogin
{
/// <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 Windows Form 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.txtUserId = new ryControls.TextBoxEx2();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtPwd = new ryControls.TextBoxEx2();
this.btnLogin = new ryControls.ButtonEx();
this.btnCancel = new ryControls.ButtonEx();
this.pnlTopLogo = new System.Windows.Forms.Panel();
this.lblTitle = new System.Windows.Forms.Label();
this.chkRememberUserId = new System.Windows.Forms.CheckBox();
this.chkAutoLogin = new System.Windows.Forms.CheckBox();
this.pnlTopLogo.SuspendLayout();
this.SuspendLayout();
//
// txtUserId
//
this.txtUserId.BackColor = System.Drawing.Color.White;
this.txtUserId.Location = new System.Drawing.Point(97, 103);
this.txtUserId.Name = "txtUserId";
this.txtUserId.PasswordChar = '\0';
this.txtUserId.ReadOnly = false;
this.txtUserId.SelectionLength = 0;
this.txtUserId.SelectionStart = 0;
this.txtUserId.Size = new System.Drawing.Size(209, 25);
this.txtUserId.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(50, 111);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 1;
this.label1.Text = "用户ID";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(50, 142);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 3;
this.label2.Text = "密码";
//
// txtPwd
//
this.txtPwd.BackColor = System.Drawing.Color.White;
this.txtPwd.Location = new System.Drawing.Point(97, 134);
this.txtPwd.Name = "txtPwd";
this.txtPwd.PasswordChar = '*';
this.txtPwd.ReadOnly = false;
this.txtPwd.SelectionLength = 0;
this.txtPwd.SelectionStart = 0;
this.txtPwd.Size = new System.Drawing.Size(209, 25);
this.txtPwd.TabIndex = 1;
this.txtPwd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtPwd_KeyDown);
//
// btnLogin
//
this.btnLogin.ForeColor = System.Drawing.Color.White;
this.btnLogin.Location = new System.Drawing.Point(171, 197);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(65, 27);
this.btnLogin.TabIndex = 2;
this.btnLogin.Text = "登陆";
this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
//
// btnCancel
//
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(242, 197);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(65, 27);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// pnlTopLogo
//
this.pnlTopLogo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(125)))), ((int)(((byte)(182)))));
this.pnlTopLogo.Controls.Add(this.lblTitle);
this.pnlTopLogo.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTopLogo.Location = new System.Drawing.Point(0, 0);
this.pnlTopLogo.Name = "pnlTopLogo";
this.pnlTopLogo.Size = new System.Drawing.Size(377, 59);
this.pnlTopLogo.TabIndex = 7;
//
// lblTitle
//
this.lblTitle.AutoSize = true;
this.lblTitle.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTitle.ForeColor = System.Drawing.Color.White;
this.lblTitle.Location = new System.Drawing.Point(12, 22);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(110, 16);
this.lblTitle.TabIndex = 0;
this.lblTitle.Text = "睿元管理系统";
//
// chkRememberUserId
//
this.chkRememberUserId.AutoSize = true;
this.chkRememberUserId.Location = new System.Drawing.Point(97, 165);
this.chkRememberUserId.Name = "chkRememberUserId";
this.chkRememberUserId.Size = new System.Drawing.Size(84, 16);
this.chkRememberUserId.TabIndex = 8;
this.chkRememberUserId.Text = "记住用户ID";
this.chkRememberUserId.UseVisualStyleBackColor = true;
//
// chkAutoLogin
//
this.chkAutoLogin.AutoSize = true;
this.chkAutoLogin.Location = new System.Drawing.Point(202, 165);
this.chkAutoLogin.Name = "chkAutoLogin";
this.chkAutoLogin.Size = new System.Drawing.Size(72, 16);
this.chkAutoLogin.TabIndex = 9;
this.chkAutoLogin.Text = "自动登陆";
this.chkAutoLogin.UseVisualStyleBackColor = true;
this.chkAutoLogin.CheckedChanged += new System.EventHandler(this.ChkAutoLogin_CheckedChanged);
//
// FrmLogin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(377, 247);
this.Controls.Add(this.chkAutoLogin);
this.Controls.Add(this.chkRememberUserId);
this.Controls.Add(this.pnlTopLogo);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtPwd);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtUserId);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "FrmLogin";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "登陆";
this.Load += new System.EventHandler(this.FrmLogin_Load);
this.pnlTopLogo.ResumeLayout(false);
this.pnlTopLogo.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ryControls.TextBoxEx2 txtUserId;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private ryControls.TextBoxEx2 txtPwd;
private ryControls.ButtonEx btnLogin;
private ryControls.ButtonEx btnCancel;
private System.Windows.Forms.Panel pnlTopLogo;
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.CheckBox chkRememberUserId;
private System.Windows.Forms.CheckBox chkAutoLogin;
}
}