85 lines
3.7 KiB
C#
85 lines
3.7 KiB
C#
namespace CommonLibrary
|
|
{
|
|
partial class FormPasswordCheck
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPasswordCheck));
|
|
this.userButton1 = new HslCommunication.Controls.UserButton();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// userButton1
|
|
//
|
|
this.userButton1.BackColor = System.Drawing.Color.Transparent;
|
|
this.userButton1.CustomerInformation = "";
|
|
this.userButton1.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
|
|
this.userButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.userButton1.Location = new System.Drawing.Point(144, 68);
|
|
this.userButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.userButton1.Name = "userButton1";
|
|
this.userButton1.Size = new System.Drawing.Size(127, 28);
|
|
this.userButton1.TabIndex = 11;
|
|
this.userButton1.UIText = "确认";
|
|
this.userButton1.Click += new System.EventHandler(this.userButton1_Click);
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textBox2.Location = new System.Drawing.Point(24, 25);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.PasswordChar = '*';
|
|
this.textBox2.Size = new System.Drawing.Size(359, 30);
|
|
this.textBox2.TabIndex = 10;
|
|
this.textBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox2_KeyDown);
|
|
//
|
|
// FormPasswordCheck
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(407, 109);
|
|
this.Controls.Add(this.userButton1);
|
|
this.Controls.Add(this.textBox2);
|
|
this.MaximumSize = new System.Drawing.Size(423, 148);
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(423, 148);
|
|
this.Name = "FormPasswordCheck";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "密码验证窗口";
|
|
this.Load += new System.EventHandler(this.FormPasswordCheck_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private HslCommunication.Controls.UserButton userButton1;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
}
|
|
} |