Files
tj-tzhg/JJMediSys/Login.Designer.cs

193 lines
10 KiB
C#
Raw Normal View History

2025-11-26 17:20:53 +08:00
namespace JJMediSys
{
partial class Login
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.TextAccount = new System.Windows.Forms.TextBox();
this.TextPassword = new System.Windows.Forms.TextBox();
this.RemAccount = new System.Windows.Forms.CheckBox();
this.BLogin = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.PicSetDB = new System.Windows.Forms.PictureBox();
this.AutoLogin = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BLogin)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PicSetDB)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.BackgroundImage = global::JJMediSys.Properties.Resources.2;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Location = new System.Drawing.Point(259, 206);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(43, 41);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
this.pictureBox2.BackgroundImage = global::JJMediSys.Properties.Resources.;
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox2.Location = new System.Drawing.Point(259, 263);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(43, 41);
this.pictureBox2.TabIndex = 1;
this.pictureBox2.TabStop = false;
this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
//
// TextAccount
//
this.TextAccount.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TextAccount.Location = new System.Drawing.Point(320, 206);
this.TextAccount.Name = "TextAccount";
this.TextAccount.Size = new System.Drawing.Size(256, 41);
this.TextAccount.TabIndex = 2;
this.TextAccount.TextChanged += new System.EventHandler(this.TextAccount_TextChanged);
//
// TextPassword
//
this.TextPassword.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TextPassword.Location = new System.Drawing.Point(320, 263);
this.TextPassword.Name = "TextPassword";
this.TextPassword.PasswordChar = '*';
this.TextPassword.Size = new System.Drawing.Size(256, 41);
this.TextPassword.TabIndex = 3;
this.TextPassword.MaxLength = 6;
this.TextPassword.TextChanged += new System.EventHandler(this.TextPassword_TextChanged);
//
// RemAccount
//
this.RemAccount.AutoSize = true;
this.RemAccount.BackColor = System.Drawing.Color.Transparent;
this.RemAccount.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RemAccount.Location = new System.Drawing.Point(259, 326);
this.RemAccount.Name = "RemAccount";
this.RemAccount.Size = new System.Drawing.Size(91, 20);
this.RemAccount.TabIndex = 4;
this.RemAccount.Text = "记住密码";
this.RemAccount.UseVisualStyleBackColor = false;
this.RemAccount.Visible = false;
this.RemAccount.CheckedChanged += new System.EventHandler(this.RemAccount_CheckedChanged);
//
// BLogin
//
this.BLogin.BackColor = System.Drawing.Color.Transparent;
this.BLogin.BackgroundImage = global::JJMediSys.Properties.Resources.dr;
this.BLogin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.BLogin.Location = new System.Drawing.Point(320, 362);
this.BLogin.Name = "BLogin";
this.BLogin.Size = new System.Drawing.Size(231, 48);
this.BLogin.TabIndex = 5;
this.BLogin.TabStop = false;
this.BLogin.Click += new System.EventHandler(this.BLogin_Click);
//
// pictureBox4
//
this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
this.pictureBox4.BackgroundImage = global::JJMediSys.Properties.Resources.;
this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox4.Location = new System.Drawing.Point(775, 0);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(43, 41);
this.pictureBox4.TabIndex = 6;
this.pictureBox4.TabStop = false;
this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click);
//
// PicSetDB
//
this.PicSetDB.BackColor = System.Drawing.Color.Transparent;
this.PicSetDB.BackgroundImage = global::JJMediSys.Properties.Resources.__3_;
this.PicSetDB.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.PicSetDB.Location = new System.Drawing.Point(594, 206);
this.PicSetDB.Name = "PicSetDB";
this.PicSetDB.Size = new System.Drawing.Size(37, 39);
this.PicSetDB.TabIndex = 7;
this.PicSetDB.TabStop = false;
this.PicSetDB.Click += new System.EventHandler(this.PicSetDB_Click);
//
// AutoLogin
//
//this.AutoLogin.Enabled = true;
//this.AutoLogin.Interval = 5000;
//this.AutoLogin.Tick += new System.EventHandler(this.AutoLogin_Tick);
//
// Login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::JJMediSys.Properties.Resources.LogInBackground;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(817, 481);
this.Controls.Add(this.PicSetDB);
this.Controls.Add(this.pictureBox4);
this.Controls.Add(this.BLogin);
this.Controls.Add(this.RemAccount);
this.Controls.Add(this.TextPassword);
this.Controls.Add(this.TextAccount);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Login";
this.Text = "登入";
this.Load += new System.EventHandler(this.Login_Load);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BLogin)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PicSetDB)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.TextBox TextAccount;
private System.Windows.Forms.TextBox TextPassword;
private System.Windows.Forms.CheckBox RemAccount;
private System.Windows.Forms.PictureBox BLogin;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.PictureBox PicSetDB;
private System.Windows.Forms.Timer AutoLogin;
}
}