namespace SLC1_N { partial class Form_LogOn { /// /// 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 Windows Form 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_LogOn)); this.Logtime = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tb_Password = new System.Windows.Forms.TextBox(); this.Log = new System.Windows.Forms.Button(); this.Timer_timeShow = new System.Windows.Forms.Timer(this.components); this.bt_PasswordAdd = new System.Windows.Forms.Button(); this.SuspendLayout(); // // Logtime // this.Logtime.AutoSize = true; this.Logtime.Font = new System.Drawing.Font("宋体", 14F); this.Logtime.Location = new System.Drawing.Point(94, 9); 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(11, 10); 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(101, 43); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(98, 18); this.label1.TabIndex = 40; this.label1.Text = "请输入密码"; // // tb_Password // this.tb_Password.Font = new System.Drawing.Font("宋体", 15F); this.tb_Password.Location = new System.Drawing.Point(55, 64); this.tb_Password.Name = "tb_Password"; this.tb_Password.Size = new System.Drawing.Size(190, 30); this.tb_Password.TabIndex = 39; this.tb_Password.UseSystemPasswordChar = true; this.tb_Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Password_KeyDown); // // Log // this.Log.Font = new System.Drawing.Font("宋体", 12F); this.Log.Location = new System.Drawing.Point(103, 117); this.Log.Name = "Log"; this.Log.Size = new System.Drawing.Size(95, 42); this.Log.TabIndex = 46; this.Log.Text = "登录"; this.Log.UseVisualStyleBackColor = true; this.Log.Click += new System.EventHandler(this.Log_Click); // // Timer_timeShow // this.Timer_timeShow.Tick += new System.EventHandler(this.Timer1_Tick); // // bt_PasswordAdd // this.bt_PasswordAdd.Font = new System.Drawing.Font("宋体", 10F); this.bt_PasswordAdd.Location = new System.Drawing.Point(227, 174); this.bt_PasswordAdd.Name = "bt_PasswordAdd"; this.bt_PasswordAdd.Size = new System.Drawing.Size(76, 29); this.bt_PasswordAdd.TabIndex = 47; this.bt_PasswordAdd.Text = "添加密码"; this.bt_PasswordAdd.UseVisualStyleBackColor = true; this.bt_PasswordAdd.Click += new System.EventHandler(this.bt_PasswordAdd_Click); // // Form_LogOn // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(314, 215); this.Controls.Add(this.bt_PasswordAdd); this.Controls.Add(this.Log); this.Controls.Add(this.Logtime); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.tb_Password); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form_LogOn"; this.Text = "登录"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LogOn_FormClosing); this.Load += new System.EventHandler(this.LogOn_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label Logtime; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tb_Password; private System.Windows.Forms.Button Log; private System.Windows.Forms.Timer Timer_timeShow; private System.Windows.Forms.Button bt_PasswordAdd; } }