namespace M423project
|
{
|
partial class ImagePassWord
|
{
|
/// <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.btnOK = new System.Windows.Forms.Button();
|
this.tbPassWord = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.SuspendLayout();
|
//
|
// btnOK
|
//
|
this.btnOK.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnOK.Location = new System.Drawing.Point(158, 80);
|
this.btnOK.Name = "btnOK";
|
this.btnOK.Size = new System.Drawing.Size(137, 41);
|
this.btnOK.TabIndex = 8;
|
this.btnOK.Text = "確定";
|
this.btnOK.UseVisualStyleBackColor = true;
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
//
|
// tbPassWord
|
//
|
this.tbPassWord.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.tbPassWord.Location = new System.Drawing.Point(116, 17);
|
this.tbPassWord.Name = "tbPassWord";
|
this.tbPassWord.PasswordChar = '*';
|
this.tbPassWord.Size = new System.Drawing.Size(269, 47);
|
this.tbPassWord.TabIndex = 7;
|
this.tbPassWord.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbPassword_KeyPress);
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.Location = new System.Drawing.Point(18, 20);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(120, 35);
|
this.label1.TabIndex = 6;
|
this.label1.Text = "密碼:";
|
//
|
// ImagePassWord
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(402, 138);
|
this.Controls.Add(this.btnOK);
|
this.Controls.Add(this.tbPassWord);
|
this.Controls.Add(this.label1);
|
this.MaximizeBox = false;
|
this.Name = "ImagePassWord";
|
this.Text = "密碼驗證";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button btnOK;
|
private System.Windows.Forms.TextBox tbPassWord;
|
private System.Windows.Forms.Label label1;
|
}
|
}
|