183 lines
7.9 KiB
C#
183 lines
7.9 KiB
C#
namespace SLZ_4
|
|
{
|
|
partial class LogOn
|
|
{
|
|
/// <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(LogOn));
|
|
this.Account = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.Logtime = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.Password = new System.Windows.Forms.TextBox();
|
|
this.Timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.textUser = new System.Windows.Forms.TextBox();
|
|
this.Log = new Sunny.UI.UIButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// Account
|
|
//
|
|
this.Account.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.Account.FormattingEnabled = true;
|
|
this.Account.Location = new System.Drawing.Point(52, 344);
|
|
this.Account.Name = "Account";
|
|
this.Account.Size = new System.Drawing.Size(190, 28);
|
|
this.Account.TabIndex = 45;
|
|
this.Account.Visible = false;
|
|
this.Account.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Account_KeyDown);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 13F);
|
|
this.label2.Location = new System.Drawing.Point(80, 323);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(134, 18);
|
|
this.label2.TabIndex = 44;
|
|
this.label2.Text = "请选择账户名称";
|
|
this.label2.Visible = false;
|
|
//
|
|
// Logtime
|
|
//
|
|
this.Logtime.AutoSize = true;
|
|
this.Logtime.Font = new System.Drawing.Font("宋体", 14F);
|
|
this.Logtime.Location = new System.Drawing.Point(115, 28);
|
|
this.Logtime.Name = "Logtime";
|
|
this.Logtime.Size = new System.Drawing.Size(209, 19);
|
|
this.Logtime.TabIndex = 43;
|
|
this.Logtime.Text = "yyyy-MM-dd HH:mm:ss ";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 13F);
|
|
this.label3.Location = new System.Drawing.Point(15, 29);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(98, 18);
|
|
this.label3.TabIndex = 42;
|
|
this.label3.Text = "当前时间:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 13F);
|
|
this.label1.Location = new System.Drawing.Point(15, 95);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(53, 18);
|
|
this.label1.TabIndex = 40;
|
|
this.label1.Text = "密码:";
|
|
//
|
|
// Password
|
|
//
|
|
this.Password.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.Password.Location = new System.Drawing.Point(117, 90);
|
|
this.Password.Name = "Password";
|
|
this.Password.Size = new System.Drawing.Size(190, 30);
|
|
this.Password.TabIndex = 39;
|
|
this.Password.UseSystemPasswordChar = true;
|
|
//
|
|
// Timer1
|
|
//
|
|
this.Timer1.Tick += new System.EventHandler(this.Timer1_Tick);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 13F);
|
|
this.label4.Location = new System.Drawing.Point(15, 149);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(71, 18);
|
|
this.label4.TabIndex = 47;
|
|
this.label4.Text = "操作员:";
|
|
this.label4.Visible = false;
|
|
//
|
|
// textUser
|
|
//
|
|
this.textUser.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.textUser.Location = new System.Drawing.Point(117, 149);
|
|
this.textUser.Name = "textUser";
|
|
this.textUser.Size = new System.Drawing.Size(190, 30);
|
|
this.textUser.TabIndex = 48;
|
|
this.textUser.Visible = false;
|
|
//
|
|
// Log
|
|
//
|
|
this.Log.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.Log.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Log.Location = new System.Drawing.Point(128, 199);
|
|
this.Log.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.Log.Name = "Log";
|
|
this.Log.Size = new System.Drawing.Size(100, 35);
|
|
this.Log.TabIndex = 49;
|
|
this.Log.Text = "登录";
|
|
this.Log.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Log.Click += new System.EventHandler(this.Log_Click);
|
|
//
|
|
// LogOn
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.LightBlue;
|
|
this.ClientSize = new System.Drawing.Size(354, 278);
|
|
this.Controls.Add(this.Log);
|
|
this.Controls.Add(this.textUser);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.Account);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.Logtime);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.Password);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "LogOn";
|
|
this.Text = "登录";
|
|
this.Load += new System.EventHandler(this.LogOn_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public System.Windows.Forms.ComboBox Account;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label Logtime;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox Password;
|
|
private System.Windows.Forms.Timer Timer1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox textUser;
|
|
private Sunny.UI.UIButton Log;
|
|
}
|
|
} |