83 lines
3.4 KiB
C#
83 lines
3.4 KiB
C#
|
namespace PassWordManager
|
|||
|
{
|
|||
|
partial class PassWordText
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 必需的设计器变量。
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// 清理所有正在使用的资源。
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region 组件设计器生成的代码
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// 设计器支持所需的方法 - 不要
|
|||
|
/// 使用代码编辑器修改此方法的内容。
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// textBox1
|
|||
|
//
|
|||
|
this.textBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.textBox1.Location = new System.Drawing.Point(24, 1);
|
|||
|
this.textBox1.Name = "textBox1";
|
|||
|
this.textBox1.PasswordChar = '*';
|
|||
|
this.textBox1.Size = new System.Drawing.Size(155, 23);
|
|||
|
this.textBox1.TabIndex = 0;
|
|||
|
this.textBox1.Visible = false;
|
|||
|
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
|
|||
|
this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.label1.Location = new System.Drawing.Point(4, 4);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(14, 14);
|
|||
|
this.label1.TabIndex = 1;
|
|||
|
this.label1.Text = " ";
|
|||
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|||
|
//
|
|||
|
// PassWordText
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.BackColor = System.Drawing.Color.White;
|
|||
|
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.Controls.Add(this.textBox1);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Name = "PassWordText";
|
|||
|
this.Size = new System.Drawing.Size(182, 25);
|
|||
|
this.Load += new System.EventHandler(this.PassWordText_Load);
|
|||
|
this.Click += new System.EventHandler(this.PassWordText_Click);
|
|||
|
this.Leave += new System.EventHandler(this.PassWordText_Leave);
|
|||
|
this.Resize += new System.EventHandler(this.PassWordText_Resize);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
}
|
|||
|
}
|